ERC721MinterWithPresale
Verified contract
Active on
Ethereum with 67 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 "ERC721MinterWithPresale"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13757981 | 3 years ago | | | 0 | 0.0021294617 | |
| 13520184 | 3 years ago | | | 0.05 | 0.0070362917 | |
| 13520122 | 3 years ago | | | 0.05 | 0.0080639415 | |
| 13505909 | 3 years ago | | | 0.05 | 0.031848537 | |
Transfer | 13496988 | 3 years ago | | | 0.05 | 0.0019205700 | |
| 13491419 | 3 years ago | | | 0.05 | 0.020431591 | |
| 13491192 | 3 years ago | | | 0.05 | 0.024341375 | |
| 13489740 | 3 years ago | | | 0.05 | 0.023144729 | |
| 13447509 | 3 years ago | | | 0 | 0.039262912 | |
| 13430798 | 3 years ago | | | 0.05 | 0.018557620 |
ABI
ABI objects
Getter at block 21393755
buyLimit() view returns (uint256)
5
erc721BaseContract() view returns (address)
0x9f2862f5d5f878a56ad8bc81605f8e44ac2415a4
maxSupply() view returns (uint256)
100
minted() view returns (uint256)
82
owner() view returns (address)
0x9176f69d781593bb3babc7ac323e40edc7fe5b61
presaleBuyLimitPerQualifyingId() view returns (uint256)
1
presaleStartTime() view returns (uint256)
1634137200
price() view returns (uint256)
50000000000000000
reserveMinted() view returns (uint256)
5
reservedSupply() view returns (uint256)
5
saleStartTime() view returns (uint256)
1634223600
startId() view returns (uint256)
101
subCollectionURI() view returns (string)
ipfs://QmRGKxSK9ALRUQM1r9pZQ8Utqw1vhD7XNLM6VeSyHun94m/
Read-only
claimedTokens(uint256) view returns (uint256)
State-modifying
Events mint(uint256 amount) payable
mintPresale(uint256 amount, uint256 id) payable
mintReserve(uint256 amount)
renounceOwnership()
transferOwnership(address newOwner)
withdraw()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address erc721BaseContract_, uint256 maxSupply_, uint256 reservedSupply_, uint256 price_, uint256 minted_, uint256 startId_, uint256 saleStartTime_, uint256 presaleStartTime_, uint256 buyLimit_, uint256 presaleBuyLimitPerQualifyingId_, string subCollectionURI_)
This contract contains no fallback and receive objects.
This contract contains no error objects.