Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x4df4…9d5c
0x34cb…0cf5
Balances ($0.00)
No balances found for "MintNFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14167115 | 3 years ago | | | 0 | 0.0063282371 | |
| 14167109 | 3 years ago | | | 0.3 | 0.016782360 | |
| 14167106 | 3 years ago | | | 0.3 | 0.015112753 | |
| 14167095 | 3 years ago | | | 0.27 | 0.021269407 | |
| 14167095 | 3 years ago | | | 0.3 | 0.020494540 | |
| 14167088 | 3 years ago | | | 0.27 | 0.023000525 | |
| 14166877 | 3 years ago | | | 0.27 | 0.012775738 | |
| 14166758 | 3 years ago | | | 1.35 | 0.042542679 | |
| 14166579 | 3 years ago | | | 0.1 | 0.010520898 | |
| 14166117 | 3 years ago | | | 0.1 | 0.0099763475 |
ABI
ABI objects
Getter at block 21215848
allSaleAmount() view returns (uint256)
10000
discountPrice() view returns (uint256)
90000000000000000
isPaused() view returns (bool)
true
isPublicSale() view returns (bool)
false
maxPublicSaleAmount() view returns (uint256)
3
mintingPass() view returns (address)
0x34cb8b0212d0944821012993a9dd57659f070cf5
owner() view returns (address)
0x49e520deb96ca5ae298fb8dc0ee30bb840cb755a
price() view returns (uint256)
100000000000000000
receiver() view returns (address)
0x6d209f75a1a487a1db6fbfd7c0619b17622f603d
saleCounter() view returns (uint256)
6643
token() view returns (address)
0x4df461f8c22c0bfb40a51560597d5b946d869d5c
wallet() view returns (address)
0x6d209f75a1a487a1db6fbfd7c0619b17622f603d
Read-only
Accounts(address) view returns (uint256 allowedAmount, uint256 publicBought)
amountsFromId(uint256) view returns (uint256)
managers(address) view returns (bool)
State-modifying
Events _addWhitelist(address[] users, uint256[] _amounts) returns (bool)
_setAllSaleAmount(uint256 _amount) returns (bool)
_setPause(bool _isPaused) returns (bool)
_setPublicSale(bool _isPublicSale) returns (bool)
_setWallet(address _wallet) returns (bool)
_withdrawERC20(address _token, address _recepient) returns (bool)
_withdrawERC721(address _token, address _recepient, uint256 _tokenId) returns (bool)
mint(uint256 _tokenAmount) payable returns (bool)
mint(uint256 _tokenAmount, uint256[] mintingPassIds, uint256[] amounts) payable returns (bool)
renounceOwnership()
transferOwnership(address newOwner)
updateManagerList(address _manager, bool _status) returns (bool)
Mint(address indexed user, uint256 tokenAmount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _token, address _mintingPass, address _wallet, address _receiver)
This contract contains no fallback and receive objects.
This contract contains no error objects.