0x712bdb421ea962c9b2fbaf1777bb292a92eef71f
Verified contract
Proxy
Active on
Ethereum with 24 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
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 "0x712bdb421ea962c9b2fbaf1777bb292a92eef71f"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20569060 | 3 months ago | | | 0 | 0.00077026626 | |
| 20569044 | 3 months ago | | | 0 | 0.000078547893 | |
| 19813885 | 6 months ago | | | 0 | 0.048663613 | |
| 19802390 | 6 months ago | | | 0 | 0.067775143 | |
| 19802376 | 6 months ago | | | 0 | 0.070357627 | |
| 19802356 | 6 months ago | | | 0 | 0.074858705 | |
| 19802330 | 6 months ago | | | 0 | 0.067272099 | |
| 19802317 | 6 months ago | | | 0 | 0.080108903 | |
| 19802289 | 6 months ago | | | 0 | 0.063510117 | |
| 19795260 | 6 months ago | | | 0 | 0.10147425 |
ABI
ABI objects
Getter at block 21220187
contractURI() view returns (string)
ipfs://QmcCdZS2QePi3qooDfFZkji8D9oycQo5QPi7mFpPYmMuee/0
eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)
(fields=0x0f, name=Airdrop, version=1, chainId=1, verifyingContract=0x712bdb421ea962c9b2fbaf1777bb292a92eef71f, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
owner() view returns (address)
0xd68b3ebee574fbe553bc24472ac66d6b68386ed1
Read-only
isClaimed(address _receiver, address _token, uint256 _tokenId) view returns (bool)
processed(bytes32) view returns (bool)
tokenConditionId(address) view returns (uint256)
tokenMerkleRoot(address) view returns (bytes32)
State-modifying
Events airdropERC1155(address _tokenAddress, struct AirdropAirdropContentERC1155[] _contents)
airdropERC1155WithSignature(struct AirdropAirdropRequestERC1155 req, bytes signature)
airdropERC20(address _tokenAddress, struct AirdropAirdropContentERC20[] _contents)
airdropERC20WithSignature(struct AirdropAirdropRequestERC20 req, bytes signature)
airdropERC721(address _tokenAddress, struct AirdropAirdropContentERC721[] _contents)
airdropERC721WithSignature(struct AirdropAirdropRequestERC721 req, bytes signature)
airdropNativeToken(struct AirdropAirdropContentERC20[] _contents) payable
claimERC1155(address _token, address _receiver, uint256 _tokenId, uint256 _quantity, bytes32[] _proofs)
claimERC20(address _token, address _receiver, uint256 _quantity, bytes32[] _proofs)
claimERC721(address _token, address _receiver, uint256 _tokenId, bytes32[] _proofs)
initialize(address _defaultAdmin, string _contractURI)
setContractURI(string _uri)
setMerkleRoot(address _token, bytes32 _tokenMerkleRoot, bool _resetClaimStatus)
setOwner(address _newOwner)
Airdrop(address token)
AirdropClaimed(address token, address receiver)
AirdropWithSignature(address token)
ContractURIUpdated(string prevURI, string newURI)
Initialized(uint8 version)
OwnerUpdated(address indexed prevOwner, address indexed newOwner)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
AirdropAlreadyClaimed()
AirdropInvalidProof()
AirdropNoMerkleRoot()
AirdropRequestAlreadyProcessed()
AirdropRequestExpired(uint256 expirationTimestamp)
AirdropRequestInvalidSigner()
AirdropValueMismatch()
ContractMetadataUnauthorized()
OwnableUnauthorized()