Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
3 additional
variables
Balances ($0.00)
No balances found for "Banana"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21277066 | 5 days ago | | | 0 | 0.0016454158 | |
| 21277066 | 5 days ago | | | 0 | 0.0019134933 | |
| 21276171 | 5 days ago | | | 0 | 0.00037265172 | |
| 21264155 | 7 days ago | | | 0 | 0.00079817341 | |
| 21263117 | 7 days ago | | | 0 | 0.00039157346 | |
| 21225646 | 12 days ago | | | 0 | 0.00043282476 | |
| 21220196 | 13 days ago | | | 0 | 0.00047103933 | |
| 21175965 | 19 days ago | | | 0 | 0.0073482189 | |
| 21151377 | 22 days ago | | | 0 | 0.00048293766 | |
| 21146057 | 23 days ago | | | 0 | 0.00056560417 |
ABI
ABI objects
Getter at block 21312122
_kongOwnersLength() view returns (uint256)
0
baseURI() view returns (string)
https://assets.supremekong.com/bananas/banana
hiddenURI() view returns (string)
https://assets.supremekong.com/bananas/pre-banana
kongSupply() view returns (uint256)
2000
maxPerWallet() view returns (uint256)
400
maxSupply() view returns (uint256)
3000
mintEnabled() view returns (bool)
true
mintType() view returns (uint256)
4
mintedKong() view returns (uint256)
1700
name() view returns (string)
Banana
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0xb54ca7687ef3e6fde424c797c968b47b9fc408f4
price() view returns (uint256)
80000000000000000
revealed() view returns (bool)
true
symbol() view returns (string)
BANANA
teamSupply() view returns (uint256)
0
totalSupply() view returns (uint256)
3000
whitelistSupply() view returns (uint256)
1000
Read-only
_kongOwners(address, uint256) view returns (uint256)
_redeemedKongIds(uint256) view returns (bool)
_usedNonces(string) view returns (bool)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getOwnershipData(uint256 tokenId) view returns (struct ERC721ATokenOwnership)
hashTransaction(address sender, uint256 amount, string nonce) view returns (bytes32)
isApprovedForAll(address owner, address operator) view returns (bool)
kongOwnedAmount(address owner) view returns (uint256)
matchSigner(bytes32 hash, bytes signature) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events addKongOwner(address owner, uint256[] tokenIds)
approve(address to, uint256 tokenId)
kongMint(address to)
publicMint(address to, uint256 numberOfTokens) payable
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_)
setHiddenURI(string hiddenURI_)
setMaxPerWallet(uint256 maxPerWallet_)
setMintType(uint256 mintType_)
setOwnersExplicit(uint256 quantity)
setPrice(uint256 price_)
teamMint(address to, uint256 numberOfTokens)
toggleMinting()
toggleRevealed()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(address to, uint256 numberOfTokens, string nonce, bytes32 hash, bytes signature) payable
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(address _kongAddress, address _systemAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.