Bootstrap Bootstrap

Address 0x92c8b8729d850d99c34c50ab2846ec36169e0024


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: "0x92c8b8729d850d99c34c50ab2846ec36169e0024"
   },
   owner: "0x131a190fa22cb867abf58193bf9e7640e9fce682",
   name: "YO Token",
   symbol: "YO",
   decimals: 18,
   totalSupply: "42000000000000000000000000",
   "allowed": {},
   balances: {
      0xccf8ba457dcad7ee6a0361c96846a0f79744b113: "42000000000000000000000000"
   },
   supportedInterfaces: {
      0x36372b07: true,
      0x06fdde03: true,
      0x95d89b41: true,
      0x313ce567: true
   },
   stackingService: "0xc3349025e73b4746d79a30ade1200e5dd2d8f754"
}
{
   0x8da5cb5b: {
      constant: true,
      "inputs": [],
      name: "owner",
      outputs: [
         {
            name: "",
            type: "address"
         }
      ],
      payable: false,
      stateMutability: "view",
      type: "function"
   },
   0x06fdde03: {
      constant: true,
      "inputs": [],
      name: "name",
      outputs: [
         {
            name: "",
            type: "string"
         }
      ],
      payable: false,
      stateMutability: "view",
      type: "function"
   },
   0x95d89b41: {
      constant: true,
      "inputs": [],
      name: "symbol",
      outputs: [
         {
            name: "",
            type: "string"
         }
      ],
      payable: false,
      stateMutability: "view",
      type: "function"
   },
   0x313ce567: {
      constant: true,
      "inputs": [],
      name: "decimals",
      outputs: [
         {
            name: "",
            type: "uint256"
         }
      ],
      payable: false,
      stateMutability: "view",
      type: "function"
   },
   0x18160ddd: {
      constant: true,
      "inputs": [],
      name: "totalSupply",
      outputs: [
         {
            name: "",
            type: "uint256"
         }
      ],
      payable: false,
      stateMutability: "view",
      type: "function"
   },
   0x19e1fca4: {
      constant: true,
      "inputs": [],
      name: "allowed",
      outputs: [
         {
            name: "",
            type: "string"
         }
      ],
      payable: false,
      stateMutability: "view",
      type: "function"
   },
   0x7bb98a68: {
      constant: true,
      "inputs": [],
      name: "balances",
      outputs: [
         {
            name: "",
            type: "string"
         }
      ],
      payable: false,
      stateMutability: "view",
      type: "function"
   },
   0x037cc0e6: {
      constant: true,
      "inputs": [],
      name: "supportedInterfaces",
      outputs: [
         {
            name: "",
            type: "string"
         }
      ],
      payable: false,
      stateMutability: "view",
      type: "function"
   },
   0xa2e78faa: {
      constant: true,
      "inputs": [],
      name: "stackingService",
      outputs: [
         {
            name: "",
            type: "string"
         }
      ],
      payable: false,
      stateMutability: "view",
      type: "function"
   },
   0xa8ac9b50: {
      constant: true,
      "inputs": [],
      name: "prototype",
      outputs: [
         {
            name: "",
            type: "string"
         }
      ],
      payable: false,
      stateMutability: "view",
      type: "function"
   },
   0xc4d66de8: {
      inputs: [
         {
            name: "stackingServiceAddress",
            type: "address"
         }
      ],
      name: "initialize",
      "outputs": [],
      stateMutability: "nonpayable",
      type: "function"
   },
   0x36b14535: {
      inputs: [
         {
            name: "stackingServiceAddress",
            type: "address",
            indexed: true
         }
      ],
      name: "Initialize",
      "outputs": [],
      stateMutability: "nonpayable",
      type: "event"
   },
   0xddf252ad: {
      inputs: [
         {
            name: "sender",
            type: "address",
            indexed: true
         },
         {
            name: "recipient",
            type: "address",
            indexed: true
         },
         {
            name: "amount",
            type: "uint256",
            indexed: false
         }
      ],
      name: "Transfer",
      "outputs": [],
      stateMutability: "nonpayable",
      type: "event"
   },
   0x8c5be1e5: {
      inputs: [
         {
            name: "owner",
            type: "address",
            indexed: true
         },
         {
            name: "spender",
            type: "address",
            indexed: true
         },
         {
            name: "amount",
            type: "uint256",
            indexed: false
         }
      ],
      name: "Approval",
      "outputs": [],
      stateMutability: "nonpayable",
      type: "event"
   },
   0x0f6798a5: {
      inputs: [
         {
            name: "minter",
            type: "address",
            indexed: true
         },
         {
            name: "amount",
            type: "uint256",
            indexed: false
         }
      ],
      name: "Mint",
      "outputs": [],
      stateMutability: "nonpayable",
      type: "event"
   },
   0xcc16f5db: {
      inputs: [
         {
            name: "burner",
            type: "address",
            indexed: true
         },
         {
            name: "amount",
            type: "uint256",
            indexed: false
         }
      ],
      name: "Burn",
      "outputs": [],
      stateMutability: "nonpayable",
      type: "event"
   },
   0x70a08231: {
      inputs: [
         {
            name: "holderAddress",
            type: "address"
         }
      ],
      name: "balanceOf",
      outputs: [
         {
            name: "",
            type: "uint256"
         }
      ],
      stateMutability: "view",
      type: "function"
   },
   0xa9059cbb: {
      inputs: [
         {
            name: "recipient",
            type: "address"
         },
         {
            name: "amount",
            type: "uint256"
         }
      ],
      name: "transfer",
      outputs: [
         {
            name: "",
            type: "bool"
         }
      ],
      stateMutability: "nonpayable",
      type: "function"
   },
   0x23b872dd: {
      inputs: [
         {
            name: "sender",
            type: "address"
         },
         {
            name: "recipient",
            type: "address"
         },
         {
            name: "amount",
            type: "uint256"
         }
      ],
      name: "transferFrom",
      outputs: [
         {
            name: "",
            type: "bool"
         }
      ],
      stateMutability: "nonpayable",
      type: "function"
   },
   0xdd62ed3e: {
      inputs: [
         {
            name: "owner",
            type: "address"
         },
         {
            name: "spender",
            type: "address"
         }
      ],
      name: "allowance",
      outputs: [
         {
            name: "",
            type: "uint256"
         }
      ],
      stateMutability: "view",
      type: "function"
   },
   0x095ea7b3: {
      inputs: [
         {
            name: "spender",
            type: "address"
         },
         {
            name: "value",
            type: "uint256"
         }
      ],
      name: "approve",
      outputs: [
         {
            name: "",
            type: "bool"
         }
      ],
      stateMutability: "nonpayable",
      type: "function"
   },
   0x40c10f19: {
      inputs: [
         {
            name: "recipient",
            type: "address"
         },
         {
            name: "amountToMint",
            type: "uint256"
         }
      ],
      name: "mint",
      "outputs": [],
      stateMutability: "nonpayable",
      type: "function"
   },
   0x9dc29fac: {
      inputs: [
         {
            name: "userAddress",
            type: "address"
         },
         {
            name: "amount",
            type: "uint256"
         }
      ],
      name: "burn",
      "outputs": [],
      stateMutability: "nonpayable",
      type: "function"
   },
   0x01ffc9a7: {
      inputs: [
         {
            name: "interfaceID",
            type: "bytes4"
         }
      ],
      name: "supportsInterface",
      outputs: [
         {
            name: "",
            type: "bool"
         }
      ],
      stateMutability: "view",
      type: "function"
   },
   0x8be0079c: {
      inputs: [
         {
            name: "oldOwner",
            type: "address",
            indexed: true
         },
         {
            name: "newOwner",
            type: "address",
            indexed: true
         }
      ],
      name: "OwnershipTransferred",
      "outputs": [],
      stateMutability: "nonpayable",
      type: "event"
   },
   0x893d20e8: {
      "inputs": [],
      name: "getOwner",
      outputs: [
         {
            name: "",
            type: "address"
         }
      ],
      stateMutability: "view",
      type: "function"
   },
   0xf2fde38b: {
      inputs: [
         {
            name: "newOwner",
            type: "address"
         }
      ],
      name: "transferOwnership",
      "outputs": [],
      stateMutability: "nonpayable",
      type: "function"
   }
}