ERC1155FrameLazyClaim
Verified contract
Active on
Base with 16,355 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
0x267b…dad5
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
OHNO | ERC-20 | 23 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22764890 | 12 minutes ago | | | 0 | 0.0000021348939 | |
| 22762536 | 2 hours ago | | | 0 | 0.000026319406 | |
| 22721284 | a day ago | | | 0 | 0.0000016855872 | |
| 22717315 | a day ago | | | 0 | 0.0000021348939 | |
| 22690372 | 2 days ago | | | 0 | 0.0000018906303 | |
| 22688339 | 2 days ago | | | 0 | 0.0000018906303 | |
| 22674730 | 2 days ago | | | 0 | 0.0000021348939 | |
| 22672843 | 2 days ago | | | 0 | 0.0000025145038 | |
| 22648062 | 3 days ago | | | 0 | 0.0000018504894 | |
| 22613111 | 4 days ago | | | 0 | 0.0000018906303 |
ABI
ABI objects
Getter at block 22765248
MANIFOLD_FREE_MINTS() view returns (uint56)
50
SPONSORED_MINT_FEE() view returns (uint256)
25000000000000
getAdmins() view returns (address[] admins)
[]
owner() view returns (address)
0xd49b627a94e55744b7b1262fcb6e9248da068f36
Read-only
getClaim(address creatorContractAddress, uint256 instanceId) view returns (struct IERC1155FrameLazyClaimClaim claim)
getClaimForToken(address creatorContractAddress, uint256 tokenId) view returns (uint256 instanceId, struct IERC1155FrameLazyClaimClaim claim)
isAdmin(address admin) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(address creatorContractAddress, uint256 tokenId) view returns (string uri)
State-modifying
Events approveAdmin(address admin)
extendTokenURI(address creatorContractAddress, uint256 instanceId, string locationChunk)
initializeClaim(address creatorContractAddress, uint256 instanceId, struct IERC1155FrameLazyClaimClaimParameters claimParameters) payable
mint(struct IFrameLazyClaimMint[] mints) payable
renounceOwnership()
revokeAdmin(address admin)
setFundsReceiver(address fundsReceiver)
setSigner(address signer)
sponsorMints(address creatorContractAddress, uint256 instanceId, uint56 amount) payable
transferOwnership(address newOwner)
updateManifoldFreeMints(uint56 amount)
updateSponsoredMintFee(uint256 fee)
updateTokenURIParams(address creatorContractAddress, uint256 instanceId, uint8 storageProtocol, string location)
AdminApproved(address indexed account, address indexed sender)
AdminRevoked(address indexed account, address indexed sender)
FrameClaimInitialized(address indexed creatorContract, uint256 indexed instanceId, address initializer)
FrameClaimMint(address indexed creatorContract, uint256 indexed instanceId)
FrameClaimSponsored(address indexed sponsor, address indexed creatorContract, uint256 indexed instanceId, uint256 amount)
FrameClaimUpdated(address indexed creatorContract, uint256 indexed instanceId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address initialOwner)
This contract contains no fallback and receive objects.
FailedToTransfer()
InsufficientPayment()
InvalidSignature()
PaymentNotAllowed()