Bananachips
Verified contract
Active on
Ethereum with 372 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x5817…ad95
Balances ($0.00)
No balances found for "Bananachips"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17046246 | 2 years ago | | | 0 | 0.0012410013 | |
| 17046238 | 2 years ago | | | 0 | 0.0064172760 | |
| 17046215 | 2 years ago | | | 0 | 0.0029632032 | |
| 17046201 | 2 years ago | | | 0 | 0.0014470429 | |
| 17045315 | 2 years ago | | | 0 | 0.0032327961 | |
| 17041416 | 2 years ago | | | 0 | 0.0010764379 | |
| 17041285 | 2 years ago | | | 0 | 0.00063914235 | |
| 17041009 | 2 years ago | | | 0 | 0.0029801609 | |
| 17039014 | 2 years ago | | | 0 | 0.0045751329 | |
| 17037936 | 2 years ago | | | 0 | 0.0037410798 |
ABI
ABI objects
Getter at block 21161676
baseURI() view returns (string)
https://bananachips.mypinata.cloud/ipfs/QmWZsCru78bxJyhScZcDUyYGLztgAbGqjLytp6HEfZKmRp/
canList() view returns (bool)
false
merkle() view returns (bytes32)
0xede606ecab5aea8c4bd59714721e71c8b79ae381e00e8e2af5b2a975a298f066
mintOpen() view returns (bool)
false
mintingPhase() view returns (uint8)
0
name() view returns (string)
Bananachips
owner() view returns (address)
0x101347b2328fed2989cfb5288bb2c7fba5786034
symbol() view returns (string)
BCS
totalSupply() view returns (uint256)
359
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintedKonguID(uint256) view returns (uint256)
mintedWL(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events MintBananachipsHolder(uint256 konguID, address _vault)
MintBananachipsWL(bytes32[] _merkleProof)
approve(address to, uint256 tokenId)
changeMerkle(bytes32 _merkle)
closeMint()
openMint()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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(string ipfs, address contractAddress)
This contract contains no fallback and receive objects.
LimitReached()
NotAuthorized()