LootBoxes
Verified contract
Active on
Ethereum with 13,893 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x7f29…b3c5
0xee9e…da7e
0xa98f…207f
0xd816…3f0e
Balances ($331.46)
Native
Value
$331.46
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.1001 | $3,311.25 |
$331.46 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19526580 | 8 months ago | | | 0.05 | 0.0045362103 | |
| 19526559 | 8 months ago | | | 0.05 | 0.0046523220 | |
| 18250564 | a year ago | | | 0 | 0.00048988038 | |
| 17887658 | a year ago | | | 0.21 | 0.0021624305 | |
| 17854398 | a year ago | | | 0.05 | 0.0011481295 | |
| 17825566 | a year ago | | | 0.05 | 0.0015354150 | |
| 17812893 | a year ago | | | 0 | 0.00059605853 | |
| 17782149 | a year ago | | | 0.05 | 0.0015546608 | |
| 17782139 | a year ago | | | 0.05 | 0.0017897508 | |
| 17775074 | a year ago | | | 0.05 | 0.0016347848 |
ABI
ABI objects
Getter at block 21246170
POWER_COOLDOWN() view returns (uint256)
43200
apesContract() view returns (address)
0x7f29b85834d6a2ba4bb1c64325686c6057b1b3c5
freeSpinsCooldown() view returns (uint256)
999999999999
masterContract() view returns (address)
0xd8162d9703d1c13476fee3f20adf2c6468683f0e
owner() view returns (address)
0x3689540e39ac2e01f15942b099dba0fe14d471c2
randomizerContract() view returns (address)
0xa98fae83014ef594bf0fc730cb17d0abb058207f
secret() view returns (address)
0xc8033181079b4a920cf5a3fd1a9f15fccc8c610f
traitsContract() view returns (address)
0xee9e6146e635e5da5c3885b2a641321c5a50da7e
Read-only
apeLastBox(uint256) view returns (uint256)
apeLastFreeSpin(uint256) view returns (uint256)
apeOpenCount(uint256) view returns (uint256)
bagPrice(uint256) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events buyMethBag(uint256 amount, address to, uint256 price, uint256 timeOut, bytes signature) payable
onERC1155BatchReceived(address, address, uint256[], uint256[], bytes) returns (bytes4)
onERC1155Received(address, address, uint256, uint256, bytes) returns (bytes4)
openCommonBox(uint256 apeId, uint256 amount, uint256 price, uint256 boxType, uint256 timeOut, bool hasPower, bytes randomSeed, bytes signature)
openSpecialBox(uint256 amount, uint256 price, uint256 boxType, uint256 timeOut, bytes randomSeed, bytes signature) payable
renounceOwnership()
setContractAddresses(address apesAddress, address traitsAddress, address randomizerAddress, address masterContractAddress)
setFreeSpinCooldown(uint256 newCooldown)
setMethBagPrice(uint256 amount, uint256 price)
setSecret(address signer)
transferOwnership(address newOwner)
withdrawETH(address _address, uint256 amount)
BoxOpened(uint256 boxType, uint256 apeId, uint256 amount, uint256 price, uint256[] prizes)
MethBagBought(uint256 amount, uint256 price, address to)
MethBagCreated(uint256 amount, uint256 price, address operator)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SpecialBoxOpened(uint256 boxType, uint256 amount, uint256 price, uint256[] prizes, address operator)
constructor(address apesAddress, address traitsAddress, address randomizerAddress, address masterContractAddress, address signer)
This contract contains no fallback and receive objects.
This contract contains no error objects.