Petatoz
Verified contract
Active on
Ethereum with 1,597 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 "Petatoz"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21005877 | a month ago | | | 0 | 0.00021805137 | |
| 21005798 | a month ago | | | 0 | 0.00022886185 | |
| 21005797 | a month ago | | | 0 | 0.00022980969 | |
| 21005698 | a month ago | | | 0 | 0.00020903160 | |
| 20697033 | 2 months ago | | | 0 | 0.000043258774 | |
| 20197271 | 5 months ago | | | 0 | 0.000089526889 | |
| 20095543 | 5 months ago | | | 0 | 0.00023109000 | |
| 20094393 | 5 months ago | | | 0 | 0.00013865400 | |
| 20052647 | 5 months ago | | | 0 | 0.00019115046 | |
| 18903821 | a year ago | | | 0 | 0.00054220881 |
ABI
ABI objects
Getter at block 21217870
baseURI() view returns (string)
ipfs://QmQcwMQnFEX1wAYntzWfmW3wQWb59ACxfUjr3xtFSRGEAR/
fAmount() view returns (uint32)
5
maxSupply() view returns (uint32)
6969
name() view returns (string)
Petatoz
owner() view returns (address)
0x8ab651c1452e494d262792a22bc1ee3a47442dcf
price() view returns (uint256)
1000000000000000
symbol() view returns (string)
Petatoz
totalSupply() view returns (uint256)
6965
Read-only
balanceOf(address owner) view returns (uint256)
freeMinted(address) view returns (bool)
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)
mintPetatoz(uint32 amount) payable
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri)
setFreeAndPrice(uint32 f, uint256 p)
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.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()