Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value
$2,004.15
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0.609893 | $3,286.07 |
$2,004.15 | |
USA | ERC-20 | 1 | $0.000761 |
$0 | |
ERC-20 | 2.4K | -- | -- | ||
NOB | ERC-20 | 500 | -- | -- | |
OHNO | ERC-20 | 11 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22707845 | a day ago | | | 0.0005 | 0.0000031383521 | |
| 22707811 | a day ago | | | 0.001 | 0.0000053766846 | |
| 22598492 | 4 days ago | | | 0.0011235 | 0.0000031411402 | |
| 22580039 | 4 days ago | | | 0.00287 | 0.0000034907562 | |
| 22500236 | 6 days ago | | | 0 | 0.0000030796840 | |
| 22500218 | 6 days ago | | | 0 | 0.0000030838659 | |
| 22500190 | 6 days ago | | | 0 | 0.0000034318343 | |
| 22487291 | 6 days ago | | | 0 | 0.0000034416687 | |
| 22486986 | 6 days ago | | | 0 | 0.0000013967782 | |
| 22486986 | 6 days ago | | | 0 | 8.8344497e-7 |
ABI
ABI objects
Getter at block 22756977
eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)
(fields=0x0f, name=MINT_PASS, version=1, chainId=8453, verifyingContract=0x4bdcac532143d8d35ed759189ee22e3704580b9d, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
owner() view returns (address result)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
false
Read-only
generateTypedDataHash(address _token, uint256 _reserveId, uint256 _reserveNonce, uint256 _index, address _claimer) view returns (bytes32)
getFirstValidReserve(address _token) view returns (uint256)
getLatestUpdate(address _token) view returns (uint40)
getSaleProceed(address _token) view returns (uint128)
merkleRoots(address, uint256) view returns (bytes32)
ownershipHandoverExpiresAt(address pendingOwner) view returns (uint256 result)
prices(address, uint256) view returns (uint256)
reserveNonce(address, uint256) view returns (uint256)
reserves(address, uint256) view returns (uint64 startTime, uint64 endTime, uint128 allocation)
signingAuthorities(address, uint256) view returns (address)
State-modifying
Events buy(address _token, uint256 _reserveId, uint256 _amount, address _to) payable
buyAllowlist(address _token, uint256 _reserveId, address _to, uint256[] _indexes, bytes32[][] _proofs) payable
buyMintPass(address _token, uint256 _reserveId, uint256 _amount, address _to, uint256 _index, bytes _signature) payable
cancelOwnershipHandover() payable
completeOwnershipHandover(address pendingOwner) payable
pause()
renounceOwnership() payable
requestOwnershipHandover() payable
setMintDetails(struct ReserveInfo _reserve, bytes _mintDetails)
transferOwnership(address newOwner) payable
unpause()
withdraw(address _token)
EIP712DomainChanged()
MintDetailsSet(address indexed _token, uint256 indexed _reserveId, uint256 _price, struct ReserveInfo _reserveInfo, bytes32 _merkleRoot, address _mintPassSigner, bool _openEdition, bool _timeUnlimited)
OwnershipHandoverCanceled(address indexed pendingOwner)
OwnershipHandoverRequested(address indexed pendingOwner)
OwnershipTransferred(address indexed oldOwner, address indexed newOwner)
PassClaimed(address indexed _token, uint256 indexed _reserveId, address indexed _claimer, uint256 _index)
Paused(address account)
Purchase(address indexed _token, uint256 indexed _reserveId, address indexed _buyer, uint256 _amount, address _to, uint256 _price)
SlotClaimed(address indexed _token, uint256 indexed _reserveId, address indexed _claimer, uint256 _index)
Unpaused(address account)
Withdrawn(address indexed _token, address indexed _creator, uint256 _proceeds)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
AddressZero()
Ended()
InsufficientFunds()
InvalidAllocation()
InvalidPayment()
InvalidProof()
InvalidReserve()
InvalidShortString()
InvalidSignature()
InvalidTimes()
InvalidToken()
NewOwnerIsZeroAddress()
NoAllowlist()
NoHandoverRequest()
NoPublicMint()
NoSigningAuthority()
NotStarted()
OnlyAuthorityOrAllowlist()
PassAlreadyClaimed()
SlotAlreadyClaimed()
StringTooLong(string str)
TooMany()
Unauthorized()