PolkaPets Base Set
Verified contract
Active on
Ethereum with 6,850 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 "PolkaPets Base Set"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21206359 | 12 hours ago | | | 0 | 0.00071919374 | |
| 21197382 | 2 days ago | | | 0 | 0.00067777850 | |
| 21197280 | 2 days ago | | | 0 | 0.00076904235 | |
| 21193250 | 2 days ago | | | 0 | 0.00078528576 | |
| 21174433 | 5 days ago | | | 0 | 0.00068207642 | |
| 21152934 | 8 days ago | | | 0 | 0.00051405210 | |
| 21124130 | 12 days ago | | | 0 | 0.00023925252 | |
| 21016741 | a month ago | | | 0 | 0.00045286191 | |
| 21016719 | a month ago | | | 0 | 0.00049231975 | |
| 20743583 | 2 months ago | | | 0 | 0.00012729361 |
ABI
ABI objects
Getter at block 21210020
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
ERC712_VERSION() view returns (string)
1
PREDICATE_ROLE() view returns (bytes32)
0x12ff340d0cd9c652c747ca35727e68c547d0f0bfa7758d2e77f75acef481b4f2
getChainId() pure returns (uint256)
1
getDomainSeperator() view returns (bytes32)
0xbe5e12a8e500bb4ab7086ef8b1da0a335651c10ff6c2c1dfb428e8bca94ee68b
name() view returns (string)
PolkaPets Base Set
owner() view returns (address)
0x2d1dd22f050226754bff2b0f37fe8ae158586ec6
symbol() view returns (string)
PPBS
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
getNonce(address user) view returns (uint256 nonce)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256 _id) view returns (string)
State-modifying
Events burn(address account, uint256 id, uint256 value)
burnBatch(address account, uint256[] ids, uint256[] values)
collect(address _token)
collectNFTs(address _token, uint256 _tokenId)
executeMetaTransaction(address userAddress, bytes functionSignature, bytes32 sigR, bytes32 sigS, uint8 sigV) payable returns (bytes)
grantRole(bytes32 role, address account)
mint(address account, uint256 id, uint256 amount, bytes data)
mintBatch(address to, uint256[] ids, uint256[] amounts, bytes data)
renounceOwnership()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
transferOwnership(address newOwner)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
MetaTransactionExecuted(address userAddress, address relayerAddress, bytes functionSignature)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
constructor(string _name, string _symbol, string uri_)
This contract contains no fallback and receive objects.
This contract contains no error objects.