Bootstrap Bootstrap

Address 0xce7e65b9cfadb8cb904b757f263297aa29988fe7


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
{
   owner: "0x131a190fa22cb867abf58193bf9e7640e9fce682",
   name: "Double Or Quits",
   symbol: "DOQ",
   decimals: 18,
   totalSupply: "0",
   "allowed": {},
   "balances": {},
   supportedInterfaces: {
      0x36372b07: true,
      0x06fdde03: true,
      0x95d89b41: true,
      0x313ce567: true
   },
   prototype: {
      address: "0xce7e65b9cfadb8cb904b757f263297aa29988fe7"
   }
}
{
   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"
   },
   0xa8ac9b50: {
      constant: true,
      "inputs": [],
      name: "prototype",
      outputs: [
         {
            name: "",
            type: "string"
         }
      ],
      payable: false,
      stateMutability: "view",
      type: "function"
   },
   0x4aec70cb: {
      "inputs": [],
      name: "doubleOrQuits",
      outputs: [
         {
            name: "",
            type: "bool"
         }
      ],
      stateMutability: "nonpayable",
      type: "function"
   },
   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: "userAddress",
            type: "address"
         },
         {
            name: "amount",
            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"
   }
}
Address Balance