Bones and Bananas
Verified contract
Active on
Ethereum with 15,460 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 "Bones and Bananas"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21260508 | 4 days ago | | | 0 | 0.00024109418 | |
| 21260334 | 4 days ago | | | 0 | 0.00035631149 | |
| 21105832 | a month ago | | | 0 | 0.000096692000 | |
| 21023398 | a month ago | | | 0 | 0.00054449757 | |
| 21023122 | a month ago | | | 0 | 0.00063408918 | |
| 20904885 | 2 months ago | | | 0 | 0.00010291287 | |
| 20900186 | 2 months ago | | | 0 | 0.00014640206 | |
| 20835127 | 2 months ago | | | 0 | 0.0030574818 | |
| 20812612 | 2 months ago | | | 0 | 0.0010604263 | |
| 20800625 | 2 months ago | | | 0 | 0.0011521560 |
ABI
ABI objects
Getter at block 21288497
MAX_SUPPLY() view returns (uint256)
10000
baseURI() view returns (string)
https://api.bonesandbananas.com/tokens/
callerHasClaimedFreeToken() view returns (bool)
false
freeMintEnd() view returns (uint256)
1626465600
freeMintPeriodActive() view returns (bool)
false
freeMintStart() view returns (uint256)
1626379200
maxPurchaseCount() view returns (uint256)
20
mintPrice() view returns (uint256)
40000000000000000
name() view returns (string)
Bones and Bananas
numberMintedFree() view returns (uint256)
8195
owner() view returns (address)
0x0f94325dcc0e118fb3454bceff6bcd814ad2b58f
paused() view returns (bool)
false
reservedCount() view returns (uint256)
0
saleHasStarted() view returns (bool)
true
saleStart() view returns (uint256)
1626379200
symbol() view returns (string)
BNB
totalSupply() view returns (uint256)
10000
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)
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)
claimFreeToken()
mintReserved(uint256 numberOfTokens, address to)
mintTokens(uint256 numberOfTokens) payable
pause()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBase)
setMaxPurchaseCount(uint256 count)
setMintPrice(uint256 price)
setSaleStart(uint256 saleStart_)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
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)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(uint256 saleStart_, string baseURIVal_)
This contract contains no fallback and receive objects.
This contract contains no error objects.