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 "Oonga"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18909970 | 10 months ago | | | 0 | 0.00044907494 | |
| 18621480 | a year ago | | | 0 | 0.0022477003 | |
| 17903397 | a year ago | | | 0 | 0.00067635900 | |
| 16998082 | 2 years ago | | | 0 | 0.0012883553 | |
| 16633639 | 2 years ago | | | 0 | 0.0011363876 | |
| 16307384 | 2 years ago | | | 0 | 0.00084323420 | |
| 16287819 | 2 years ago | | | 0 | 0.00066487031 | |
| 16135330 | 2 years ago | | | 0 | 0.00070506813 | |
| 16135326 | 2 years ago | | | 0 | 0.00095757266 | |
| 16087132 | 2 years ago | | | 0 | 0.00053574213 |
ABI
ABI objects
Getter at block 21169929
RESERVES() view returns (uint256)
100
maxFreeSupply() view returns (uint256)
2600
maxMintAmountPerTx() view returns (uint256)
5
maxMintAmountPerWallet() view returns (uint256)
5
maxSupply() view returns (uint256)
8999
name() view returns (string)
Oonga
owner() view returns (address)
0x3eabdbe8cbf6e8fb8ff79db41fe6731e32eedf9f
paused() view returns (bool)
false
price() view returns (uint256)
6000000000000000
proxyRegistryAddress() view returns (address)
0x0000000000000000000000000000000000000000
reservesCollected() view returns (bool)
true
symbol() view returns (string)
OONGA
totalSupply() view returns (uint256)
2647
uriPrefix() view returns (string)
ipfs://QmYMMS6tPMKwF6jFPAdp2KDPDq2TdAdksWX7VEX25kWGra/
Read-only
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)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
collectReserves()
mint(uint256 _mintAmount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx)
setMaxMintAmountPerWallet(uint256 _maxMintAmountPerWallet)
setPaused(bool _state)
setPrice(uint256 _price)
setUriPrefix(string _uriPrefix)
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(uint256 _price, uint256 _maxSupply, uint256 _maxFreeSupply, uint256 _maxMintAmountPerTx, uint256 _maxMintAmountPerWallet, string _uriPrefix)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()