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 "Oppies"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21292186 | 5 days ago | | | 0 | 0.00019879551 | |
| 21281280 | 6 days ago | | | 0 | 0.0010221450 | |
| 20725914 | 3 months ago | | | 0 | 0.000045527060 | |
| 19814299 | 7 months ago | | | 0 | 0.00018563052 | |
| 19795870 | 7 months ago | | | 0 | 0.00014753433 | |
| 19600784 | 8 months ago | | | 0 | 0.00028248682 | |
| 19446133 | 9 months ago | | | 0 | 0.00069087110 | |
| 19258011 | 10 months ago | | | 0 | 0.00090897710 | |
| 19079724 | 10 months ago | | | 0 | 0.00049981550 | |
| 19029380 | a year ago | | | 0 | 0.0016062157 |
ABI
ABI objects
Getter at block 21326813
MAXMINTWL() view returns (uint256)
1
MAX_MINT_PER_TX() view returns (uint256)
2
baseExtesion() view returns (string)
.json
isSaleActive() view returns (bool)
false
isWLSaleActive() view returns (bool)
true
maxSupply() view returns (uint256)
3333
merkleRoot() view returns (bytes32)
0xacac75c3a96c41435ba02fb4d3ecd0c39523e4e9d4b8d12cbb704aa6ccdeb8ce
name() view returns (string)
Oppies
owner() view returns (address)
0xcf6aa8c1cab35fce4aff9e3842d43292838accfe
price() view returns (uint256)
1500000000000000
symbol() view returns (string)
OPPIE
totalSupply() view returns (uint256)
3333
wlprice() view returns (uint256)
5000000000000000
Read-only
WL(address) view returns (bool)
allowListed(address _wallet, bytes32[] _proof) view returns (bool)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId) payable
flipSaleState()
flipSaleStatee()
mint(uint256 tokens) payable
mintAllowlist(uint256 tokens, bytes32[] merkleProof) payable
renounceOwnership()
reserve(uint256 tokens)
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setBaseUri(string _baseUri)
setMerkleRoot(bytes32 _merkleRoot)
setPrice(uint256 _price)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdrawAll() payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()