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 "PreSale"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14344008 | 3 years ago | | | 0.25 | 0.00080374913 | |
| 14343927 | 3 years ago | | | 0 | 0.0012072698 | |
| 14343916 | 3 years ago | | | 0.25 | 0.0065214409 | |
| 14343914 | 3 years ago | | | 0.25 | 0.0068693746 | |
| 14343911 | 3 years ago | | | 0.25 | 0.0085507141 | |
| 14343880 | 3 years ago | | | 0.25 | 0.0084133912 | |
| 14343870 | 3 years ago | | | 0.5 | 0.015427958 | |
| 14342384 | 3 years ago | | | 0.25 | 0.010129001 | |
| 14341681 | 3 years ago | | | 0.25 | 0.011323171 | |
| 14341615 | 3 years ago | | | 0.25 | 0.0050853905 |
ABI
ABI objects
Getter at block 21215072
maxMintsForSaleType() view returns (uint256)
469
maxMintsPerAddress() view returns (uint256)
2
mintPrice() view returns (uint256)
250000000000000000
nft() view returns (address)
0x0b589292ea1a0f83ee356f154db448a346ca02be
owner() view returns (address)
0xd1e52564b478fa0dec109dd765fd36ab87d669fb
pause() view returns (bool)
true
saleType() view returns (string)
PRE_SALE
totalMinted() view returns (uint256)
396
treasury() view returns (address)
0x00d018a4235414238e6a220a45210cd02f393e65
Read-only
addressMinted(address) view returns (bool)
State-modifying
Events mint(uint256 amount, struct PreSaleVoucher voucher) payable
renounceOwnership()
setPause(bool _pause)
setTreasury(address _treasury)
transferOwnership(address newOwner)
MaxMintPerAddressSet(uint256 maxMintsPerAddress)
MaxMintsForSaleTypeSet(uint256 maxMintsForSaleType)
MintPriceSet(uint256 mintPrice)
NFTAddressSet(address nft)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PauseUpdated(bool pause)
SaleTypeSet(string saleType)
TreasuryAddressUpdated(address treasury)
constructor(uint256 _maxMintsForSaleType, uint256 _maxMintsPerAddress, uint256 _mintPrice, string _saleType, address _nft, address _treasury)
This contract contains no fallback and receive objects.
This contract contains no error objects.