GenkaiMainnetMint
Verified contract
Active on
Ethereum with 823 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "GenkaiMainnetMint"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17791907 | a year ago | | | 0 | 0.0013057131 | |
| 17791740 | a year ago | | | 0.25 | 0.00081101149 | |
| 17791738 | a year ago | | | 0.5 | 0.0011362775 | |
| 17791738 | a year ago | | | 0.25 | 0.0016995944 | |
| 17791736 | a year ago | | | 0.25 | 0.0017037548 | |
| 17791733 | a year ago | | | 0.25 | 0.0017085162 | |
| 17791733 | a year ago | | | 0.25 | 0.0017085162 | |
| 17791733 | a year ago | | | 0.25 | 0.0017085162 | |
| 17791731 | a year ago | | | 1 | 0.0017128785 | |
| 17791731 | a year ago | | | 0.5 | 0.0017128785 |
ABI
ABI objects
Getter at block 21294252
MAX_PER_TX() view returns (uint256)
3000
MAX_PER_WALLET() view returns (uint256)
3000
PRICE() view returns (uint256)
250000000000000000
QUANTITY() view returns (uint256)
3000
committed() view returns (uint256)
3000
currentPrio() view returns (uint256)
2
merkleRoot() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
owner() view returns (address)
0x00000000000cba43ae9379e73c0ccb4e08d7ed30
prioAndCommitted() view returns (uint256)
57896044618658097711785492504343953926634992332820282019728792003956564822968
Read-only
claimedBitMap(uint256) view returns (uint256)
isClaimed(uint256 _index) view returns (bool)
orders(address) view returns (uint256)
State-modifying
Events get()
get(uint256 _amount)
mint(uint256 _amount, uint256 _index, uint256 _prio, uint256 _eligibleAmount, bytes32[] _proof) payable
renounceOwnership()
setCommitted(uint256 _comm)
setPrio(uint256 _prio)
stop()
transferOwnership(address newOwner)
updateMerkleRoot(bytes32 _root)
Claimed(uint256 index, address account, uint256 amount)
Committed(address user)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(uint256 _quantity, uint256 _max_per_tx, uint256 _max_per_wallet, uint256 _price, uint256 _committed)
This contract contains no fallback and receive objects.
IncorrectMintAmount()
IncorrectMintValue()
IncorrectPrio()
MintEnded()
TooManyMintedAtOnce()
TooManyMintedPerWallet()
WrongProof()