0xbbf1076719187b59ae46029d44af8fdec0c1817f
Unverified contract
Proxy
Active on
Base with 39 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 "0xbbf1076719187b59ae46029d44af8fdec0c1817f"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21847248 | a month ago | | | 0 | 0.000082368946 | |
| 21847191 | a month ago | | | 0 | 0.000069617488 | |
| 21805726 | a month ago | | | 0 | 0.000082368946 | |
| 21597855 | 2 months ago | | | 0 | 0.000082368946 | |
| 21585426 | 2 months ago | | | 0 | 0.000069617488 | |
| 21508158 | 2 months ago | | | 0 | 0.000069617488 | |
| 21508150 | 2 months ago | | | 0 | 0.000069617488 | |
| 21508141 | 2 months ago | | | 0 | 0.000069617488 | |
| 21507767 | 2 months ago | | | 0 | 0.000069617488 | |
| 21499758 | 2 months ago | | | 0 | 0.000069617488 |
ABI
ABI objects
Getter at block 23717392
contractURI() view returns (string)
ipfs://QmVzyo5qd8hUaEqfwQoGx2rCaPYZp33VZ8rdfsnYy7SuKG/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=8453, verifyingContract=0xbbf1076719187b59ae46029d44af8fdec0c1817f, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
owner() view returns (address)
0x7c94bc362185084f87485fce9c5d259a4e4ca5ce
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()