ERC-20
Overview
Max Total Supply
49,000,000 NEWB
Holders
42
Market
Onchain Market Cap
$0.00
Circulating Supply Market Cap
-
Other Info
Token Contract (WITH 0 Decimals)
Balance
197,244 NEWBValue
$0.00Loading...
Loading
Loading...
Loading
Loading...
Loading
# | Exchange | Pair | Price | 24H Volume | % Volume |
---|
Are you the contract creator? Verify and Publish your contract source code today!
Note: We also found another 88 contracts with exact matching byte codes
Decompile Bytecode
Contract ABI (Uses ABI data from Contract 0xfcaf204852781b57c23023aa28f21437f7303505)
Note: We also found another 88 contracts with exact matching byte codes
Decompile Bytecode
0x606060405236156100825760e060020a600035046306fdde03811461008a57806318160ddd146100e657806323b872dd146100ef578063313ce567146101215780635a3b7e421461012d57806370a082311461018a57806395d89b41146101a2578063a9059cbb146101fc578063cae9ca511461022b578063dd62ed3e1461038d575b6103b2610002565b6103b4600180546020600282841615610100026000190190921691909104601f810182900490910260809081016040526060828152929190828280156104695780601f1061043e57610100808354040283529160200191610469565b61042260045481565b61042c600435602435604435600160a060020a0383166000908152600560205260408120548290101561047157610002565b61042260035460ff1681565b6103b460008054602060026001831615610100026000190190921691909104601f810182900490910260809081016040526060828152929190828280156104695780601f1061043e57610100808354040283529160200191610469565b61042260043560056020526000908152604090205481565b6103b460028054602060018216156101000260001901909116829004601f810182900490910260809081016040526060828152929190828280156104695780601f1061043e57610100808354040283529160200191610469565b6103b2600435602435600160a060020a033316600090815260056020526040902054819010156105c157610002565b60806020604435600481810135601f81018490049093028401604052606083815261042c948235946024803595606494939101919081908382808284375094965050505050505060006000836006600050600033600160a060020a03168152602001908152602001600020600050600087600160a060020a031681526020019081526020016000206000508190555084905080600160a060020a0316638f4ffcb1338630876040518560e060020a0281526004018085600160a060020a0316815260200184815260200183600160a060020a03168152602001806020018281038252838181518152602001915080519060200190808383829060006004602084601f0104600f02600301f150905090810190601f1680156103605780820380516001836020036101000a031916815260200191505b50955050505050506000604051808303816000876161da5a03f11561000257506001979650505050505050565b6006602090815260043560009081526040808220909252602435815220546104229081565b005b60405180806020018281038252838181518152602001915080519060200190808383829060006004602084601f0104600f02600301f150905090810190601f1680156104145780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b6060908152602090f35b60408051918252519081900360200190f35b820191906000526020600020905b81548152906001019060200180831161044c57829003601f168201915b505050505081565b600160a060020a03831681526040812054808301101561049057610002565b600160a060020a038085168252600660209081526040808420339390931684529190528120548211156104c257610002565b816005600050600086600160a060020a03168152602001908152602001600020600082828250540392505081905550816005600050600085600160a060020a03168152602001908152602001600020600082828250540192505081905550816006600050600086600160a060020a03168152602001908152602001600020600050600033600160a060020a0316815260200190815260200160002060008282825054039250508190555082600160a060020a031684600160a060020a03167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef846040518082815260200191505060405180910390a35060019392505050565b600160a060020a0382166000908152604090205480820110156105e357610002565b806005600050600033600160a060020a03168152602001908152602001600020600082828250540392505081905550806005600050600084600160a060020a0316815260200190815260200160002060008282825054019250508190555081600160a060020a031633600160a060020a03167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef836040518082815260200191505060405180910390a3505056
Contract ABI (Uses ABI data from Contract 0xfcaf204852781b57c23023aa28f21437f7303505)
[ { "constant": true, "inputs": [], "name": "name", "outputs": [ { "name": "", "type": "string" } ], "type": "function" }, { "constant": true, "inputs": [], "name": "totalSupply", "outputs": [ { "name": "", "type": "uint256" } ], "type": "function" }, { "constant": false, "inputs": [ { "name": "_from", "type": "address" }, { "name": "_to", "type": "address" }, { "name": "_value", "type": "uint256" } ], "name": "transferFrom", "outputs": [ { "name": "success", "type": "bool" } ], "type": "function" }, { "constant": true, "inputs": [], "name": "decimals", "outputs": [ { "name": "", "type": "uint8" } ], "type": "function" }, { "constant": true, "inputs": [], "name": "standard", "outputs": [ { "name": "", "type": "string" } ], "type": "function" }, { "constant": true, "inputs": [ { "name": "", "type": "address" } ], "name": "balanceOf", "outputs": [ { "name": "", "type": "uint256" } ], "type": "function" }, { "constant": true, "inputs": [], "name": "symbol", "outputs": [ { "name": "", "type": "string" } ], "type": "function" }, { "constant": false, "inputs": [ { "name": "_to", "type": "address" }, { "name": "_value", "type": "uint256" } ], "name": "transfer", "outputs": [], "type": "function" }, { "constant": false, "inputs": [ { "name": "_spender", "type": "address" }, { "name": "_value", "type": "uint256" }, { "name": "_extraData", "type": "bytes" } ], "name": "approveAndCall", "outputs": [ { "name": "success", "type": "bool" } ], "type": "function" }, { "constant": true, "inputs": [ { "name": "", "type": "address" }, { "name": "", "type": "address" } ], "name": "allowance", "outputs": [ { "name": "", "type": "uint256" } ], "type": "function" }, { "inputs": [ { "name": "initialSupply", "type": "uint256" }, { "name": "tokenName", "type": "string" }, { "name": "decimalUnits", "type": "uint8" }, { "name": "tokenSymbol", "type": "string" } ], "type": "constructor" }, { "anonymous": false, "inputs": [ { "indexed": true, "name": "from", "type": "address" }, { "indexed": true, "name": "to", "type": "address" }, { "indexed": false, "name": "value", "type": "uint256" } ], "name": "Transfer", "type": "event" } ]
Loading...
Loading
Loading...
Loading
[ Download: CSV Export ]
[ Download: CSV Export ]
A token is a representation of an on-chain or off-chain asset. The token page shows information such as price, total supply, holders, transfers and social links. Learn more about this page in our Knowledge Base.