Pirate
Verified contract
Active on
Ethereum with 12,477 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 "Pirate"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21211399 | 2 hours ago | | | 0 | 0.0010048380 | |
| 21211253 | 3 hours ago | | | 0 | 0.00033798050 | |
| 21209928 | 7 hours ago | | | 0 | 0.00069798835 | |
| 21209344 | 9 hours ago | | | 0 | 0.00082926595 | |
| 21208838 | 11 hours ago | | | 0 | 0.00080140173 | |
| 21208590 | 12 hours ago | | | 0 | 0.00062852392 | |
| 21208335 | 13 hours ago | | | 0 | 0.00052942356 | |
| 21208150 | 13 hours ago | | | 0 | 0.00049672932 | |
| 21207452 | 16 hours ago | | | 0 | 0.00048397291 | |
| 21206860 | 18 hours ago | | | 0 | 0.00040909570 |
ABI
ABI objects
Getter at block 21212104
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
TRUSTED_CLAIM_ROLE() view returns (bytes32)
0xcd1fed014f9bb6fede6235f88017a4390e8f101eec6aff0e346718cdb60f2dd8
afterTokenTransferHandler() view returns (address)
0x0000000000000000000000000000000000000000
beforeTokenTransferHandler() view returns (address)
0x88b0d61be1092a0aed7d5d0393246a242c5899f6
contractURI() view returns (string)
getBaseURI() view returns (string)
https://api.proofofplay.gg/api/metadata/pirate/
name() view returns (string)
Pirate
owner() view returns (address)
0x3e555ba0878a3400a9828a378d07024f04bc2ea2
symbol() view returns (string)
PIRATE
totalSupply() view returns (uint256)
9999
Read-only
balanceOf(address owner) view returns (uint256)
exists(uint256 tokenId) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
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)
burn(uint256 tokenId)
claim(uint256[] tokenIds, address[] addresses)
grantRole(bytes32 role, address account)
renounceOwnership()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setAfterTokenTransferHandler(address handlerAddress)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newURI)
setBeforeTokenTransferHandler(address handlerAddress)
setContractURI(string _uri)
setTotalSupply(uint256 supply)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ContractURIUpdated(string uri)
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(uint256 maxSupply)
This contract contains no fallback and receive objects.
InvalidInput()
NotOwnerOrApproved(uint256 tokenId)