Potato By King George
Verified contract
Active on
Ethereum with 10,250 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 "Potato By King George"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21154867 | 18 hours ago | | | 0 | 0.00046177298 | |
| 20656355 | 2 months ago | | | 0 | 0.000083269676 | |
| 20656312 | 2 months ago | | | 0 | 0.00012385231 | |
| 20547160 | 3 months ago | | | 0 | 0.000042822278 | |
| 20533400 | 3 months ago | | | 0 | 0.00012351374 | |
| 20526035 | 3 months ago | | | 0 | 0.000079741508 | |
| 20095350 | 5 months ago | | | 0 | 0.00020939159 | |
| 19753357 | 6 months ago | | | 0 | 0.00021500459 | |
| 19753339 | 6 months ago | | | 0 | 0.00019091176 | |
| 19700981 | 7 months ago | | | 0 | 0.00015797048 |
ABI
ABI objects
Getter at block 21160142
MAX_SUPPLY() view returns (uint256)
6666
baseURI() view returns (string)
ipfs://QmU5QU44w3uLApeAaXByxZYqGLUoU5cb2GAfgQfs32UAzg/
maxPerTx() view returns (uint256)
5
merkleRoot() view returns (bytes32)
0x0cb95c383e76c342839d963d43bfd9939d26f8bff714c124fa04d0f0e9ece9fa
name() view returns (string)
Potato By King George
owner() view returns (address)
0x3029f46fb27bceac1650a57da995bc8c02511c67
salePrice() view returns (uint256)
15000000000000000
symbol() view returns (string)
PBKG
totalSupply() view returns (uint256)
6429
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)
publicMint(uint256 quantity) 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)
setMaxTx(uint256 _setMaxTx)
setMerkleRoot(bytes32 _rootHash)
setSalePrice(uint256 _salePrice)
switchPublicSales()
switchWhitelistStatus()
teamMint(address[] to, uint256 quantity)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(uint256 quantity, bytes32[] proof) payable
withdrawal()
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.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()