ERC721Minter
Verified contract
Active on
Ethereum with 1,228 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x89d0…8b59
Balances ($0.00)
No balances found for "ERC721Minter"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14634324 | 3 years ago | | | 0.11 | 0.0011242929 | |
| 14593158 | 3 years ago | | | 0.11 | 0.0013715721 | |
| 14593158 | 3 years ago | | | 0.11 | 0.0013619030 | |
| 14571686 | 3 years ago | | | 0 | 0.0021181162 | |
| 14566826 | 3 years ago | | | 0.11 | 0.0041294476 | |
| 14556272 | 3 years ago | | | 0.11 | 0.00082391630 | |
| 14556257 | 3 years ago | | | 0.11 | 0.0044465048 | |
| 14556226 | 3 years ago | | | 0.11 | 0.0056726649 | |
| 14556216 | 3 years ago | | | 0.11 | 0.0048890025 | |
| 14556211 | 3 years ago | | | 0.11 | 0.0043666498 |
ABI
ABI objects
Getter at block 21157666
erc721() view returns (address)
0x89d0d027bd1e9e4449b8d7975c8cc8e6b0a58b59
merkleRoot() view returns (bytes32)
0x7b1623778ce8972d831ee4041665ff4446fbf3bd698bb88a73c890854ae07ad9
mintQuantity() view returns (uint256)
1
owner() view returns (address)
0x3030a33127b1b6d279eac83662b6d7ce9ca91440
price() view returns (uint256)
110000000000000000
Read-only
claimed(address) view returns (uint256)
State-modifying
Events mint(bytes32[] merkleProof_, uint256 quantity_) payable
renounceOwnership()
setMerkleRoot(bytes32 merkleRoot_)
setNFT(address erc721_)
setQuantity(uint256 newQ)
transferOwnership(address newOwner)
withdraw(address to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address erc721_, bytes32 merkleRoot_)
This contract contains no fallback and receive objects.
This contract contains no error objects.