Bounty0x Token
Verified contract
Active on
Ethereum with 26,591 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xb4b2…b1ab
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
| ERC-20 | 88.888888M | -- | -- | |
| ERC-20 | 21M | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
Shell | ERC-20 | 300 | -- | -- | |
DOG | ERC-20 | 250 | -- | -- | |
BTL | ERC-20 | 18 | -- | -- | |
WIT | ERC-20 | 18 | -- | -- | |
GOLD | ERC-20 | 16 | -- | -- | |
GENES | ERC-20 | 8 | -- | -- | |
VIP | ERC-20 | 8 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21052192 | 15 days ago | | | 0 | 0.00029255169 | |
| 20887699 | a month ago | | | 0 | 0.00095499200 | |
| 20586704 | 3 months ago | | | 0 | 0.00011451116 | |
| 20586694 | 3 months ago | | | 0 | 0.000072170966 | |
| 20568079 | 3 months ago | | | 0 | 0.000090727921 | |
| 20568073 | 3 months ago | | | 0 | 0.00022177005 | |
| 20481510 | 3 months ago | | | 0 | 0.00021013592 | |
| 20369422 | 4 months ago | | | 0 | 0.00035957585 | |
| 20322411 | 4 months ago | | | 0 | 0.00021978945 | |
| 20273224 | 4 months ago | | | 0 | 0.00038901873 |
ABI
ABI objects
Getter at block 21158235
controller() view returns (address)
0xde9c81e767f7df2f613f046f64ed7bce75166b5f
creationBlock() view returns (uint256)
4736620
decimals() view returns (uint8)
18
name() view returns (string)
Bounty0x Token
parentSnapShotBlock() view returns (uint256)
0
parentToken() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
BNTY
tokenFactory() view returns (address)
0xb4b27097c2c5c03d8f4d384bbcb79da41b28b1ab
totalSupply() view returns (uint256)
499999999960000000300000000
transfersEnabled() view returns (bool)
true
version() view returns (string)
MMT_0.2
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
balanceOfAt(address _owner, uint256 _blockNumber) view returns (uint256)
totalSupplyAt(uint256 _blockNumber) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _amount) returns (bool success)
approveAndCall(address _spender, uint256 _amount, bytes _extraData) returns (bool success)
changeController(address _newController)
claimTokens(address _token)
createCloneToken(string _cloneTokenName, uint8 _cloneDecimalUnits, string _cloneTokenSymbol, uint256 _snapshotBlock, bool _transfersEnabled) returns (address)
destroyTokens(address _owner, uint256 _amount) returns (bool)
enableTransfers(bool _transfersEnabled)
generateTokens(address _owner, uint256 _amount) returns (bool)
generateTokensAll(address[] _owners, uint256[] _amounts)
transfer(address _to, uint256 _amount) returns (bool success)
transferFrom(address _from, address _to, uint256 _amount) returns (bool success)
Approval(address indexed _owner, address indexed _spender, uint256 _amount)
ClaimedTokens(address indexed _token, address indexed _controller, uint256 _amount)
NewCloneToken(address indexed _cloneToken, uint256 _snapshotBlock)
Transfer(address indexed _from, address indexed _to, uint256 _amount)
constructor(address _tokenFactory)
fallback()
This contract contains no error objects.