Poolboys
Verified contract
Active on
Ethereum with 1,124 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 "Poolboys"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20098493 | 5 months ago | | | 0 | 0.00021876985 | |
| 19266414 | 9 months ago | | | 0 | 0.00060389038 | |
| 18855757 | a year ago | | | 0 | 0.0013120674 | |
| 17096500 | 2 years ago | | | 0 | 0.0020718200 | |
| 17095451 | 2 years ago | | | 0 | 0.0018562415 | |
| 17084313 | 2 years ago | | | 0 | 0.0022869592 | |
| 17060828 | 2 years ago | | | 0 | 0.0010570865 | |
| 17045685 | 2 years ago | | | 0 | 0.0012541869 | |
| 17021428 | 2 years ago | | | 0 | 0.00090245541 | |
| 16713471 | 2 years ago | | | 0 | 0.0010639002 |
ABI
ABI objects
Getter at block 21281581
MAX_PBOYS() view returns (uint256)
4444
PBOY_PROVENANCE() view returns (string)
f9c3609bd4ba42999226463ffac8d7e56cdafd14371f5367cbe0744fa94aa840
collectionStartingIndex() view returns (uint256)
1192
maxPurchase() view returns (uint256)
30
name() view returns (string)
Poolboys
owner() view returns (address)
0x9aacd8a1e27c66f01ee77abca42e89c55fbb41a6
pboyPrice() view returns (uint256)
0
publicSaleActive() view returns (bool)
false
symbol() view returns (string)
PBOY
totalSupply() view returns (uint256)
4444
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)
flipSaleState()
mintToken(uint256 numberOfTokens) payable
renounceOwnership()
reserveToken(address _to, uint256 numberOfTokens)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setPrice(uint256 newPrice)
setProvenanceHash(string provenanceHash)
setStartingIndices()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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.