FreewayToken
Verified contract
Proxy
Active on
Ethereum with 3,853 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
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 44 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FWT | ERC-20 | 35.682173K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21153757 | 21 hours ago | | | 0 | 0.00065259578 | |
| 21153734 | 21 hours ago | | | 0 | 0.00063711571 | |
| 21120339 | 6 days ago | | | 0 | 0.00050199923 | |
| 21120270 | 6 days ago | | | 0 | 0.00029766732 | |
| 21119455 | 6 days ago | | | 0 | 0.000068857647 | |
| 21051386 | 15 days ago | | | 0 | 0.00040703141 | |
| 20971455 | a month ago | | | 0 | 0.0026664308 | |
| 20967701 | a month ago | | | 0 | 0.00098380954 | |
| 20967371 | a month ago | | | 0 | 0.00097488325 | |
| 20967283 | a month ago | | | 0 | 0.0016666941 |
ABI
ABI objects
Getter at block 21160111
decimals() view returns (uint8)
18
name() view returns (string)
FreewayToken
owner() view returns (address)
0x162a805f746d5ad7a149536641f5eb933b95f38c
paused() view returns (bool)
false
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)
isBlackListed(address user) view returns (bool)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
approve(address spender, uint256 amount) returns (bool)
batchTransfer(address[] destinations, uint256[] values)
blacklistUpdate(address user, bool value)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize()
pause()
recoverERC20(address tokenAddress, uint256 tokenAmount)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unpause()
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed spender, uint256 value)
BlacklistUpdated(address indexed user, bool value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.