Poligoonz Collective
Verified contract
Active on
Ethereum with 192 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 "Poligoonz Collective"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21266434 | 9 days ago | | | 0 | 0.00048023889 | |
| 21266429 | 9 days ago | | | 0 | 0.00083237050 | |
| 20378723 | 4 months ago | | | 0 | 0.00021835483 | |
| 19884301 | 7 months ago | | | 0 | 0.00021396859 | |
| 19756514 | 7 months ago | | | 0 | 0.00022075319 | |
| 19728798 | 7 months ago | | | 0 | 0.00029887307 | |
| 19679266 | 8 months ago | | | 0 | 0.00044957901 | |
| 18805717 | a year ago | | | 0 | 0.0010545003 | |
| 18156817 | a year ago | | | 0 | 0.00062954793 | |
| 17016702 | 2 years ago | | | 0 | 0.0010269712 |
ABI
ABI objects
Getter at block 21328802 baseTokenURI() view returns (string)
ERC712_VERSION() view returns (string)
1
currentTokenId() view returns (uint256)
645
getChainId() view returns (uint256)
1
getDomainSeperator() view returns (bytes32)
0x63dcff709aa883c81ca2b04b8cfa405aa4814f54f12153ee98c770b7ae7b1106
lastTokenId() view returns (uint256)
1000
name() view returns (string)
Poligoonz Collective
owner() view returns (address)
0x1b48a13bf76ece0fcd70aa24aab865972be23431
symbol() view returns (string)
Poligoonz
totalSupply() view returns (uint256)
645
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getNonce(address user) view returns (uint256 nonce)
isApprovedForAll(address owner, address operator) view returns (bool)
operators(address) 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)
State-modifying
Events approve(address to, uint256 tokenId)
changeLastTokenId(uint256 _lastTokenId)
executeMetaTransaction(address userAddress, bytes functionSignature, bytes32 sigR, bytes32 sigS, uint8 sigV) payable returns (bytes)
mint(address _to)
mintBatch(address _to, uint256 _amount)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateBaseURI(string __baseURI)
updateOperator(address _operatorAddress, bool _status)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
MetaTransactionExecuted(address userAddress, address relayerAddress, bytes functionSignature)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _proxyRegistryAddress, string _name, string _symbol, string __baseTokenURI, address[] _operators)
This contract contains no fallback and receive objects.
This contract contains no error objects.