Polzilla
Verified contract
Active on
Ethereum with 2,135 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x9aa0…2d32
Balances ($0.00)
No balances found for "Polzilla"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20678655 | 2 months ago | | | 0 | 0.00039411838 | |
| 20229265 | 4 months ago | | | 0 | 0.00025798077 | |
| 19920491 | 6 months ago | | | 0 | 0.00057876845 | |
| 19386612 | 8 months ago | | | 0 | 0.0028502179 | |
| 19275695 | 9 months ago | | | 0 | 0.0012637861 | |
| 19255110 | 9 months ago | | | 0 | 0.00094108590 | |
| 19090184 | 10 months ago | | | 0 | 0.0010142274 | |
| 18890874 | a year ago | | | 0 | 0.00051615817 | |
| 18874295 | a year ago | | | 0 | 0.00065704395 | |
| 18874274 | a year ago | | | 0 | 0.00069115879 |
ABI
ABI objects
Getter at block 21205243 claimedTokens() view returns (uint256[])
baseExtension() view returns (string)
.json
baseURI() view returns (string)
ipfs://QmTrNpraPTW6sDANQfX3wHG7Dec3A1wiLx2esp4jxsgBSm/
cost() view returns (uint256)
0
maxSupply() view returns (uint256)
9696
name() view returns (string)
Polzilla
owner() view returns (address)
0x64cf33731ef910da7270cb0b44fef84365b29628
paused() view returns (bool)
false
privateSale() view returns (bool)
true
symbol() view returns (string)
POLZILLA
totalSupply() view returns (uint256)
2101
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 _tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
claimWallet() payable
flipPause()
flipPrivateSale()
mint(uint256 _tokenId) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseExtension(string _newBaseExtension)
setBaseURI(string _newBaseURI)
setCost(uint256 _newCost)
setPolzContract(address _polzContractAddress)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() payable
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(string _name, string _symbol, string _initBaseURI, address _polzContractAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.