MintingRouter
Verified contract
Active on
Ethereum with 547 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
0x052d…68cf
0x3f3b…9db6
Balances ($0.00)
No balances found for "MintingRouter"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15057396 | 2 years ago | | | 0 | 0.0065243162 | |
| 14957492 | 2 years ago | | | 0 | 0.0027021805 | |
| 14957484 | 2 years ago | | | 0 | 0.0034667061 | |
| 14945318 | 2 years ago | | | 0 | 0.00091136738 | |
| 14942358 | 2 years ago | | | 0.035 | 0.0034342723 | |
| 14940653 | 2 years ago | | | 0.035 | 0.0052314020 | |
| 14940601 | 2 years ago | | | 0.035 | 0.0080215626 | |
| 14939497 | 2 years ago | | | 0.07 | 0.016398144 | |
| 14938477 | 2 years ago | | | 0.07 | 0.014042895 | |
| 14936147 | 2 years ago | | | 0.035 | 0.0053733422 |
ABI
ABI objects
Getter at block 21312069
DOMAIN_SEPARATOR() view returns (bytes32)
0x791f1a2cbf458463783e9b86e058a41a3042e3c22d59181a914e308cff9b658c
MINTER_TYPEHASH() view returns (bytes32)
0x68e83002b91b0fd96d4df3566b5122221117e3ec6c2468fda594f6491f89b1c9
UNLIMITED_AMOUNT() view returns (uint256)
0
currentSaleIndex() view returns (uint256)
7
currentSaleRound() view returns (uint8 saleType, uint256 price, uint256 totalAmount, uint256 limitAmountPerWallet, uint256 maxAmountPerMint, bool enabled)
(saleType=1, price=35000000000000000, totalAmount=292, limitAmountPerWallet=0, maxAmountPerMint=0, enabled=false)
owner() view returns (address)
0x07e5a0ac5753c865656d7eeb2adabf947a006506
splitter() view returns (address)
0x3f3bdd71efb768a252528944cfd8150752909db6
tokensLeft() view returns (uint256)
0
Read-only
allowedTokenCount(address minter) view returns (uint256)
State-modifying
Events changePayees(address[] payees, uint256[] shares)
changeSaleRoundParams(uint256 price, uint256 totalAmount, uint256 limitAmountPerWallet, uint256 maxAmountPerMint)
createSaleRound(uint8 saleType, uint256 price, uint256 totalAmount, uint256 limitAmountPerWallet, uint256 maxAmountPerMint)
disableSaleRound()
enableSaleRound()
publicMint(address recipient, uint256 quantity) payable
release(address account)
renounceOwnership()
setWhitelistSigningAddress(address signer)
transferOwnership(address newOwner)
whitelistMint(address recipient, uint256 quantity, bytes signature) payable
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address nftContract, string tokenName, string version, address[] payees, uint256[] shares)
This contract contains no fallback and receive objects.
This contract contains no error objects.