ERC721MinterWithWhitelist
Verified contract
Active on
Ethereum with 86 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 "ERC721MinterWithWhitelist"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13757861 | 3 years ago | | | 0 | 0.0019239137 | |
| 13314915 | 3 years ago | | | 0.2 | 0.0043965510 | |
| 13314915 | 3 years ago | | | 0.2 | 0.0043965510 | |
| 13314915 | 3 years ago | | | 0.1 | 0.0044142535 | |
| 13314915 | 3 years ago | | | 0.1 | 0.0044142535 | |
| 13314914 | 3 years ago | | | 0.1 | 0.0039298307 | |
| 13314914 | 3 years ago | | | 0.4 | 0.0039298307 | |
| 13314914 | 3 years ago | | | 0.1 | 0.0039298307 | |
| 13314914 | 3 years ago | | | 0.1 | 0.0042307732 | |
| 13314913 | 3 years ago | | | 0.1 | 0.0035169295 |
ABI
ABI objects
Getter at block 21099700
buyLimit() view returns (uint256)
5
erc721BaseContract() view returns (address)
0x9f2862f5d5f878a56ad8bc81605f8e44ac2415a4
maxSupply() view returns (uint256)
100
minted() view returns (uint256)
70
owner() view returns (address)
0x9176f69d781593bb3babc7ac323e40edc7fe5b61
presaleBuyLimitPerRegistrant() view returns (uint256)
5
presaleStartTime() view returns (uint256)
1632841200
price() view returns (uint256)
100000000000000000
reserveMinted() view returns (uint256)
0
reservedSupply() view returns (uint256)
30
saleStartTime() view returns (uint256)
1632841200
startId() view returns (uint256)
1
subCollectionURI() view returns (string)
ipfs://QmaMFZRqoV1j8PjWRQyqevtQCpsQshSx8QqUb3NqBcfvmW/
Read-only
whiteList(address) view returns (uint256)
State-modifying
Events mint(uint256 amount) payable
mintWhitelist(uint256 amount) payable
renounceOwnership()
transferOwnership(address newOwner)
updateWhitelist(address[] registrants, uint256[] amount)
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 presaleBuyLimitPerRegistrant_, string subCollectionURI_)
This contract contains no fallback and receive objects.
This contract contains no error objects.