Mutant Banana
Verified contract
Active on
Ethereum with 987 txns
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 "Mutant Banana"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21146081 | 4 days ago | | | 0 | 0.00049979117 | |
| 21136034 | 6 days ago | | | 0 | 0.00073174953 | |
| 21118850 | 8 days ago | | | 0 | 0.00019862686 | |
| 21104743 | 10 days ago | | | 0 | 0.00019685373 | |
| 21093111 | 12 days ago | | | 0 | 0.00048563144 | |
| 21090737 | 12 days ago | | | 0 | 0.00023007839 | |
| 21088860 | 12 days ago | | | 0 | 0.00031859042 | |
| 21067176 | 15 days ago | | | 0 | 0.00045831637 | |
| 21061684 | 16 days ago | | | 0 | 0.00035071989 | |
| 21061657 | 16 days ago | | | 0 | 0.00041436121 |
ABI
ABI objects
Getter at block 21177798
baseURI() view returns (string)
https://assets.supremekong.com/mutant-bananas/metadata/
maxSupply() view returns (uint256)
300
mintEnabled() view returns (bool)
true
name() view returns (string)
Mutant Banana
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0xb54ca7687ef3e6fde424c797c968b47b9fc408f4
symbol() view returns (string)
MUTANT BANANA
totalSupply() view returns (uint256)
300
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getOwnershipData(uint256 tokenId) view returns (struct ERC721ATokenOwnership)
isApprovedForAll(address owner, address operator) 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 approve(address to, uint256 tokenId)
batchMutate(address to, uint256[] bananas)
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_)
setOwnersExplicit(uint256 quantity)
toggleMinting()
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(address _bananaAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.