Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "TeamBucket"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 6760492 | 6 years ago | | | 0 | 0.00068559000 | |
| 6760486 | 6 years ago | | | 0 | 0.00068559000 | |
| 6760474 | 6 years ago | | | 0 | 0.00083559000 | |
| 6760457 | 6 years ago | | | 0 | 0.00045704000 | |
| 6760401 | 6 years ago | | | 0 | 0.00034405000 | |
| 6760280 | 6 years ago | | | 0 | 0.00045768000 |
ABI
ABI objects
Getter at block 21415613
availableTokens() view returns (uint256)
118000000000000000000000000
lastMintTime() view returns (uint256)
1543014242
leftOnLastMint() view returns (uint256)
68000000000000000000000000
rate() view returns (uint256)
118000000000000000000000000
size() view returns (uint256)
118000000000000000000000000
token() view returns (address)
0x8321d90f0048a106bb347c50d1e1a5309d9da090
Read-only
isMinter(address _who) view returns (bool)
isOwner(address _who) view returns (bool)
minters(address) view returns (bool)
owners(address) view returns (bool)
State-modifying
Events addMinter(address _who) returns (bool)
addOwner(address _who) returns (bool)
deleteMinter(address _who) returns (bool)
deleteOwner(address _who) returns (bool)
mint(address _to, uint256 _amount) returns (bool)
setRate(uint256 _rate) returns (bool)
setSize(uint256 _size) returns (bool)
setSizeAndRate(uint256 _size, uint256 _rate) returns (bool)
AddMinter(address indexed who)
AddOwner(address indexed who)
DeleteMinter(address indexed who)
DeleteOwner(address indexed who)
Leak(address indexed to, uint256 left)
constructor(address _token, uint256 _size, uint256 _rate)
This contract contains no fallback and receive objects.
This contract contains no error objects.