ERC-20
Overview
Max Total Supply
0.1 BRA
Holders
0
Transfers
-
0
Market
Onchain Market Cap
-
Circulating Supply Market Cap
-
Other Info
Token Contract (WITH 18 Decimals)
Loading...
Loading
Loading...
Loading
Loading...
Loading
| # | Exchange | Pair | Price | 24H Volume | % Volume |
|---|
Are you the contract creator? Verify and Publish your contract source code today!
Decompile Bytecode
Contract ABI
Decompile Bytecode
0x606060405236156100cf5760e060020a600035046306fdde03811461010057806312d00c2e1461015d57806318160ddd1461020d5780631c02708d14610216578063313ce567146102365780633e476053146102425780634e71e0c8146102a55780636389654e146102bf57806370a08231146102e25780638da5cb5b146102fa57806395d89b411461030c578063a4699cad14610369578063ace687eb1461037e578063d0e30db014610387578063f2fde38b146102bf578063f3fef3a31461038f578063f5c8d71b146103b5575b6103de5b600160a060020a03331660009081526005602052604090208054349081019091556004805490910190555b565b6103e060018054604080516020600284861615610100026000190190941693909304601f810184900484028201840190925281815292918301828280156104e85780601f106104bd576101008083540402835291602001916104e8565b6103de600435600160a060020a033316600090815260076020526040902054600654038111156101935750604060002054600654035b604051600160a060020a03331690600090839082818181858883f15050509081526005602090815260408083208054859003905560048054859003905560079091529020805482019055600880546001810180835582818380158290116104f4578183600052602060002091820191016104f4919061055a565b61044e60045481565b6103de600054600160a060020a039081163391909116146100fe57610002565b61046060035460ff1681565b6103de600435602435600160a060020a0333166000908152600560205260409020548190101561027457506040600020545b600160a060020a03338116600090815260056020526040808220805485900390559184168152208054820190555050565b6103de60008054600160a060020a03161461049457610002565b6103de600435600054600160a060020a039081163391909116146104ba57610002565b61044e60043560056020526000908152604090205481565b610477600054600160a060020a031681565b6103e060028054604080516020601f600185161561010002600019019094168590049384018190048102820181019092528281529291908301828280156104e85780601f106104bd576101008083540402835291602001916104e8565b6103de60095460009042101561057257610002565b61044e60065481565b6103de6100d3565b6103de600435602435600054600160a060020a039081163391909116146104f057610002565b6103de600435602435604435600054600160a060020a039081163391909116146104b557610002565b005b60405180806020018281038252838181518152602001915080519060200190808383829060006004602084601f0104600f02600301f150905090810190601f1680156104405780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b60408051918252519081900360200190f35b6040805160ff929092168252519081900360200190f35b60408051600160a060020a03929092168252519081900360200190f35b6000805473ffffffffffffffffffffffffffffffffffffffff191633179055565b505050565b50565b820191906000526020600020905b8154815290600101906020018083116104cb57829003601f168201915b505050505081565b5050565b505050600092835250602090912001805473ffffffffffffffffffffffffffffffffffffffff19163317905550565b600880546000808355919091526105d8907ff3f7a9fe364faab93b216da50a3214154f22a0a2b415b23a84c8169e8b636ee3908101905b8082111561056e576000815560010161055a565b5090565b5060005b600854811015610523576000600760005060006008600050848154811015610002577ff3f7a9fe364faab93b216da50a3214154f22a0a2b415b23a84c8169e8b636ee30154600160a060020a0316909152506020526040812055600101610576565b5060098054620151800190555056
Contract ABI
[
{
"constant": true,
"inputs": [],
"name": "name",
"outputs": [
{
"name": "",
"type": "string"
}
],
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_amount",
"type": "uint256"
}
],
"name": "soloWithdraw",
"outputs": [],
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "totalSupply",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "killContract",
"outputs": [],
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "decimals",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_to",
"type": "address"
},
{
"name": "_value",
"type": "uint256"
}
],
"name": "moveFunds",
"outputs": [],
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "claimOwnership",
"outputs": [],
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newWithdrawalLimit",
"type": "uint256"
}
],
"name": "changeDailyWithdrawalLimit",
"outputs": [],
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "address"
}
],
"name": "balanceOf",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "symbol",
"outputs": [
{
"name": "",
"type": "string"
}
],
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "resetWithdrawls",
"outputs": [],
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "dailyWithdrawLimit",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "deposit",
"outputs": [],
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_to",
"type": "address"
},
{
"name": "_amount",
"type": "uint256"
}
],
"name": "withdraw",
"outputs": [],
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_from",
"type": "address"
},
{
"name": "_to",
"type": "address"
},
{
"name": "_amount",
"type": "uint256"
}
],
"name": "forceMove",
"outputs": [],
"type": "function"
},
{
"inputs": [],
"type": "constructor"
}
]
Loading...
Loading
Loading...
Loading
[ 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.
Add Token to MetaMask (Web3)