NFTMinterMerkle
Verified contract
Active on
Ethereum with 510 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 "NFTMinterMerkle"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15927678 | 2 years ago | | | 0 | 0.0044823423 | |
| 15907801 | 2 years ago | | | 0.02 | 0.0020131402 | |
| 15907772 | 2 years ago | | | 0.02 | 0.0020399449 | |
| 15907754 | 2 years ago | | | 0.02 | 0.0020736651 | |
| 15907712 | 2 years ago | | | 0.02 | 0.0021160272 | |
| 15907347 | 2 years ago | | | 0.02 | 0.0021963811 | |
| 15907187 | 2 years ago | | | 0.02 | 0.0021284946 | |
| 15907126 | 2 years ago | | | 0.02 | 0.0025480773 | |
| 15907047 | 2 years ago | | | 0.02 | 0.0026326865 | |
| 15907010 | 2 years ago | | | 0 | 0.0030732741 |
ABI
ABI objects
Getter at block 21204112
MAX_SUPPLY() view returns (uint256)
1024
freeMerkleRoot() view returns (bytes32)
0x8bff2f481d5152be7c872f966e863adfc57d21e4994c262f51746fc520b644d7
getCurrentCost() view returns (uint256)
20000000000000000
nft() view returns (address)
0xc32e0d5bd07fb9c43218f25efe41794e6add5816
owner() view returns (address)
0x50a99fc62e3258914ac729f8ae43682913c98218
paused() view returns (bool)
false
preCost() view returns (uint256)
20000000000000000
preMerkleRoot() view returns (bytes32)
0xa73f27156cb3dda525b5dfeaf3c65dde78c6d100db4fac4b68b0e668a2869393
presale() view returns (bool)
true
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.