NFTMinterMerkle
Verified contract
Active on
Ethereum with 139 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($93.73)
Native
Value
$93.73
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.03 | $3,124.46 |
$93.73 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16974885 | 2 years ago | | | 0.03 | 0.0031712006 | |
| 16461257 | 2 years ago | | | 0 | 0.00073997354 | |
| 16426082 | 2 years ago | | | 0.03 | 0.0028974877 | |
| 16419906 | 2 years ago | | | 0.09 | 0.0083211528 | |
| 16419340 | 2 years ago | | | 0.09 | 0.010296878 | |
| 16419329 | 2 years ago | | | 0.15 | 0.011152839 | |
| 16418991 | 2 years ago | | | 0.09 | 0.0062734023 | |
| 16418912 | 2 years ago | | | 0.06 | 0.0044167266 | |
| 16412280 | 2 years ago | | | 0.15 | 0.0092982573 | |
| 16368912 | 2 years ago | | | 0.06 | 0.0048371361 |
ABI
ABI objects
Getter at block 21221383
MAX_SUPPLY() view returns (uint256)
1024
freeMerkleRoot() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
getCurrentCost() view returns (uint256)
30000000000000000
nft() view returns (address)
0xc32e0d5bd07fb9c43218f25efe41794e6add5816
owner() view returns (address)
0x50a99fc62e3258914ac729f8ae43682913c98218
paused() view returns (bool)
false
preCost() view returns (uint256)
20000000000000000
preMerkleRoot() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
presale() view returns (bool)
false
publicCost() view returns (uint256)
30000000000000000
Read-only
freeAllowListClaimed(address) view returns (uint256)
preAllowListClaimed(address) view returns (uint256)
State-modifying
Events freeMint(uint256 _mintAmount, uint256 _alAmount, bytes32[] _merkleProof) payable
pause()
preMint(uint256 _mintAmount, uint256 _alAmount, bytes32[] _merkleProof) payable
publicMint(uint256 _mintAmount) payable
renounceOwnership()
setFreeMerkleRoot(bytes32 _merkleRoot)
setPreCost(uint256 _preCost)
setPreMerkleRoot(bytes32 _merkleRoot)
setPresale(bool _state)
setPublicCost(uint256 _publicCost)
transferOwnership(address newOwner)
unpause()
withdraw()
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.