Boys Clubhouse
Verified contract
Active on
Ethereum with 1 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
2 additional
variables
Balances ($0.00)
No balances found for "Boys Clubhouse"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20515659 | 3 months ago | | | 0 | 0.00040799398 |
ABI
ABI objects
Getter at block 21184243
dataURI() view returns (string)
https://ipfs.io/ipfs/QmSYhqsn1XmndLX6NNezD4RoKMrzx93KdNgo9WGst7sFYE/
name() view returns (string)
Boys Clubhouse
owner() view returns (address)
0x67b2b9e04011a4c81ca8a3b9c738db26c650d91f
price() view returns (uint256)
50000000000000000
royaltyAddress() view returns (address)
0x826ffcd1514588947ec0ba19d94bf2ec353af398
symbol() view returns (string)
BCH
token() view returns (address)
0x0909c69375c3d1c21b997dbf0ab7a3e88465e310
totalSupply() view returns (uint256)
0
Read-only
Type(uint256 id) pure returns (uint8 character)
balanceOf(address owner) view returns (uint256)
cost(uint256 amount) 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 id) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId) payable
mint(uint256 amount) payable
mintTokens(uint256 amount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setToken(address _address)
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()