externalMinter
Verified contract
Active on
Ethereum with 1,753 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xf41f…44cc
Balances ($0.00)
No balances found for "externalMinter"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17854982 | a year ago | | | 0 | 0.00045003842 | |
| 17854912 | a year ago | | | 0.005 | 0.00047541947 | |
| 17854910 | a year ago | | | 0.005 | 0.00058249329 | |
| 17854910 | a year ago | | | 0.01 | 0.00058230374 | |
| 17854909 | a year ago | | | 0.025 | 0.00045458051 | |
| 17854909 | a year ago | | | 0.025 | 0.00045431681 | |
| 17854909 | a year ago | | | 0.005 | 0.00052997490 | |
| 17854909 | a year ago | | | 0.025 | 0.00054475184 | |
| 17854909 | a year ago | | | 0.025 | 0.00054475184 | |
| 17854909 | a year ago | | | 0.025 | 0.00054475184 |
ABI
ABI objects
Getter at block 21223931
ADMIN() view returns (bytes32)
0xdf8b4c520ffe197c5343c6f5aec59570151ef9a492f2c624fd45ddde6135ec42
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTER_ROLE() view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
NFTCollection() view returns (address)
0xf41f8965967d645913d0eed58cef2f6c2a7c44cc
allowlistType() view returns (uint256)
0
burnAndMintMode() view returns (bool)
false
cost() view returns (uint256)
5000000000000000
currentTokenId() view returns (uint256)
7110
maxMintAmountPerTransaction() view returns (uint256)
5
maxSupply() view returns (uint256)
7110
merkleRoot() view returns (bytes32)
0x5559f895c72970bb19f8f2f09230b5e7d3595272221119b12456195362aba13b
mintCount() view returns (bool)
false
mintedAmount() view returns (uint256)
7110
onlyAllowlisted() view returns (bool)
true
owner() view returns (address)
0x78091ab171f063b8ff9b6d1035841e2de32d8fb4
paused() view returns (bool)
false
publicSaleMaxMintAmountPerAddress() view returns (uint256)
100
saleId() view returns (uint256)
0
totalSupply() view returns (uint256)
7110
withdrawAddress() view returns (address)
0x1c32dfd3a137493b45a95b0a824dab52b9e59be7
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.