Pixel Whale Club
Verified contract
Active on
Ethereum with 1,079 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 "Pixel Whale Club"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16682637 | 2 years ago | | | 0 | 0.0015114480 | |
| 16517180 | 2 years ago | | | 0 | 0.00087244123 | |
| 16412902 | 2 years ago | | | 0 | 0.0010133803 | |
| 16386878 | 2 years ago | | | 0 | 0.0028994854 | |
| 16381976 | 2 years ago | | | 0 | 0.00056755711 | |
| 16381847 | 2 years ago | | | 0 | 0.00096614923 | |
| 16381842 | 2 years ago | | | 0 | 0.00093532359 | |
| 16381838 | 2 years ago | | | 0 | 0.00090339878 | |
| 16381827 | 2 years ago | | | 0 | 0.00090380103 | |
| 16381794 | 2 years ago | | | 0 | 0.00096635861 |
ABI
ABI objects
Getter at block 21442479
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
maxSupply() view returns (uint256)
999
mintPrice() view returns (uint256)
2000000000000000
name() view returns (string)
Pixel Whale Club
owner() view returns (address)
0xc804db201fc5bdf3a6da5d372bf2fe643f650cac
symbol() view returns (string)
Whale
totalSupply() view returns (uint256)
999
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)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address operator, uint256 tokenId) payable
mint(uint256 amount) payable
privateMint(address addr, uint256 amount)
safeTransferFrom(address from, address to)
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId) payable
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)
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()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()