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 "jpegPass"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20683862 | 3 months ago | | | 0 | 0.00014416233 | |
| 16266029 | 2 years ago | | | 0 | 0.00059215391 | |
| 14892402 | 2 years ago | | | 0 | 0.0039320346 | |
| 14883406 | 3 years ago | | | 0 | 0.00092341873 | |
| 14883401 | 3 years ago | | | 0 | 0.00079495747 | |
| 14883397 | 3 years ago | | | 0 | 0.00096944287 | |
| 14871071 | 3 years ago | | | 0 | 0.0011847608 | |
| 14824903 | 3 years ago | | | 0 | 0.00057284929 | |
| 14800973 | 3 years ago | | | 0 | 0.0012723290 | |
| 14789298 | 3 years ago | | | 0 | 0.0014735205 |
ABI
ABI objects
Getter at block 21306993
CLAIMED_OG_PASSES() view returns (uint256)
16
CLAIMED_PASSES() view returns (uint256)
140
MAX_PASSES() view returns (uint256)
150
hasClaimSaleStarted() view returns (bool)
true
hasPrivateSaleStarted() view returns (bool)
true
newSeasonAddress() view returns (address)
0xb40d231fa012a171dea90af7b432f79db18ef4b2
ogCost() view returns (uint256)
40000000000000000
oldSeasonAddress() view returns (address)
0xf8207bcfef4cc5dfd711545275b94e1bf17ca0de
owner() view returns (address)
0x229e56c9f6033054b0929053476996d6f9f79c29
regularCost() view returns (uint256)
80000000000000000
totalSupply() view returns (uint256)
140
Read-only
_ogList(address) view returns (uint8)
_regularList(address) view returns (uint8)
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
isApprovedForAll(address account, address operator) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256) view returns (string)
State-modifying
Events burn(address account, uint256 id, uint256 value)
burnBatch(address account, uint256[] ids, uint256[] values)
mintWithPass() payable
mintWithPassOG() payable
ogMint() payable
ownerMint(uint256 numberOfTokens)
ownerMintOG(uint256 numberOfTokens)
redeem(address account, uint256 id, uint256 amount)
regularMint() payable
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setNewSeasonContract(address _newAddress)
setOGWallets(address[] addresses)
setOldSeasonContract(address _newAddress)
setRegularWallets(address[] addresses)
setURI(string newuri)
toggleClaimSaleState()
togglePrivateSale()
transferOwnership(address newOwner)
withdraw()
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.