FreewayToken
Verified contract
Active on
Ethereum with 22,397 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FWT | ERC-20 | 507.995553K | -- | -- | |
ZEFU | ERC-20 | 10.363182K | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21032565 | a month ago | | | 0 | 0.00038026709 | |
| 20676007 | 3 months ago | | | 0 | 0.000046190900 | |
| 20657658 | 3 months ago | | | 0 | 0.000037495457 | |
| 20624767 | 3 months ago | | | 0 | 0.000030548955 | |
| 20599211 | 3 months ago | | | 0 | 0.000063945487 | |
| 20479025 | 4 months ago | | | 0 | 0.00026918810 | |
| 20396281 | 4 months ago | | | 0 | 0.000028454953 | |
| 20395552 | 4 months ago | | | 0 | 0.00093149910 | |
| 20395552 | 4 months ago | | | 0 | 0.000073095000 | |
| 20395551 | 4 months ago | | | 0 | 0.000046545000 |
ABI
ABI objects
Getter at block 21272102
decimals() view returns (uint8)
18
name() view returns (string)
FreewayToken
symbol() view returns (string)
FWT
totalSupply() view returns (uint256)
10000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address sender)
initialize(string name, string symbol, uint8 decimals)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.