LogisticsX
Verified contract
Active on
Ethereum with 311 txns
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 "LogisticsX"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9308790 | 5 years ago | | | 0 | 0.000038258000 | |
| 8692965 | 5 years ago | | | 0 | 0.000041217000 | |
| 8680343 | 5 years ago | | | 0 | 0.000057717000 | |
| 8666951 | 5 years ago | | | 0 | 0.000052470000 | |
| 8666940 | 5 years ago | | | 0 | 0.000052470000 | |
| 8660185 | 5 years ago | | | 0 | 0.000052470000 | |
| 8654151 | 5 years ago | | | 0 | 0.0015336460 | |
| 8653966 | 5 years ago | | | 0 | 0.0021486460 | |
| 7493709 | 6 years ago | | | 0 | 0.00024033000 | |
| 7347036 | 6 years ago | | | 0 | 0.00030615000 |
ABI
ABI objects
Getter at block 21205169
INITIAL_SUPPLY() view returns (uint256)
1000000000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
LogisticsX
owner() view returns (address)
0x9d771c1944e28f315019edc3bcd31a8c2259a6f8
paused() view returns (bool)
false
symbol() view returns (string)
PNP
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
distributeToken(address _to, uint256 _value) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
pause()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
transferOwner(address indexed existingOwner, address indexed newOwner)
constructor(address reserve)
This contract contains no fallback and receive objects.
This contract contains no error objects.