Minter
Verified contract
Active on
Ethereum with 10,870 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xddd6…018e
Balances ($0.00)
No balances found for "Minter"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16793988 | 2 years ago | | | 0 | 0.0029036696 | |
| 16793544 | 2 years ago | | | 0 | 0.0029661070 | |
| 16770686 | 2 years ago | | | 0 | 0.0079832736 | |
| 16702858 | 2 years ago | | | 0 | 0.0020774962 | |
| 16676348 | 2 years ago | | | 0 | 0.0030832093 | |
| 16665049 | 2 years ago | | | 0 | 0.0025539259 | |
| 16649742 | 2 years ago | | | 0 | 0.0039277319 | |
| 16613112 | 2 years ago | | | 0 | 0.0017536411 | |
| 16584350 | 2 years ago | | | 0 | 0.0027340016 | |
| 16582443 | 2 years ago | | | 0 | 0.0029864408 |
ABI
ABI objects
Getter at block 21157429
owner() view returns (address)
0x58d09db5a0fdf26baf9ed23229500c49d6c1a413
paused() view returns (bool)
false
Read-only
canMintToken(address to, uint256 tokenId, bytes32[] proof) view returns (bool)
State-modifying
Events mint(uint256 tokenId, bytes32[] proof)
mintOwner(address to, uint256 id, uint256 amount, bytes data)
modifyType(uint256 _id, bytes32 _root)
pause()
pauseProxy()
renounceOwnership()
setMintApproval(address to, bool value, uint256 id)
setURIProxy(string newuri)
transferOwnership(address newOwner)
transferOwnershipProxy(address account)
unpause()
unpauseProxy()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Unpaused(address account)
constructor(address nft)
This contract contains no fallback and receive objects.
This contract contains no error objects.