Bootstrap Bootstrap

Address 0xc3349025e73b4746d79a30ade1200e5dd2d8f754


Overview

Balance:
0.0 KARMA

KARMAValue:
n/a

Token:

More Info

My Name Tag:
Not Available, Update?

Debug:

0 transactions found

Txn Hash Method
Block
Age
From
To
Value
Show Records
{
   prototype: {
      address: "0xc3349025e73b4746d79a30ade1200e5dd2d8f754"
   },
   owner: "0xccf8ba457dcad7ee6a0361c96846a0f79744b113",
   stackedToken: "0x2347d36cf0d94b98bab6d6d41c6f94d7214830ad",
   rewardToken: "0x92c8b8729d850d99c34c50ab2846ec36169e0024",
   totalStacked: "0",
   accRewardPerStackToken: "0",
   "stackers": {},
   lastMint: "0",
   mintPeriod: "60000",
   rewardsPerPeriod: "100000000000000000000"
}
{
   0x8da5cb5b: {
      constant: true,
      "inputs": [],
      name: "owner",
      outputs: [
         {
            name: "",
            type: "string"
         }
      ],
      payable: false,
      stateMutability: "view",
      type: "function"
   },
   0x5b5c0f23: {
      constant: true,
      "inputs": [],
      name: "stackedToken",
      outputs: [
         {
            name: "",
            type: "string"
         }
      ],
      payable: false,
      stateMutability: "view",
      type: "function"
   },
   0xf7c618c1: {
      constant: true,
      "inputs": [],
      name: "rewardToken",
      outputs: [
         {
            name: "",
            type: "string"
         }
      ],
      payable: false,
      stateMutability: "view",
      type: "function"
   },
   0x29eae70d: {
      constant: true,
      "inputs": [],
      name: "totalStacked",
      outputs: [
         {
            name: "",
            type: "uint256"
         }
      ],
      payable: false,
      stateMutability: "view",
      type: "function"
   },
   0x585dd2e4: {
      constant: true,
      "inputs": [],
      name: "accRewardPerStackToken",
      outputs: [
         {
            name: "",
            type: "uint256"
         }
      ],
      payable: false,
      stateMutability: "view",
      type: "function"
   },
   0x834ea32d: {
      constant: true,
      "inputs": [],
      name: "stackers",
      outputs: [
         {
            name: "",
            type: "string"
         }
      ],
      payable: false,
      stateMutability: "view",
      type: "function"
   },
   0x586fc5b5: {
      constant: true,
      "inputs": [],
      name: "lastMint",
      outputs: [
         {
            name: "",
            type: "uint256"
         }
      ],
      payable: false,
      stateMutability: "view",
      type: "function"
   },
   0x4c498203: {
      constant: true,
      "inputs": [],
      name: "mintPeriod",
      outputs: [
         {
            name: "",
            type: "uint256"
         }
      ],
      payable: false,
      stateMutability: "view",
      type: "function"
   },
   0x978db419: {
      constant: true,
      "inputs": [],
      name: "rewardsPerPeriod",
      outputs: [
         {
            name: "",
            type: "uint256"
         }
      ],
      payable: false,
      stateMutability: "view",
      type: "function"
   },
   0xa8ac9b50: {
      constant: true,
      "inputs": [],
      name: "prototype",
      outputs: [
         {
            name: "",
            type: "string"
         }
      ],
      payable: false,
      stateMutability: "view",
      type: "function"
   },
   0xdc90fed0: {
      inputs: [
         {
            name: "stackedToken",
            type: "address",
            indexed: true
         },
         {
            name: "rewardToken",
            type: "address",
            indexed: true
         }
      ],
      name: "Initialize",
      "outputs": [],
      stateMutability: "nonpayable",
      type: "event"
   },
   0x6423db34: {
      "inputs": [],
      name: "Reset",
      "outputs": [],
      stateMutability: "nonpayable",
      type: "event"
   },
   0xe1fffcc4: {
      inputs: [
         {
            name: "sender",
            type: "address",
            indexed: true
         },
         {
            name: "amount",
            type: "uint256",
            indexed: false
         }
      ],
      name: "Deposit",
      "outputs": [],
      stateMutability: "nonpayable",
      type: "event"
   },
   0xdf273cb6: {
      inputs: [
         {
            name: "sender",
            type: "address",
            indexed: true
         },
         {
            name: "amount",
            type: "uint256",
            indexed: false
         },
         {
            name: "rewardAmount",
            type: "uint256",
            indexed: false
         }
      ],
      name: "Withdrawal",
      "outputs": [],
      stateMutability: "nonpayable",
      type: "event"
   },
   0xb35b339e: {
      inputs: [
         {
            name: "pendingRewards",
            type: "uint256",
            indexed: false
         },
         {
            name: "extraRewardPerStackToken",
            type: "uint256",
            indexed: false
         }
      ],
      name: "UpdatePool",
      "outputs": [],
      stateMutability: "nonpayable",
      type: "event"
   },
   0xc063ef91: {
      inputs: [
         {
            name: "stackerAddress",
            type: "address",
            indexed: true
         },
         {
            name: "stackerRewardAmount",
            type: "uint256",
            indexed: false
         }
      ],
      name: "UpdateStacker",
      "outputs": [],
      stateMutability: "nonpayable",
      type: "event"
   },
   0x485cc955: {
      inputs: [
         {
            name: "stackedToken",
            type: "address"
         },
         {
            name: "rewardToken",
            type: "address"
         }
      ],
      name: "initialize",
      "outputs": [],
      stateMutability: "nonpayable",
      type: "function"
   },
   0xd826f88f: {
      "inputs": [],
      name: "reset",
      "outputs": [],
      stateMutability: "nonpayable",
      type: "function"
   },
   0x70a08231: {
      inputs: [
         {
            name: "stacker",
            type: "address"
         }
      ],
      name: "balanceOf",
      outputs: [
         {
            name: "",
            type: "uint256"
         }
      ],
      stateMutability: "view",
      type: "function"
   },
   0xb6b55f25: {
      inputs: [
         {
            name: "_amount",
            type: "uint256"
         }
      ],
      name: "deposit",
      "outputs": [],
      stateMutability: "nonpayable",
      type: "function"
   },
   0x2e1a7d4d: {
      inputs: [
         {
            name: "_amount",
            type: "uint256"
         }
      ],
      name: "withdraw",
      "outputs": [],
      stateMutability: "nonpayable",
      type: "function"
   },
   0xd9621f9e: {
      "inputs": [],
      name: "getPendingRewards",
      outputs: [
         {
            name: "",
            type: "uint256"
         }
      ],
      stateMutability: "view",
      type: "function"
   },
   0xe3161ddd: {
      "inputs": [],
      name: "updatePool",
      "outputs": [],
      stateMutability: "nonpayable",
      type: "function"
   },
   0x6e4b5056: {
      inputs: [
         {
            name: "stackerAddress",
            type: "address"
         }
      ],
      name: "getStackerAvailableRewards",
      outputs: [
         {
            name: "",
            type: "uint256"
         }
      ],
      stateMutability: "view",
      type: "function"
   },
   0x04c57c17: {
      inputs: [
         {
            name: "stackerAddress",
            type: "address"
         }
      ],
      name: "payStackerRewards",
      outputs: [
         {
            name: "",
            type: "uint256"
         }
      ],
      stateMutability: "nonpayable",
      type: "function"
   }
}