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 "Pilot"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18802673 | a year ago | | | 0 | 0.00093556383 | |
| 17830201 | a year ago | | | 0 | 0.0026141994 | |
| 17830191 | a year ago | | | 0 | 0.0020033651 | |
| 17830178 | a year ago | | | 0 | 0.0019655994 | |
| 17830169 | a year ago | | | 0 | 0.0019893639 | |
| 17824864 | a year ago | | | 0 | 0.0011035548 | |
| 17824617 | a year ago | | | 0 | 0.0015557257 | |
| 17824539 | a year ago | | | 0 | 0.0015323899 | |
| 17824536 | a year ago | | | 0 | 0.0018062466 | |
| 17824316 | a year ago | | | 0 | 0.0016000001 |
ABI
ABI objects
Getter at block 21162958
name() view returns (string)
Pilot
owner() view returns (address)
0xdb7acff5c907d61826863c56b18cb9a8d6fa48ce
symbol() view returns (string)
PILOT
totalSupply() view returns (uint256)
1266
Read-only
balanceOf(address owner) view returns (uint256)
getActor(uint256 tokenId, string keyPrefix) view returns (string)
getApproved(uint256 tokenId) view returns (address)
getCrossGenre(uint256 tokenId, string pilotType, string genre) view returns (string)
getGenre(uint256 tokenId, string pilotType) view returns (string)
getRating(uint256 tokenId, string pilotType) view returns (string)
getType(uint256 tokenId) view returns (string)
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)
State-modifying
Events approve(address to, uint256 tokenId)
claim(uint256 tokenId)
ownerClaim(uint256 tokenId)
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)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.