Minter
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Map
Table
Raw
Constants and immutables
6
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
0x0000…0000
0x0000…0000
0x0000…0000
0x0000…0000
Balances ($0.00)
No balances found for "Minter"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "Minter"
ABI
ABI objects
Getter at block 22729664
core() view returns (address)
0x0000000000000000000000000000000000000000
memeContract() view returns (address)
0x0000000000000000000000000000000000000000
mintingFee() view returns (uint256)
0
paused() view returns (bool)
false
stixToken() view returns (address)
0x0000000000000000000000000000000000000000
votingContract() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
getNumberOfRegisteredTokensInEpoch(uint256 epoch) view returns (uint256)
getRegisteredTokensInEpoch(uint256 epoch) view returns (uint256[])
State-modifying
Events emergencyAction(struct CoreRefUpgradeableCall[] calls) payable returns (bytes[] returnData)
generate()
initialize(address _core, address _stixTokenAddress, address _memeContractAddress, address _votingContractAddress, uint256 _mintingFee)
pause()
reRegister(uint256 tokenId, uint256 previousRegisteredEpoch)
setCore(address newCore)
setMintingFee(uint256 fee)
unpause()
CoreUpdate(address indexed oldCore, address indexed newCore)
Initialized(uint8 version)
MintingFeeUpdated(uint256 oldFee, uint256 fee)
NftRegistered(address indexed user, uint256 indexed epoch, uint256 indexed tokenId)
Paused(address account)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.