FishbankChests
Verified contract
Active on
Ethereum with 569 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xf15f…a256
Balances ($0.00)
No balances found for "FishbankChests"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9022637 | 5 years ago | | | 0 | 0.00043275100 | |
| 8949679 | 5 years ago | | | 0 | 0.00042785250 | |
| 8781164 | 5 years ago | | | 0 | 0.000027282000 | |
| 8781157 | 5 years ago | | | 0 | 0.00034259880 | |
| 8468196 | 5 years ago | | | 0 | 0.0013418102 | |
| 8426665 | 5 years ago | | | 0 | 0.0019968760 | |
| 8336933 | 5 years ago | | | 0 | 0.00043297400 | |
| 8299353 | 5 years ago | | | 0 | 0.00051933120 | |
| 7810036 | 6 years ago | | | 0 | 0.00086495800 | |
| 7463676 | 6 years ago | | | 0 | 0.0038857920 |
ABI
ABI objects
Getter at block 21256442
boosterContract() view returns (address)
0xf15f61643eea73be40ad9b72c09ed381fac7a256
owner() view returns (address)
0xa3e4dc62b2942f6294cc4c34a546df87dbba830e
totalSupply() view returns (uint256 total)
467
Read-only
approved(uint256) view returns (address)
balanceOf(address _owner) view returns (uint256 balance)
balances(address) view returns (uint256)
chests(uint256) view returns (address owner, uint16 boosters, uint16 chestType, uint24 raiseChance, uint8 onlySpecificType, uint8 onlySpecificStrength, uint24 raiseStrength)
minters(address) view returns (bool)
ownerOf(uint256 _tokenId) view returns (address owner)
State-modifying
Events addMinter(address _minter)
approve(address _to, uint256 _tokenId)
convertChest(uint256 _tokenId)
mintChest(address _owner, uint16 _boosters, uint24 _raiseStrength, uint24 _raiseChance, uint8 _onlySpecificType, uint8 _onlySpecificStrength)
removeMinter(address _minter)
transfer(address _to, uint256 _tokenId) returns (bool)
transferFrom(address _from, address _to, uint256 _tokenId) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _boosterAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.