Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 7 additional slots
Balances ($567.97)
Native
Value
$567.97
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.1664 | $3,413.29 |
$567.97 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18225835 | a year ago | | | 0 | 0.00090253057 | |
| 18225792 | a year ago | | | 0 | 0.0011894729 | |
| 16520877 | 2 years ago | | | 0 | 0.00090112062 | |
| 15858802 | 2 years ago | | | 0 | 0.00028136481 | |
| 15858667 | 2 years ago | | | 0 | 0.00044489666 | |
| 15858659 | 2 years ago | | | 0 | 0.0025473568 | |
| 15858559 | 2 years ago | | | 0 | 0.00053440766 | |
| 15858543 | 2 years ago | | | 0 | 0.0019762166 | |
| 15858103 | 2 years ago | | | 0 | 0.0017731663 | |
| 15858047 | 2 years ago | | | 0 | 0.0041148939 |
ABI
ABI objects
Getter at block 21263723
mintPrice() view returns (uint256)
2560000000000000000000
name() view returns (string)
PETARP
owner() view returns (address)
0x5e3d8dada7515e8f9fa294c1341a3758c7a6c64e
symbol() view returns (string)
ARP
totalSupply() view returns (uint256)
64
Read-only
balanceOf(address owner) view returns (uint256)
checkCanSetByte(address sender, uint256 tokenId, uint256 byteIndex, uint16 bytePosition) view
checkCanSetUserData(address sender, uint256 tokenId) view
checkCanUnlock(address sender, uint256 tokenId, uint256 unlockIndex) view
getApproved(uint256 tokenId) view returns (address)
getSecondsSinceLastTransfer(uint256 tokenId) view returns (uint256)
getTokenCustomByte(uint256 tokenId, uint256 byteIndex) view returns (uint16 position, uint8 value)
getTokenCustomBytes(uint256 tokenId) view returns (uint16[8] position, uint8[8] value)
getTokenPRG(uint256 tokenId, bool unmodified) view returns (bytes)
getTokenParams(uint256 tokenId) view returns (uint8 p0, uint8 p1, uint8 p2, uint8 p3, uint8 p4, uint8 p5, uint8 p6, uint8 p7)
getTokenSeed(uint256 tokenId) view returns (uint64 p)
getTokenUnlocks(uint256 tokenId) view returns (uint8 u0, uint8 u1, uint8 u2, uint8 u3)
getTokenUserData(uint256 tokenId) view returns (uint24 userData)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
positionUsed(uint256, uint16) view returns (uint8)
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)
mintToken() payable returns (uint256 _tokenId)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setByte(uint256 tokenId, uint256 byteIndex, uint16 bytePosition, uint8 byteValue)
setByteAndUserData(uint256 tokenId, uint256 byteIndex, uint16 bytePosition, uint8 byteValue, uint24 userData)
setBytes(uint256 tokenId, uint16[8] bytePositions, uint8[8] byteValues)
setMintPrice(uint256 price)
setTokenUserData(uint256 tokenId, uint24 userData)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unlock(uint256 tokenId, uint256 unlockIndex)
withdraw(uint256 amount)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ByteSet(uint256 indexed tokenId, uint256 byteIndex, uint16 bytePosition, uint8 byteValue)
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.