ClaimableNftVault
Verified contract
Active on
Ethereum with 678 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
0xc137…8c39 (#88601789790101438838475102287626971466981966592605497355088086646036918970128) | ERC-1555 | 9.995K | -- | -- | |
0xc137…8c39 (#88601789790101438838475102287626971466981966592583455549812986310028794275600) | ERC-1555 | 9.993K | -- | -- | |
0xc137…8c39 (#98597634787260592545833919360562393920168400566422366556444865207069120145168) | ERC-1555 | 9.977K | -- | -- | |
0xc137…8c39 (#46090874874590661928844892729073930685164777185056052515953485087388823724728) | ERC-1555 | 8.888K | -- | -- | |
0xc137…8c39 (#84459555924416661258175564636597051708733909267765002369690397993244523857568) | ERC-1555 | 6.969K | -- | -- | |
0xc137…8c39 (#42898959053779609197126268969293404053683357881787092582978519721479860392284) | ERC-1555 | 4.444K | -- | -- | |
0xc137…8c39 (#30918959373266624972438095226928154467258857131108572100419808286135860333496) | ERC-1555 | 2.992K | -- | -- | |
0xc137…8c39 (#28599062173855949584399147484186232025858408852784845561040887337317402936295) | ERC-1555 | 999 | -- | -- | |
0xc137…8c39 (#7203114736848082806303509477589268142824267170613327449200943004358017025000) | ERC-1555 | 999 | -- | -- | |
0xc137…8c39 (#7203114736848082806303509477589268142824267170680112085683053514300573376936) | ERC-1555 | 998 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21136318 | 13 days ago | | | 0 | 0.0016451688 | |
| 21136289 | 13 days ago | | | 0 | 0.0014702938 | |
| 21136281 | 13 days ago | | | 0 | 0.0014826396 | |
| 21136277 | 13 days ago | | | 0 | 0.0015186397 | |
| 21136265 | 13 days ago | | | 0 | 0.0015455950 | |
| 21052822 | 24 days ago | | | 0 | 0.00061405593 | |
| 21049577 | 25 days ago | | | 0 | 0.0010568012 | |
| 21031041 | a month ago | | | 0 | 0.0010846061 | |
| 21016809 | a month ago | | | 0 | 0.00029436715 | |
| 21016790 | a month ago | | | 0 | 0.00069598781 |
ABI
ABI objects
Getter at block 21226952 renounceOwnership() view
owner() view returns (address)
0x587c4f17ff3492a1cc360eca8cb6617ce5b8997c
paused() view returns (bool)
false
Read-only
claims(bytes) view returns (address admin, uint256 supply, bytes32 merkleRoot)
getClaimKey(address claimAdmin, address contractAddress, uint256 tokenId) pure returns (bytes)
onERC1155BatchReceived(address, address, uint256[], uint256[], bytes) pure returns (bytes4)
supportsInterface(bytes4 interfaceId) view returns (bool)
unpackClaimKey(bytes claimKey) pure returns (address claimAdmin, address contractAddress, uint256 tokenId)
State-modifying
Events claimAsset(bytes claimKey, uint256 amount, bytes32[] proof)
extractClaimableAsset(bytes claimKey)
onERC1155Received(address operator, address, uint256 tokenId, uint256 value, bytes data) returns (bytes4)
pause()
setClaimRoot(bytes claimKey, bytes32 root)
transferOwnership(address newOwner)
unpause()
ClaimableVaultAssetClaimed(address indexed claimAdmin, address tokenAddress, uint256 tokenId, address claimer, uint256 amount)
ClaimableVaultAssetDepleted(address indexed claimAdmin, address tokenAddress, uint256 tokenId)
ClaimableVaultAssetDeposited(address indexed claimAdmin, address tokenAddress, uint256 tokenId, uint256 tokenSupply, bytes32 merkleRoot)
ClaimableVaultAssetMerkleRootUpdated(address indexed claimAdmin, address tokenAddress, uint256 tokenId, bytes32 merkleRoot)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Unpaused(address account)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
CallerHasAlreadyClaimed()
InsufficientSupply()
InvalidClaimAdmin()
InvalidClaimAmount()
InvalidClaimKey()
InvalidClaimProof()