MintWithClaim
Verified contract
Active on
Base with 138,440 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.000826 |
$0 | |
OHNO | ERC-20 | 2.616435K | -- | -- | |
| ERC-20 | 2.4K | -- | -- | |
| ERC-20 | 2.4K | -- | -- | |
GTC | ERC-20 | 2.4K | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22730323 | 7 hours ago | | | 0 | 0.0000011085667 | |
| 22705592 | 21 hours ago | | | 0 | 0.000010151210 | |
| 22692114 | a day ago | | | 0 | 0.0000066111235 | |
| 22690361 | a day ago | | | 0 | 0.0000074065175 | |
| 22667660 | 2 days ago | | | 0 | 0.000011886253 | |
| 22666565 | 2 days ago | | | 0 | 0.000010592847 | |
| 22665169 | 2 days ago | | | 0 | 0.000010796098 | |
| 22665071 | 2 days ago | | | 0 | 0.000011323941 | |
| 22664371 | 2 days ago | | | 0 | 0.0000095896316 | |
| 22612944 | 3 days ago | | | 0 | 0.0000046468138 |
ABI
ABI objects
Getter at block 22743223
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
treasury() view returns (address)
0x138daf55c34179b6f3f71b977909c36dd3057d50
Read-only
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
verifyClaim(struct MintWithClaimDomain domain, struct MintWithClaimAttestClaim message, bytes sign) view returns (bool)
State-modifying
Events grantRole(bytes32 role, address account)
mintNFTClaim(struct MintWithClaimDomain domain, struct MintWithClaimAttestClaim message, bytes sign) payable returns (uint256)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setTreasury(address _treasury)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
constructor(address _treasury)
This contract contains no fallback and receive objects.
This contract contains no error objects.