Oonga

Verified contract

Active on Ethereum with 667 txns
Deployed by via 0x596cb65a at 14930911
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Oonga"

0xc656847028e72457c20383f173e08b93e2c1a1a4867b15b1487965dda8006c82
0x88c825b985732fa42cdf42be5c4d8b27366f6a664fd65e1cb1d2c1b116d035c9
0x3eae814f12ccc2d2930386a0e6e6823922b6cdca410a0aebb0d27614846ead28
0xa3ebeea7631b31d64f3f1c36f2c3f43b2321e2c241e18844f40c9f2e25d3796c
0x7f62c4b2d5ac3d664c2cdac2fea7554fe3242f6f1f8c63bca0a711a5007609b9
0x603cef2b5ea23a996eee2b04009eda49282f7a3c4a8dc5976c05a10b84f469af
0xb5ba6fdde2d05e9f706b75d370b1afd0d2830e98229160fb94f4ee8940605b6f
0xa8d4c1178f39418b62275a7a71fdd6a1d2142e47689159d1c75124e493bf80b7
0xf7d6dd35120bafe69043c7ff58aa90cc6189ac684ffd3412af359250bdfe15a1
0xa9b72d00c3e9d6c35aeb80640345025da1205fa7a5fd0201750fd88f0db839a1

Functions
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 ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
walletOfOwner(address _ownerview returns (uint256[])
State-modifying
approve(address touint256 tokenId
collectReserves(
mint(uint256 _mintAmountpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx
setMaxMintAmountPerWallet(uint256 _maxMintAmountPerWallet
setPaused(bool _state
setPrice(uint256 _price
setUriPrefix(string _uriPrefix
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(uint256 _priceuint256 _maxSupplyuint256 _maxFreeSupplyuint256 _maxMintAmountPerTxuint256 _maxMintAmountPerWalletstring _uriPrefix
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(