NFTPreSale
Verified contract
Active on
Ethereum with 433 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 "NFTPreSale"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15514648 | 2 years ago | | | 0.09 | 0.00019446714 | |
| 14756013 | 3 years ago | | | 0.1776 | 0.0049916384 | |
| 14712797 | 3 years ago | | | 0 | 0.0028300398 | |
| 14706097 | 3 years ago | | | 0 | 0.034831521 | |
| 14706031 | 3 years ago | | | 0 | 0.0017404054 | |
| 14706006 | 3 years ago | | | 0 | 0.0015670194 | |
| 14705906 | 3 years ago | | | 0 | 0.0020194112 | |
| 14705728 | 3 years ago | | | 0.18 | 0.0054623818 | |
| 14704802 | 3 years ago | | | 0.09 | 0.0057714991 | |
| 14704097 | 3 years ago | | | 0.18 | 0.0057600700 |
ABI
ABI objects
Getter at block 21197099
isPublicSale() view returns (bool)
false
maxSupply() view returns (uint256)
888
merkleRoot() view returns (bytes32)
0xbee638afff6430d41ff5c2632e4263ea3e35a9b514a7782b68c5a9f35497b6d9
minted() view returns (uint256)
888
nft() view returns (address)
0x4d353e856c4cdf244d8c68b3438649b78657c820
owner() view returns (address)
0x6b6733405ae26f493adf1b8b82b6bea71722ea71
publicMaxMintPerWallet() view returns (uint256)
8
publicMintPrice() view returns (uint256)
90000000000000000
Read-only
addressToMints(address) view returns (uint256)
State-modifying
Events buy(uint256 amount, uint256 mintStart, uint256 mintEnd, uint256 mintPrice, uint256 mintMaxAmount, bytes32[] proof) payable
publicBuy(uint256 amount) payable
renounceOwnership()
setIsPublicSale(bool newIsPublicSale)
setMaxSupply(uint256 newMaxSupply)
setMerkleRoot(bytes32 newRoot)
setPublicMaxMintPerWallet(uint256 newPublicMaxMintPerWallet)
setPublicMintPrice(uint256 newPublicMintPrice)
transferOwnership(address newOwner)
withdrawAll(address _to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Purchase(address indexed buyer, uint256 indexed amount)
ReceivedEther(address indexed sender, uint256 indexed amount)
WithdrawAllEvent(address indexed to, uint256 amount)
setIsPublicSaleEvent(bool indexed isPublicSale)
setMaxSupplyEvent(uint256 indexed maxSupply)
setMerkleRootEvent(bytes32 indexed merkleRoot)
setPublicMaxMintPerWalletEvent(uint256 indexed publicMaxMintPerWallet)
setPublicMintPriceEvent(uint256 indexed publicMintPrice)
constructor(address _nftaddress)
receive()
This contract contains no error objects.