Pootopia
Verified contract
Active on
Ethereum with 5,655 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 "Pootopia"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20911262 | 2 months ago | | | 0 | 0.00031187776 | |
| 20791513 | 2 months ago | | | 0 | 0.00035907243 | |
| 20556130 | 3 months ago | | | 0 | 0.000082260548 | |
| 20549692 | 3 months ago | | | 0 | 0.00010696512 | |
| 20412960 | 4 months ago | | | 0 | 0.00014118160 | |
| 19996709 | 6 months ago | | | 0 | 0.00021497487 | |
| 19368745 | 9 months ago | | | 0 | 0.0013964283 | |
| 19368745 | 9 months ago | | | 0 | 0.0013964283 | |
| 19326010 | 9 months ago | | | 0 | 0.0025891379 | |
| 19182033 | 10 months ago | | | 0 | 0.00089943154 |
ABI
ABI objects
Getter at block 21261607
MAX_SUPPLY() view returns (uint256)
5555
contractURI() view returns (string)
ipfs://QmNRHH4LKMZ3P1B1n82Yr7vN9qi9Y7XjSmYAzy4kSayTfu
isSalesActive() view returns (bool)
true
maxFreeMint() view returns (uint256)
555
maxFreeMintPerWallet() view returns (uint256)
25
name() view returns (string)
Pootopia
owner() view returns (address)
0xabab2521f758beb32e9183526dd2e36cda84d3d9
price() view returns (uint256)
50000000000000000
symbol() view returns (string)
POOTOPIA
totalSupply() view returns (uint256)
5555
Read-only
addressToFreeMinted(address) view returns (uint256)
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)
freeMint()
mint(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 newBaseURI)
setContractURI(string newContractURI)
setPrice(uint256 newPrice)
toggleSales()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll()
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.