Okey Pandas
Verified contract
Active on
Ethereum with 1,487 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($7.42)
Native
Value
$7.42
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.002 | $3,711.22 |
$7.42 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21289272 | 13 days ago | | | 0 | 0.00034061435 | |
| 21289229 | 13 days ago | | | 0 | 0.00047951150 | |
| 20368868 | 5 months ago | | | 0 | 0.00026574497 | |
| 17964306 | a year ago | | | 0 | 0.0029726436 | |
| 15667355 | 2 years ago | | | 0 | 0.00020519211 | |
| 15667354 | 2 years ago | | | 0 | 0.00019595938 | |
| 15545823 | 2 years ago | | | 0 | 0.00014571066 | |
| 15210182 | 2 years ago | | | 0 | 0.00042047185 | |
| 15072832 | 2 years ago | | | 0 | 0.00085866449 | |
| 14915557 | 3 years ago | | | 0 | 0.0037657911 |
ABI
ABI objects
Getter at block 21379077
FREE_MAX_SUPPLY() view returns (uint256)
2182
MAX_PER_TX() view returns (uint256)
20
MAX_PER_TX_FREE() view returns (uint256)
1
MAX_PER_WALLET() view returns (uint256)
0
MAX_SUPPLY() view returns (uint256)
3332
baseURI() view returns (string)
ipfs://bafybeicibbgtjhx6l52psow6qrbxtj3iwe24bfqq4nobqik5cmwonrmfy4/
contractURI() view returns (string)
ipfs://QmcdYf6CbYDLvAYr3KDv6QqGhDiBXA32E6Je44uEhKdLAM
name() view returns (string)
Okey Pandas
owner() view returns (address)
0xa0da427500cabe35e5926f29bad6a4fa31a1c925
paused() view returns (bool)
false
price() view returns (uint256)
2000000000000000
symbol() view returns (string)
OP
totalSupply() view returns (uint256)
2487
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
minted(address _owner) view returns (uint256)
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)
devMint(uint256 _amount)
freeMint() payable
mint(uint256 _amount) payable
pause(bool _state)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setContractURI(string _contractURI)
setPrice(uint256 _price)
tokenOwnershipChecker()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
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()
ApprovalToCurrentOwner()
ApproveToCaller()
AuxQueryForZeroAddress()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
MintedQueryForZeroAddress()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()