MintingRouter
Verified contract
Active on
Ethereum with 3,895 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 5 additional slots
0xe283…372e
Balances ($0.00)
No balances found for "MintingRouter"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15559999 | 2 years ago | | | 0 | 0.00012159600 | |
| 15559505 | 2 years ago | | | 0 | 0.00012159600 | |
| 14794839 | 2 years ago | | | 0 | 0.00072925074 | |
| 14732938 | 3 years ago | | | 0 | 0.0010943640 | |
| 14731237 | 3 years ago | | | 0 | 0.0015152327 | |
| 14730192 | 3 years ago | | | 0 | 0.0012024479 | |
| 14730191 | 3 years ago | | | 0 | 0.0012900103 | |
| 14730189 | 3 years ago | | | 0 | 0.0013137576 | |
| 14729016 | 3 years ago | | | 0 | 0.0016223945 | |
| 14707120 | 3 years ago | | | 0 | 0.0021654632 |
ABI
ABI objects
Getter at block 21186194
DOMAIN_SEPARATOR() view returns (bytes32)
0xc30cf679d0b4329b7172f740bc8e0210b97d72d7d5530d1cb6e84f1bc2f7a9e8
MINTER_TYPEHASH() view returns (bytes32)
0x68e83002b91b0fd96d4df3566b5122221117e3ec6c2468fda594f6491f89b1c9
currentSaleIndex() view returns (uint256)
3
owner() view returns (address)
0x37f547d940ec2dc9a7d018a2642b4b98a5b55c4e
saleRound() view returns (uint8 saleType, uint256 price, uint256 totalAmount, uint256 limitAmountPerWallet, uint256 maxAmountPerMint, bool enabled)
(saleType=1, price=0, totalAmount=0, limitAmountPerWallet=1, maxAmountPerMint=0, enabled=true)
tokensLeft() view returns (uint256)
0
totalMintedAmountCurrentRound() view returns (uint256)
3229
Read-only
allowedTokenCount(address minter) view returns (uint256)
mintedAmountPerRound(uint256) view returns (uint256)
State-modifying
Events changeSaleRoundParams(uint256 price, uint256 totalAmount, uint8 limitAmountPerWallet, uint256 maxAmountPerMint)
createSaleRound(uint8 saleType, uint256 price, uint256 totalAmount, uint256 limitAmountPerWallet, uint256 maxAmountPerMint)
disableSaleRound()
enableSaleRound()
publicMint(address recipient, uint256 quantity) payable
renounceOwnership()
setWhitelistSigningAddress(address signer)
transferOwnership(address newOwner)
whitelistMint(address recipient, uint256 quantity, bytes signature) payable
withdraw() returns (bool)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address nftContract_, string tokenName, string version)
This contract contains no fallback and receive objects.
This contract contains no error objects.