Unipilot Positions NFT-V1
Verified contract
Active on
Ethereum with 1,244 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "Unipilot Positions NFT-V1"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19793502 | 6 months ago | | | 0 | 0.00029983255 | |
| 18388608 | a year ago | | | 0 | 0.00058571879 | |
| 18388587 | a year ago | | | 0 | 0.00043015200 | |
| 18351282 | a year ago | | | 0 | 0.00051034382 | |
| 18351250 | a year ago | | | 0 | 0.00049541495 | |
| 18351235 | a year ago | | | 0 | 0.00051354263 | |
| 18351234 | a year ago | | | 0 | 0.00048420263 | |
| 18351214 | a year ago | | | 0 | 0.00050368946 | |
| 18351207 | a year ago | | | 0 | 0.00045455043 | |
| 18351206 | a year ago | | | 0 | 0.00046454857 |
ABI
ABI objects
Getter at block 21160732
DOMAIN_SEPARATOR() view returns (bytes32)
0x2478985fca329c40f0c715d28a529dada0698440a85143c50e10cc1c187d82c2
PERMIT_TYPEHASH() view returns (bytes32)
0x49ecf333e5b8c95c40fdafc95c1ad136e8914a8fb55e9dc8bb01eaa83a2df9ad
baseURI() view returns (string)
governance() view returns (address)
0xafa13aa8f1b1d89454369c28b0ce1811961a7907
mintProxy() view returns (address)
0xe0232573c6b0ce290e38334cbef840c1f5c09667
name() view returns (string)
Unipilot Positions NFT-V1
symbol() view returns (string)
PILOT-POS-V1
totalSupply() view returns (uint256)
314
Read-only
balanceOf(address owner) view returns (uint256)
exchangeManagerWhitelist(address) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
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)
collect(struct IExchangeManagerCollectParams params, bytes data) payable
createPoolAndDeposit(struct IExchangeManagerDepositParams params, bytes[2] data) payable returns (uint256 amount0Added, uint256 amount1Added, uint256 mintedTokenId)
deposit(struct IExchangeManagerDepositParams params, bytes data) payable returns (uint256 amount0Added, uint256 amount1Added)
mintPilot(address recipient, uint256 amount)
permit(address spender, uint256 tokenId, uint256 deadline, uint8 v, bytes32 r, bytes32 s) payable
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setExchangeManagerAddress(address exchangeManagerAddress)
setExchangeManagerStatus(address exchangeManagerAddress)
setGovernance(address _governance)
transferFrom(address from, address to, uint256 tokenId)
withdraw(struct IExchangeManagerWithdrawParams params, bytes data) payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ExchangeStatus(address exchange, bool status)
ExchangeWhitelisted(address newExchange)
GovernanceUpdated(address oldGovernance, address newGovernance)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _governance, address _initialExchangeManager, address _mintProxy)
fallback()
receive()
This contract contains no error objects.