tolMinter
Verified contract
Active on
Ethereum with 163 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x5a14…82bc
Balances ($0.00)
No balances found for "tolMinter"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17724613 | a year ago | | | 0 | 0.00083324867 | |
| 17724606 | a year ago | | | 0 | 0.00071929514 | |
| 17723855 | a year ago | | | 0.06 | 0.0034886852 | |
| 17723811 | a year ago | | | 0.06 | 0.0026458484 | |
| 17721300 | a year ago | | | 0.06 | 0.0075835348 | |
| 17717789 | a year ago | | | 0.06 | 0.0025860936 | |
| 17717380 | a year ago | | | 0.06 | 0.0026983381 | |
| 17712873 | a year ago | | | 0.06 | 0.0035879417 | |
| 17712863 | a year ago | | | 0.06 | 0.0033167422 | |
| 17711351 | a year ago | | | 0.06 | 0.0023323000 |
ABI
ABI objects
Getter at block 21276914
ADMIN() view returns (bytes32)
0xdf8b4c520ffe197c5343c6f5aec59570151ef9a492f2c624fd45ddde6135ec42
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
NFTCollection() view returns (address)
0x5a14b6bf176f932fbea6f605fb786130f21682bc
allowlistType() view returns (uint256)
0
burnAndMintMode() view returns (bool)
false
cost() view returns (uint256)
60000000000000000
currentTokenId() view returns (uint256)
406
maxMintAmountPerTransaction() view returns (uint256)
200
maxSupply() view returns (uint256)
2000
merkleRoot() view returns (bytes32)
0xc11a463680af4fbb69559b8b59dd36a19ed6bb92cdf7a01941f338fdfb3a3d83
mintCount() view returns (bool)
true
mintNumber() view returns (uint256)
2
mintedAmount() view returns (uint256)
406
onlyAllowlisted() view returns (bool)
false
owner() view returns (address)
0x3727c632a3337d5d00e877ba113b68d55b92d6c3
paused() view returns (bool)
true
publicSaleMaxMintAmountPerAddress() view returns (uint256)
1
saleId() view returns (uint256)
1
totalSupply() view returns (uint256)
406
withdrawAddress() view returns (address)
0x92b05ebc5e05eb2c5807d69d78d9a808a7a222b2
Read-only
allowlistUserAmount(uint256, address) view returns (uint256)
getAllowlistUserAmount(address _address) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
getUserMintedAmount(address _address) view returns (uint256)
getUserMintedAmountBySaleId(uint256 _saleId, address _address) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
userMintedAmount(uint256, address) view returns (uint256)
State-modifying
Events grantRole(bytes32 role, address account)
mint(uint256 _mintAmount, uint256 _maxMintAmount, bytes32[] _merkleProof, uint256) payable
renounceOwnership()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setAllowListType(uint256 _type)
setAllowlistMapping(uint256 _saleId, address[] addresses, uint256[] saleSupplies)
setBurnAndMintMode(bool _burnAndMintMode)
setCost(uint256 _newCost)
setMaxMintAmountPerTransaction(uint256 _maxMintAmountPerTransaction)
setMaxSupply(uint256 _maxSupply)
setMerkleRoot(bytes32 _merkleRoot)
setMintCount(bool _state)
setMintNumber(uint256 _mintNumber)
setMintedAmount(uint256 _mintedAmount)
setNFTCollection(address _address)
setOnlyAllowlisted(bool _state)
setPause(bool _state)
setPublicSaleMaxMintAmountPerAddress(uint256 _publicSaleMaxMintAmountPerAddress)
setSaleId(uint256 _saleId)
setWithdrawAddress(address _withdrawAddress)
transferOwnership(address newOwner)
withdraw() payable
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.