Unipilot
Verified contract
Active on
Ethereum with 9,174 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($4,994.64)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 5K | $0.998928 |
$4,994.64 | |
KAO2 | ERC-20 | 200B | -- | -- | |
PILOT | ERC-20 | 23.060138 | -- | -- | |
HQG | ERC-20 | 0.02 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21259044 | a day ago | | | 0 | 0.00027763901 | |
| 21244250 | 3 days ago | | | 0 | 0.00077070373 | |
| 21222257 | 6 days ago | | | 0 | 0.00055060732 | |
| 21219228 | 7 days ago | | | 0 | 0.00052177593 | |
| 21213952 | 7 days ago | | | 0 | 0.00023335412 | |
| 21200847 | 9 days ago | | | 0 | 0.00037625996 | |
| 21166275 | 14 days ago | | | 0 | 0.0014041017 | |
| 21166273 | 14 days ago | | | 0 | 0.0014408578 | |
| 21139367 | 18 days ago | | | 0 | 0.00091367780 | |
| 21110776 | 22 days ago | | | 0 | 0.000072331082 |
ABI
ABI objects
Getter at block 21266601
PERMIT_TYPEHASH() view returns (bytes32)
0x6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c9
TRANSFER_WITH_AUTHORIZATION_TYPEHASH() view returns (bytes32)
0x7c7c6cdb67a18743f49ec6fa9b35f50d52ed05cbed4cc592e13b44501c1a2267
decimals() view returns (uint8)
18
getChainId() view returns (uint256 chainId)
1
getDomainSeparator() view returns (bytes32)
0x99b0efffd312113a3bd475d063d1cc4bd0b58db1f8394577ed28d92a00c53003
name() view returns (string)
Unipilot
symbol() view returns (string)
PILOT
timelock() view returns (address)
0x1684f4d3c7e27f02c2072ade8831338d1d13dbe5
totalSupply() view returns (uint256)
314824329685836637093891
Read-only
allowance(address owner, address spender) view returns (uint256)
authorizationState(address, bytes32) view returns (bool)
balanceOf(address account) view returns (uint256)
nonces(address) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address to, uint256 value)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferWithAuthorization(address from, address to, uint256 value, uint256 validAfter, uint256 validBefore, bytes32 nonce, uint8 v, bytes32 r, bytes32 s)
updateMinter(address newMinter)
Approval(address indexed owner, address indexed spender, uint256 value)
AuthorizationUsed(address indexed authorizer, bytes32 indexed nonce)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _timelock, address[] vestingAddresses, uint256[] vestingAmounts)
This contract contains no fallback and receive objects.
This contract contains no error objects.