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 "BonkClub"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16680061 | 2 years ago | | | 0 | 0.0014596951 | |
| 16680056 | 2 years ago | | | 0 | 0.0025164735 | |
| 16664834 | 2 years ago | | | 0 | 0.00095432627 | |
| 16654116 | 2 years ago | | | 0 | 0.0011651052 | |
| 16407831 | 2 years ago | | | 0 | 0.00072144623 | |
| 16390985 | 2 years ago | | | 0 | 0.00082192301 | |
| 16375026 | 2 years ago | | | 0 | 0.00063655350 | |
| 16373513 | 2 years ago | | | 0 | 0.00062106308 | |
| 16360324 | 2 years ago | | | 0 | 0.00062485594 | |
| 16346434 | 2 years ago | | | 0 | 0.00069904778 |
ABI
ABI objects
Getter at block 21200751
baseURI() view returns (string)
ipfs://bafybeiaxsdpk7cp3ko3qxlrlsnpqnjo6fnrs7ad6h36ivbeaz7wkmk7ps4/
cost() view returns (uint256)
0
maxSupply() view returns (uint256)
10000
mintMax() view returns (uint256)
10
mintPerTx() view returns (uint256)
5
name() view returns (string)
BonkClub
owner() view returns (address)
0xb13ca1e77ed7f6e50a8b6f2c42c03b06c543de91
sale() view returns (bool)
true
symbol() view returns (string)
BONK
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)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId) payable
mint(uint256 _amount) payable
ownerMint(uint256 _amount)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newURI)
setCost(uint256 _cost)
toggleSale(bool _toggle)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _name, string _symbol)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()