BeNFTMintController
Verified contract
Active on
Ethereum with 126 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x16ba…74d1
Balances ($0.00)
No balances found for "BeNFTMintController"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17133379 | 2 years ago | | | 0 | 0.0018534041 | |
| 17131979 | 2 years ago | | | 0 | 0.0042473559 | |
| 17131969 | 2 years ago | | | 0 | 0.0041804289 | |
| 17131826 | 2 years ago | | | 0 | 0.0041169371 | |
| 17131681 | 2 years ago | | | 0 | 0.0024276065 | |
| 17131547 | 2 years ago | | | 0 | 0.0051193117 | |
| 17131503 | 2 years ago | | | 0 | 0.0041234343 | |
| 17130874 | 2 years ago | | | 0 | 0.0060673633 | |
| 17130756 | 2 years ago | | | 0 | 0.0047182619 | |
| 17130677 | 2 years ago | | | 0 | 0.0039455674 |
ABI
ABI objects
Getter at block 21408251
CurrentSwapIndex() view returns (uint256)
200
EndRoundSwapIndex() view returns (uint256)
200
MaxMintPerWallet() view returns (uint256)
4
MaxSwapIndex() view returns (uint256)
225
NFT_PRICE() view returns (uint256)
15000
TokenDecimal() view returns (uint256)
1000000
USDT() view returns (address)
0xdac17f958d2ee523a2206206994597c13d831ec7
availableSupply() view returns (uint256)
250
endTimestamp() view returns (uint256)
0
maxSupply() view returns (uint256)
250
mintState() view returns (bool)
false
nftCollection() view returns (address)
0x16ba7cb75697d00167439037d98fb2c2848174d1
owner() view returns (address)
0x7dd3efe3ac3ecd91e775abd69dba62e1adc67b55
paused() view returns (bool)
false
saleStage() view returns (uint256)
3
startPublicTimestamp() view returns (uint256)
0
startTimestamp() view returns (uint256)
0
withdrawWallet1() view returns (address)
0x65e19ad8ee339f1bbc65f4e2c0e70a3f5118991c
Read-only
mintedTokensCount(address account) view returns (uint256)
swapTokensCount(address account) view returns (uint256)
State-modifying
Events addUserCommitment(address _addresses, uint256 _Quantity)
mint(uint256 _CallerPublicSaleKey)
ownerMint(address _destination, uint256 _quantity)
pause()
renounceOwnership()
setCurrentSwapIndex(uint256 _Index)
setEndRoundSwapIndex(uint256 _Index)
setMaxSwapIndex(uint256 _Index)
setMaxperWallet(uint256 _MaxMintPerWallet)
setMintDates(uint256 _startTimestamp, uint256 _endTimestamp, uint256 _startPublicTimestamp)
setMintPrice(uint256 _MintPrice)
setMintState(bool _state)
setPublicSaleKey(uint256 _PublicSaleKey)
setSaleStage(uint256 _SaleStage)
setTokenDecimal(uint256 _tokenDecimal)
setUSDTAddress(address _address)
swapCommitment(uint256 _Quantity, uint256 _WL, uint256 _CallerPublicSaleKey)
syncSupply()
transferOwnership(address newOwner)
unpause()
withdraw(uint256 amount)
withdrawAll()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Unpaused(address account)
Withdraw(uint256 amount)
constructor(address _collection, address _USDT)
This contract contains no fallback and receive objects.
This contract contains no error objects.