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) |
---|---|---|---|---|---|---|---|
| 18719850 | a year ago | | | 0 | 0.0013563996 | |
| 18425345 | a year ago | | | 0 | 0.00026296671 | |
| 15272509 | 2 years ago | | | 0 | 0.00025769295 | |
| 15194080 | 2 years ago | | | 0 | 0.0011167216 | |
| 15171873 | 2 years ago | | | 0 | 0.00043584395 | |
| 15158098 | 2 years ago | | | 0 | 0.00037781677 | |
| 15101595 | 2 years ago | | | 0 | 0.00028809312 | |
| 15071912 | 2 years ago | | | 0 | 0.0012616095 | |
| 15030606 | 2 years ago | | | 0 | 0.00085549515 | |
| 14924014 | 2 years ago | | | 0 | 0.0015601450 |
ABI
ABI objects
Getter at block 21172332
CLAIMED_PASSES() view returns (uint256)
145
MAX_PASSES() view returns (uint256)
150
hasPrivateSaleStarted() view returns (bool)
true
ogCost() view returns (uint256)
40000000000000000
owner() view returns (address)
0x229e56c9f6033054b0929053476996d6f9f79c29
regularCost() view returns (uint256)
80000000000000000
totalSupply() view returns (uint256)
145
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)
ogMint() payable
ownerMint(uint256 numberOfTokens)
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)
setOGWallets(address[] addresses)
setRegularWallets(address[] addresses)
setURI(string newuri)
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.