ERC1155ClaimTip
Verified contract
Active on
Ethereum with 8,245 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value
$1,313.82
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.3933 | $3,340.51 |
$1,313.82 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21257220 | 3 days ago | | | 0.00069 | 0.00083424558 | |
| 21256816 | 3 days ago | | | 0.00069 | 0.00074434405 | |
| 21256763 | 3 days ago | | | 0.00069 | 0.00086018628 | |
| 21075077 | a month ago | | | 0.00569 | 0.00088254600 | |
| 21061309 | a month ago | | | 0.00759 | 0.00076441463 | |
| 21040655 | a month ago | | | 0.00819 | 0.00058385446 | |
| 21017318 | a month ago | | | 0.00069 | 0.00073320414 | |
| 21013462 | a month ago | | | 0.00069 | 0.00081933090 | |
| 21012186 | a month ago | | | 0.00759 | 0.0015708523 | |
| 21012070 | a month ago | | | 0.01069 | 0.0011791117 |
ABI
ABI objects
Getter at block 21276133
DELEGATION_REGISTRY() view returns (address)
0x00000000000076a84fef008cdabe6409d2fe638b
_extensionOwner() view returns (address)
0xc130b7a832bb28f6aaa9c776fabf71a83f71b5d4
Read-only
checkMintIndex(address creatorContractAddress, uint256 claimIndex, uint32 mintIndex) view returns (bool)
checkMintIndices(address creatorContractAddress, uint256 claimIndex, uint32[] mintIndices) view returns (bool[] minted)
getClaim(address creatorContractAddress, uint256 claimIndex) view returns (struct IERC1155ClaimTipClaim claim)
getTotalMints(address minter, address creatorContractAddress, uint256 claimIndex) view returns (uint32)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(address creatorContractAddress, uint256 tokenId) view returns (string uri)
State-modifying
Events airdrop(address creatorContractAddress, uint256 claimIndex, address[] recipients, uint256[] amounts)
initializeClaim(address creatorContractAddress, uint256 claimIndex, struct IERC1155ClaimTipClaimParameters claimParameters)
mint(address creatorContractAddress, uint256 claimIndex, uint32 mintIndex, bytes32[] merkleProof, address mintFor) payable
mintBatch(address creatorContractAddress, uint256 claimIndex, uint16 mintCount, uint32[] mintIndices, bytes32[][] merkleProofs, address mintFor) payable
updateClaim(address creatorContractAddress, uint256 claimIndex, struct IERC1155ClaimTipClaimParameters claimParameters)
updateTokenURIParams(address creatorContractAddress, uint256 claimIndex, uint8 storageProtocol, string location)
withdraw()
ClaimInitialized(address indexed creatorContract, uint256 indexed claimIndex, address initializer)
ClaimTipMint(address indexed creatorContract, uint256 indexed claimIndex, uint256 indexed cost)
ClaimTipMintBatch(address indexed creatorContract, uint256 indexed claimIndex, uint16 mintCount, uint256 indexed cost)
constructor(address delegationRegistry)
This contract contains no fallback and receive objects.
This contract contains no error objects.