TheMergeNFT
Verified contract
Active on
Ethereum with 4,719 txns
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 "TheMergeNFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21164097 | 18 days ago | | | 0 | 0.00035689620 | |
| 21041785 | a month ago | | | 0 | 0.00016861793 | |
| 21004662 | a month ago | | | 0 | 0.00031881033 | |
| 20523473 | 4 months ago | | | 0 | 0.000045597722 | |
| 20425809 | 4 months ago | | | 0 | 0.00011333037 | |
| 20266848 | 5 months ago | | | 0 | 0.000087244290 | |
| 20266846 | 5 months ago | | | 0 | 0.000086015700 | |
| 20266834 | 5 months ago | | | 0 | 0.000079170119 | |
| 20157573 | 5 months ago | | | 0 | 0.000077160587 | |
| 20152883 | 5 months ago | | | 0 | 0.00015706586 |
ABI
ABI objects
Getter at block 21293666
DEPLOYMENT() view returns (uint256)
2
ONE_HUNDRED_DEPLOYMENTS() view returns (uint256)
4
ONE_HUNDRED_TRANSACTIONS() view returns (uint256)
1
ONE_TRANSACTION() view returns (uint256)
0
SLASHED_VALIDATOR() view returns (uint256)
7
TEN_CALLS_TEN_CONTRACTS() view returns (uint256)
5
TEN_DEPLOYMENTS() view returns (uint256)
3
VALIDATOR() view returns (uint256)
6
merkleRoot() view returns (bytes32)
0x70b633f304e8689e67693ec59b947e78cb4df26d908dcb95a2a53c3b217b49aa
owner() view returns (address)
0x3a008933bd9808a8df23e8e355de42e99c0b9a68
Read-only
balanceOf(address account_, uint256 id_) view returns (uint256)
balanceOfBatch(address[] accounts_, uint256[] ids_) view returns (uint256[])
isApprovedForAll(address account, address operator) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256) view returns (string)
whitelistClaimed(address) view returns (bool)
State-modifying
Events mint(uint256 tokenIds_, bytes32[] whiteListMerkleProof_, address for_)
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setURI(string newUri_)
transferOwnership(address newOwner)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
constructor(bytes32 merkleRoot_, string uri)
This contract contains no fallback and receive objects.
This contract contains no error objects.