Banana Hands
Verified contract
Active on
Ethereum with 897 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
6 additional
variables
Balances ($448.55)
Native
Value
$448.55
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.143243 | $3,131.42 |
$448.55 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21004097 | a month ago | | | 0 | 0.00049051716 | |
| 20935531 | a month ago | | | 0 | 0.00045029871 | |
| 20935529 | a month ago | | | 0 | 0.00048491864 | |
| 20604345 | 3 months ago | | | 0 | 0.000058182102 | |
| 20550043 | 3 months ago | | | 0 | 0.000043788782 | |
| 19886952 | 6 months ago | | | 0 | 0.00015908081 | |
| 19795705 | 6 months ago | | | 0 | 0.00025585025 | |
| 19299519 | 9 months ago | | | 0 | 0.0015531403 | |
| 19222362 | 9 months ago | | | 0 | 0.00054941501 | |
| 19222355 | 9 months ago | | | 0 | 0.00054184591 |
ABI
ABI objects
Getter at block 21187451
MAX_SUPPLY() view returns (uint16)
10888
baseMintPrice() view returns (uint256)
42069000000000000
baseURI() view returns (string)
https://api.nanahands.io/tokens/
canAccessPresale() view returns (bool)
false
hasPurchasedPresale() view returns (bool)
false
maxPurchaseCount() view returns (uint256)
6
name() view returns (string)
Banana Hands
owner() view returns (address)
0x8e1b2592578abb9d9f9220bcc9f010e7d1082496
paused() view returns (bool)
true
presaleHasStarted() view returns (bool)
true
presaleStart() view returns (uint256)
1634922000
remaining888PresaleClaims() view returns (uint16)
0
reservedCount() view returns (uint256)
268
saleHasStarted() view returns (bool)
true
saleStart() view returns (uint256)
1639637940
symbol() view returns (string)
BH
totalReleased() view returns (uint256)
17904618400000000000
totalShares() view returns (uint256)
100
totalSupply() view returns (uint256)
653
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintPrice(uint256 numberOfTokens) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
payee(uint256 index) view returns (address)
released(address account) view returns (uint256)
remaining888PresaleClaims(address addr) view returns (uint16)
shares(address account) view returns (uint256)
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 add888FreeClaim(address[] addresses, uint8[] claimCount)
approve(address to, uint256 tokenId)
claimFreePresale(uint16 numberOfTokens)
mintPresale() payable
mintReserved(uint16 numberOfTokens)
mintTokens(uint16 numberOfTokens) payable
pause()
release(address account)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseMintPrice(uint256 price)
setBaseURI(string newBase)
setMaxPurchaseCount(uint8 count)
setPresaleStart(uint256 presaleStart_)
setSaleStart(uint256 saleStart_)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
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)
PayeeAdded(address account, uint256 shares)
PaymentReceived(address from, uint256 amount)
PaymentReleased(address to, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(uint256 saleStart_, string baseURIValue_, address[] payees, uint256[] paymentShares, address reservedTokenAddress, address bonesAndBananasAddress, address genesis888Address)
receive()
This contract contains no error objects.