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 "Boners"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20580714 | 3 months ago | | | 0 | 0.000044387738 | |
| 20066226 | 5 months ago | | | 0 | 0.00039775933 | |
| 19954953 | 6 months ago | | | 0 | 0.00060700426 | |
| 19898401 | 6 months ago | | | 0 | 0.00024540491 | |
| 19802532 | 6 months ago | | | 0 | 0.00022519780 | |
| 19790641 | 6 months ago | | | 0 | 0.00050548704 | |
| 19642900 | 7 months ago | | | 0 | 0.00066432503 | |
| 19467922 | 8 months ago | | | 0 | 0.0070652412 | |
| 19226113 | 9 months ago | | | 0 | 0.0014620038 | |
| 18910999 | 10 months ago | | | 0 | 0.00041829519 |
ABI
ABI objects
Getter at block 21186448
BASE_EXTENSION() view returns (string)
.json
MAX_FREE() view returns (uint256)
5
MAX_PUBLIC() view returns (uint256)
20
TOTAL_FREE() view returns (uint256)
496
adminClaimed() view returns (bool)
true
baseURI() view returns (string)
ipfs://QmX5CuP7XijsMUCpKfbV8ho7iUthkxREsjjQNWUFdzwp3Z/
maxBoner() view returns (uint256)
6969
name() view returns (string)
Boners
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0x837ec5e5b8bd970d168b26f7b06f8d4e12747102
price() view returns (uint256)
5500000000000000
saleActive() view returns (bool)
true
symbol() view returns (string)
TASM
totalSupply() view returns (uint256)
6969
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 _id) view returns (string)
State-modifying
Events adminMint()
approve(address to, uint256 tokenId)
mint(uint256 _numberOfMints) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri)
setPrice(uint256 _price)
setSupply(uint256 _maxBoner)
toggleSale()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw(address _address)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.