ERC721LazyPayableClaim
Verified contract
Active on
Base with 5,125 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
-
variable spans 1 additional slot
Balances ($8.11)
Native
Value
$8.11
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0.0025 | $3,244.72 |
$8.11 | |
USA | ERC-20 | 1 | $0.000877 |
$0 | |
MAG | ERC-20 | 1.289892 | $0.000071 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21963776 | 17 days ago | | | 0.0155 | 8.5506036e-7 | |
| 21901453 | 19 days ago | | | 0 | 8.8146026e-7 | |
| 21254693 | a month ago | | | 0 | 0.0000017925640 | |
| 19739397 | 2 months ago | | | 0.0005 | 7.2448520e-7 | |
| 19205381 | 3 months ago | | | 0.0005 | 7.3421121e-7 | |
| 17916583 | 4 months ago | | | 0 | 0.0000032424762 | |
0x70656e20 | 17460895 | 4 months ago | | | 0 | 2.5868205e-7 | |
| 15145076 | 6 months ago | | | 0.0006 | 0.0000021487410 | |
| 15016785 | 6 months ago | | | 0.00127 | 0.0000042413189 | |
| 14742417 | 6 months ago | | | 0.0024 | 0.000013465199 |
ABI
ABI objects
Getter at block 22701380
DELEGATION_REGISTRY() view returns (address)
0x00000000000076a84fef008cdabe6409d2fe638b
MEMBERSHIP_ADDRESS() view returns (address)
0x0000000000000000000000000000000000000000
MINT_FEE() view returns (uint256)
500000000000000
MINT_FEE_MERKLE() view returns (uint256)
690000000000000
getAdmins() view returns (address[] admins)
[]
owner() view returns (address)
0xd49b627a94e55744b7b1262fcb6e9248da068f36
Read-only
checkMintIndex(address creatorContractAddress, uint256 instanceId, uint32 mintIndex) view returns (bool)
checkMintIndices(address creatorContractAddress, uint256 instanceId, uint32[] mintIndices) view returns (bool[] minted)
getClaim(address creatorContractAddress, uint256 instanceId) view returns (struct IERC721LazyPayableClaimClaim)
getClaimForToken(address creatorContractAddress, uint256 tokenId) view returns (uint256 instanceId, struct IERC721LazyPayableClaimClaim claim)
getTotalMints(address minter, address creatorContractAddress, uint256 instanceId) view returns (uint32)
isAdmin(address admin) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(address creatorContractAddress, uint256 tokenId) view returns (string uri)
State-modifying
Events airdrop(address creatorContractAddress, uint256 instanceId, address[] recipients, uint16[] amounts)
approveAdmin(address admin)
extendTokenURI(address creatorContractAddress, uint256 instanceId, string locationChunk)
initializeClaim(address creatorContractAddress, uint256 instanceId, struct IERC721LazyPayableClaimClaimParameters claimParameters)
mint(address creatorContractAddress, uint256 instanceId, uint32 mintIndex, bytes32[] merkleProof, address mintFor) payable
mintBatch(address creatorContractAddress, uint256 instanceId, uint16 mintCount, uint32[] mintIndices, bytes32[][] merkleProofs, address mintFor) payable
mintProxy(address creatorContractAddress, uint256 instanceId, uint16 mintCount, uint32[] mintIndices, bytes32[][] merkleProofs, address mintFor) payable
renounceOwnership()
revokeAdmin(address admin)
setMembershipAddress(address membershipAddress)
transferOwnership(address newOwner)
updateClaim(address creatorContractAddress, uint256 instanceId, struct IERC721LazyPayableClaimClaimParameters claimParameters)
updateTokenURIParams(address creatorContractAddress, uint256 instanceId, uint8 storageProtocol, bool identical, string location)
withdraw(address receiver, uint256 amount)
AdminApproved(address indexed account, address indexed sender)
AdminRevoked(address indexed account, address indexed sender)
ClaimInitialized(address indexed creatorContract, uint256 indexed instanceId, address initializer)
ClaimMint(address indexed creatorContract, uint256 indexed instanceId)
ClaimMintBatch(address indexed creatorContract, uint256 indexed instanceId, uint16 mintCount)
ClaimMintProxy(address indexed creatorContract, uint256 indexed instanceId, uint16 mintCount, address proxy, address mintFor)
ClaimUpdated(address indexed creatorContract, uint256 indexed instanceId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address initialOwner, address delegationRegistry)
This contract contains no fallback and receive objects.
This contract contains no error objects.