NAH FUNGIBLE BONES
Verified contract
Active on
Ethereum with 26,282 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 "NAH FUNGIBLE BONES"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21245055 | 3 days ago | | | 0 | 0.00064556282 | |
| 21243268 | 3 days ago | | | 0 | 0.00054029370 | |
| 21235060 | 5 days ago | | | 0 | 0.00090368833 | |
| 21218148 | 7 days ago | | | 0 | 0.00067214755 | |
| 21218148 | 7 days ago | | | 0 | 0.00066418660 | |
| 21200313 | 9 days ago | | | 0 | 0.00060231992 | |
| 21169980 | 14 days ago | | | 0 | 0.0012289357 | |
| 21142248 | 17 days ago | | | 0 | 0.00066615951 | |
| 21119622 | 21 days ago | | | 0 | 0.00013431813 | |
| 21104721 | 23 days ago | | | 0 | 0.00012543748 |
ABI
ABI objects
Getter at block 21267403
COST_FIVE() view returns (uint256)
90000000000000000
COST_ONE() view returns (uint256)
100000000000000000
COST_TEN() view returns (uint256)
80000000000000000
MAX_MINT() view returns (uint256)
10
MAX_PRIVATE_SUPPLY() view returns (uint256)
60
MAX_PUBLIC_SUPPLY() view returns (uint256)
9945
MAX_SUPPLY() view returns (uint256)
10005
isActive() view returns (bool)
false
isFreeActive() view returns (bool)
false
isWhitelistActive() view returns (bool)
true
name() view returns (string)
NAH FUNGIBLE BONES
owner() view returns (address)
0xb2cc0bbbe4faf4815761fe9d4f70370a09d3110b
symbol() view returns (string)
NFB
totalPrivateSupply() view returns (uint256)
60
totalPublicSupply() view returns (uint256)
9945
totalSupply() view returns (uint256)
10005
whitelistCost() view returns (uint256)
0
whitelistMaxMint() view returns (uint256)
1
Read-only
balanceOf(address owner) view returns (uint256)
claimedBy(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getCost(uint256 num) pure returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
isOnWhitelist(address addr) 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)
whitelistClaimedBy(address owner) view returns (uint256)
State-modifying
Events addToWhitelist(address[] addresses)
approve(address to, uint256 tokenId)
freeMint() payable
gift(address to, uint256 num)
mint(uint256 num) payable
removeFromWhitelist(address[] addresses)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setActive(bool val)
setApprovalForAll(address operator, bool approved)
setBaseURI(string val)
setFreeActive(bool val)
setWhitelistActive(bool val)
setWhitelistMaxMint(uint256 val)
setWhitelistPrice(uint256 val)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(uint256 num) payable
withdraw() payable
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 name, string symbol, string baseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.