Feature Tip: Add private address tag to any address under My Name Tag !
ERC-20
Overview
Max Total Supply
1,000,000 V
Holders
206
Market
Onchain Market Cap
$0.00
Circulating Supply Market Cap
-
Other Info
Token Contract (WITH 0 Decimals)
Balance
22,000 VValue
$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 1 contract with exact matching byte codes
Decompile Bytecode
Contract ABI
Note: We also found another 1 contract with exact matching byte codes
Decompile Bytecode
0x6060604052361561008d5760e060020a600035046306fdde03811461008f578063095ea7b3146100eb57806318160ddd1461015657806323b872dd14610164578063313ce5671461029c57806355cc4e57146102a857806370a08231146102eb57806395d89b4114610310578063a9059cbb14610369578063cc872b66146103fb578063dd62ed3e14610445575b005b610479600180546020600282841615610100026000190190921691909104601f810182900490910260809081016040526060828152929190828280156105125780601f106104e757610100808354040283529160200191610512565b61015a60043560243533600160a060020a03908116600081815260056020908152604080832094871680845294825282208590556060858152919392917f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b9259190a35060015b92915050565b6006545b6060908152602090f35b61015a600435602435604435600160a060020a0383166000908152600460205260408120548290108015906101b7575060056020908152604080832033600160a060020a03168452909152812054829010155b80156101c35750600082115b1561029557600160a060020a038084168083526004602090815260408420805486019055606085815291928716917fc0d84ce5c7ff9ca21adb0f8436ff3f4951b4bb78c4e2fae2b6837958b3946ffd9190a3816004600050600086600160a060020a03168152602001908152602001600020600082828250540392505081905550816005600050600086600160a060020a03168152602001908152602001600020600050600033600160a060020a03168152602001908152602001600020600082828250540392505081905550600190505b9392505050565b61015a60035460ff1681565b61015a60043560008054600160a060020a0390811632909116141561030b57805473ffffffffffffffffffffffffffffffffffffffff191682179055600161030b565b61015a600435600160a060020a0381166000908152600460205260409020545b919050565b610479600280546020601f600019600184161561010002019092168390049182018190040260809081016040526060828152929190828280156105125780601f106104e757610100808354040283529160200191610512565b61015a60043560243533600160a060020a031660009081526004602052604081205482901080159061039b5750600082115b1561051a57604080822080548490039055600160a060020a03808516808452918320805485019055606084815233909116907fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef90602090a3506001610150565b61015a60043560008054600160a060020a0390811632909116141561030b578054600160a060020a031681526004602052604090208054820190556006805482019055600161030b565b61015a600435602435600160a060020a03808316600090815260056020908152604080832093851683529290522054610150565b60405180806020018281038252838181518152602001915080519060200190808383829060006004602084601f0104600f02600301f150905090810190601f1680156104d95780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b820191906000526020600020905b8154815290600101906020018083116104f557829003601f168201915b505050505081565b61015056
Contract ABI
[ { "constant": true, "inputs": [], "name": "name", "outputs": [ { "name": "", "type": "string" } ], "type": "function" }, { "constant": false, "inputs": [ { "name": "_spender", "type": "address" }, { "name": "_value", "type": "uint256" } ], "name": "approve", "outputs": [ { "name": "success", "type": "bool" } ], "type": "function" }, { "constant": true, "inputs": [], "name": "totalSupply", "outputs": [ { "name": "_total", "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": false, "inputs": [ { "name": "_new_issuer", "type": "address" } ], "name": "setIssuer", "outputs": [ { "name": "success", "type": "bool" } ], "type": "function" }, { "constant": true, "inputs": [ { "name": "_owner", "type": "address" } ], "name": "balanceOf", "outputs": [ { "name": "balance", "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": [ { "name": "success", "type": "bool" } ], "type": "function" }, { "constant": false, "inputs": [ { "name": "_new_amount", "type": "uint256" } ], "name": "issue", "outputs": [ { "name": "success", "type": "bool" } ], "type": "function" }, { "constant": true, "inputs": [ { "name": "_owner", "type": "address" }, { "name": "_spender", "type": "address" } ], "name": "allowance", "outputs": [ { "name": "remaining", "type": "uint256" } ], "type": "function" }, { "inputs": [ { "name": "_initial_amount", "type": "uint256" }, { "name": "_name", "type": "string" }, { "name": "_symbol", "type": "string" }, { "name": "_decimals", "type": "uint8" } ], "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" }, { "anonymous": false, "inputs": [ { "indexed": true, "name": "_from", "type": "address" }, { "indexed": true, "name": "_to", "type": "address" }, { "indexed": false, "name": "_value", "type": "uint256" } ], "name": "TransferFrom", "type": "event" }, { "anonymous": false, "inputs": [ { "indexed": true, "name": "_owner", "type": "address" }, { "indexed": true, "name": "_spender", "type": "address" }, { "indexed": false, "name": "_value", "type": "uint256" } ], "name": "Approval", "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.