Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x0266…44f0
0x3148…592e
Balances ($0.00)
No balances found for "Seller"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14828290 | 3 years ago | | | 0 | 0.00074592900 | |
| 14828245 | 3 years ago | | | 0 | 0.00056266514 | |
| 14828229 | 3 years ago | | | 0.14 | 0.00053536928 | |
| 14828229 | 3 years ago | | | 0.07 | 0.00053536928 | |
| 14828220 | 3 years ago | | | 0.07 | 0.00046317075 | |
| 14828220 | 3 years ago | | | 0.14 | 0.0017805739 | |
| 14828217 | 3 years ago | | | 0.07 | 0.0017183139 | |
| 14828194 | 3 years ago | | | 0.14 | 0.0020423383 | |
| 14828191 | 3 years ago | | | 0.14 | 0.0023243212 | |
| 14828189 | 3 years ago | | | 0.28 | 0.0031256840 |
ABI
ABI objects
Getter at block 21303728
MAX_MINT() view returns (uint256)
4
MAX_SUPPLY() view returns (uint256)
2048
allowlistPrice() view returns (uint256)
50000000000000000
beneficiary() view returns (address)
0x91900c8aae573e433c7423f39415e37252e58d81
isDevMintFreeze() view returns (bool)
true
nextTokenId() view returns (uint256)
2049
owner() view returns (address)
0xecbb05303a362d03250a5917ce8050a9f8507f0f
publicPrice() view returns (uint256)
70000000000000000
saleStage() view returns (uint8)
0
ticket() view returns (address)
0x026612ff6652e55273bce997538e85cd40c944f0
token() view returns (address)
0x31488f549d78fc4d1a62d766cfc070ad30d3592e
Read-only
This contract contains no read-only function objects.
State-modifying
Events allowlistMint(bytes[] _signatures, uint256[] spotIds) payable
devMint(address receiver, uint256 amount)
freezeDevMint()
publicMint(uint256 amount) payable
renounceOwnership()
setAllowlistPrice(uint256 price)
setBeneficiary(address beneficiary_)
setPublicPrice(uint256 price)
setSaleStage(uint8 stage)
setTicket(address ticket_)
setToken(address tokenAddress)
transferOwnership(address newOwner)
withdraw(uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address ticket_)
This contract contains no fallback and receive objects.
ExceedQuota()
FreezeMint()
InvalidPrice()
SaleInactive()
SoldOut()
WithdrawFailed()