externalMinter
Verified contract
Active on
Ethereum with 1,919 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x7dda…3b11
Balances ($0.00)
No balances found for "externalMinter"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18945975 | a year ago | | | 0 | 0.00049043699 | |
| 18916052 | a year ago | | | 0 | 0.00037866212 | |
| 18898232 | a year ago | | | 0.011 | 0.0023326868 | |
| 18897869 | a year ago | | | 0.011 | 0.0021045371 | |
| 18896713 | a year ago | | | 0.011 | 0.0022420293 | |
| 18895768 | a year ago | | | 0.011 | 0.0025691565 | |
| 18895290 | a year ago | | | 0.011 | 0.0025871862 | |
| 18891402 | a year ago | | | 0.011 | 0.0032148156 | |
| 18891315 | a year ago | | | 0.011 | 0.0030759717 | |
| 18891029 | a year ago | | | 0.011 | 0.0032167169 |
ABI
ABI objects
Getter at block 21301306
ADMIN() view returns (bytes32)
0xdf8b4c520ffe197c5343c6f5aec59570151ef9a492f2c624fd45ddde6135ec42
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTER_ROLE() view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
NFTCollection() view returns (address)
0x7ddadefcd7af68002d367fa985f6a76988193b11
allowlistType() view returns (uint256)
0
burnAndMintMode() view returns (bool)
false
cost() view returns (uint256)
11000000000000000
currentTokenId() view returns (uint256)
89
maxMintAmountPerTransaction() view returns (uint256)
999
maxSupply() view returns (uint256)
22222
merkleRoot() view returns (bytes32)
0xf4553adacee60c8aabf874eb10e5c35f490fd69e25774eff546db2094f1fb868
mintCount() view returns (bool)
true
mintedAmount() view returns (uint256)
89
onlyAllowlisted() view returns (bool)
true
owner() view returns (address)
0xe7e95a942a05b7c9e4eb04fba30bf6a60a898335
paused() view returns (bool)
true
publicSaleMaxMintAmountPerAddress() view returns (uint256)
50
saleId() view returns (uint256)
2
totalSupply() view returns (uint256)
89
withdrawAddress() view returns (address)
0xe57a13350154ed00d2b52b35fa1e1d7cb51b2214
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
mintPie(uint256 _mintAmount, uint256 _maxMintAmount, bytes32[] _merkleProof, address receiver) 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)
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.