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) |
---|---|---|---|---|---|---|---|
| 15583266 | 2 years ago | | | 0 | 0.0010327200 | |
| 13466234 | 3 years ago | | | 0 | 0.0036233111 | |
| 12015386 | 4 years ago | | | 0 | 0.0033358081 | |
| 9990769 | 4 years ago | | | 0 | 0.00079472000 | |
| 9855254 | 5 years ago | | | 0 | 0.0010944800 | |
| 9851548 | 5 years ago | | | 0 | 0.0010942400 | |
| 9830427 | 5 years ago | | | 0 | 0.0010944800 | |
| 9596535 | 5 years ago | | | 0 | 0.00024712000 | |
| 9596524 | 5 years ago | | | 0 | 0.00039712000 | |
| 9589701 | 5 years ago | | | 0 | 0.00024712000 |
ABI
ABI objects
Getter at block 21092512
decimals() view returns (uint8)
18
name() view returns (string)
pilot
owner() view returns (address)
0x02ecf0d183058efc4f8b9eaad7eebf84d56698cd
symbol() view returns (string)
PLOT
totalSupply() view returns (uint256)
5000000000000000000000000
Read-only
_assert(bool assertion) pure
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address) view returns (uint256)
frozenAccount(address) view returns (bool)
safeAdd(uint256 a, uint256 b) pure returns (uint256)
safeDiv(uint256 a, uint256 b) pure returns (uint256)
safeMul(uint256 a, uint256 b) pure returns (uint256)
safeSub(uint256 a, uint256 b) pure returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
burn(uint256 _value) returns (bool success)
burnFrom(address _from, uint256 _value) returns (bool success)
freezeAccount(address target, bool freeze)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnerShip(address newOwer)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Burn(address target, uint256 amount)
FrozenFunds(address target, bool frozen)
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor(string _name)
This contract contains no fallback and receive objects.
This contract contains no error objects.