ApymonPack
Verified contract
Active on
Ethereum with 2,878 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x9c00…53db
Balances ($63,091.25)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 16.304 | $3,829.32 |
$62,433.23 | |
MANA | ERC-20 | 1K | $0.65796 |
$657.96 | |
ZENIQ | ERC-20 | 8.720939 | $0.006803 |
$0.06 | |
SOX | ERC-20 | 1 | -- | -- | |
0x495f…7b5e (#104862578739393558347168862713336477105805424889257901015630555108190179033089) | ERC-1555 | 1 | -- | -- | |
0x495f…7b5e (#98691131812721303532746581717429457456253439776789507320727450553599056150529) | ERC-1555 | 1 | -- | -- | |
0x495f…7b5e (#88973979665513500656170665032607175227309712315328124856823633651645519233025) | ERC-1555 | 1 | -- | -- | |
0x495f…7b5e (#88150789079667955387333443398804070712771565782109558326225757944402849824769) | ERC-1555 | 1 | -- | -- | |
0x495f…7b5e (#88150789079667955387333443398804070712771565782109558326225757934507245174785) | ERC-1555 | 1 | -- | -- | |
0x495f…7b5e (#78039928284992248217719636398913239555968151856717268424247644478098280284161) | ERC-1555 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18922205 | a year ago | | | 0 | 0.0012336536 | |
| 18922200 | a year ago | | | 0 | 0.0010332086 | |
| 18922166 | a year ago | | | 0 | 0.0011989100 | |
| 18922149 | a year ago | | | 0 | 0.0012226251 | |
| 18922140 | a year ago | | | 0 | 0.0011464966 | |
| 18921984 | a year ago | | | 0 | 0.0011326887 | |
| 18921948 | a year ago | | | 0 | 0.0012486700 | |
| 18921929 | a year ago | | | 0 | 0.0011148871 | |
| 18921900 | a year ago | | | 0 | 0.0013453276 | |
| 18921886 | a year ago | | | 0 | 0.0010810549 |
ABI
ABI objects
Getter at block 21382359
_apymon() view returns (address)
0x9c008a22d71b6182029b694b0311486e4c0e53db
_enableClose() view returns (bool)
false
_swap() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0xb9f22a1dbd24e28a7437e730b5aedc9e03de53b5
Read-only
existsId(uint256 eggId, address token, uint256 id) view returns (bool)
getERC1155TokenBalances(uint256 eggId, address insideToken, uint256[] tokenIds) view returns (uint256[] tokenBalances)
getERC1155Tokens(uint256 eggId) view returns (address[] addresses)
getERC20Tokens(uint256 eggId) view returns (address[] addresses, uint256[] tokenBalances)
getERC721OrERC1155Ids(uint256 eggId, address insideToken) view returns (uint256[])
getERC721Tokens(uint256 eggId) view returns (address[] addresses, uint256[] tokenBalances)
getInsideTokensCount(uint256 eggId) view returns (uint256 erc20Len, uint256 erc721Len, uint256 erc1155Len)
getTokens(uint256 eggId) view returns (uint8[] tokenTypes, address[] tokenAddresses)
isClaimedCreature(uint256 eggId) view returns (bool)
isLocked(uint256 eggId) view returns (bool locked, uint256 endTime)
isOpened(uint256 eggId) view returns (bool)
onERC1155BatchReceived(address, address, uint256[], uint256[], bytes) pure returns (bytes4)
onERC1155Received(address, address, uint256, uint256, bytes) pure returns (bytes4)
onERC721Received(address, address, uint256, bytes) pure returns (bytes4)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events claimCreature(uint256 eggId)
closeEgg(uint256 eggId)
depositErc1155IntoEgg(uint256 eggId, address token, uint256[] tokenIds, uint256[] amounts)
depositErc20IntoEgg(uint256 eggId, address[] tokens, uint256[] amounts)
depositErc721IntoEgg(uint256 eggId, address token, uint256[] tokenIds)
increaseInsideTokenBalance(uint256 eggId, uint8 tokenType, address token, uint256 amount)
lockEgg(uint256 eggId, uint256 timeInSeconds)
openEgg(uint256 eggId, bool isClaimCreature)
renounceOwnership()
sendAll(uint256 fromEggId, uint256 toEggId)
sendErc1155(uint256 fromEggId, address token, uint256[] tokenIds, uint256[] amounts, uint256 toEggId)
sendErc20(uint256 fromEggId, address[] tokens, uint256[] amounts, uint256 toEggId)
sendErc721(uint256 fromEggId, address token, uint256[] tokenIds, uint256 toEggId)
setEnableClose(bool enabled)
setSwap(address swap)
swapErc1155(uint256 eggId, address inToken, uint256 inId, uint256 inAmount, address outToken, uint256 outId, uint8 router, address to)
swapErc20(uint256 eggId, address inToken, uint256 inAmount, address outToken, uint8 router, address to)
swapErc721(uint256 eggId, address inToken, uint256 inId, address outToken, uint8 router, address to)
transferOwnership(address newOwner)
withdrawAll(uint256 eggId, address to)
withdrawErc1155FromEgg(uint256 eggId, address token, uint256[] tokenIds, uint256[] amounts, address to)
withdrawErc20FromEgg(uint256 eggId, address[] tokens, uint256[] amounts, address to)
withdrawErc721FromEgg(uint256 eggId, address token, uint256[] tokenIds, address to)
ClosedEgg(uint256 eggId, address indexed owner)
DepositedErc1155IntoEgg(uint256 eggId, address indexed owner, address indexed erc1155Token, uint256 tokenId, uint256 amount)
DepositedErc20IntoEgg(uint256 eggId, address indexed owner, address indexed erc20Token, uint256 amount)
DepositedErc721IntoEgg(uint256 eggId, address indexed owner, address indexed erc721Token, uint256 tokenId)
LockedEgg(uint256 eggId, address indexed owner, uint256 startTimestamp, uint256 endTimestamp)
OpenedEgg(uint256 eggId, address indexed owner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SentErc1155(uint256 fromEggId, address indexed owner, address indexed erc1155Token, uint256 tokenId, uint256 amount, uint256 toEggId)
SentErc20(uint256 fromEggId, address indexed owner, address indexed erc20Token, uint256 amount, uint256 toEggId)
SentErc721(uint256 fromEggId, address indexed owner, address indexed erc721Token, uint256 tokenId, uint256 toEggId)
SwapedErc1155(address indexed owner, uint256 eggId, address inToken, uint256 inId, uint256 inAmount, address outToken, uint256 outId, address indexed to)
SwapedErc20(address indexed owner, uint256 eggId, address inToken, uint256 inAmount, address outToken, address indexed to)
SwapedErc721(address indexed owner, uint256 eggId, address inToken, uint256 inId, address outToken, address indexed to)
WithdrewErc1155FromEgg(uint256 eggId, address indexed owner, address indexed erc1155Token, uint256 tokenId, uint256 amount, address indexed to)
WithdrewErc20FromEgg(uint256 eggId, address indexed owner, address indexed erc20Token, uint256 amount, address indexed to)
WithdrewErc721FromEgg(uint256 eggId, address indexed owner, address indexed erc721Token, uint256 tokenId, address indexed to)
constructor(address apymon)
This contract contains no fallback and receive objects.
This contract contains no error objects.