Forward
Verified contract
Proxy
Active on
Ethereum with 309 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
Balances ($0.00)
No balances found for "Forward"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21149357 | 8 days ago | | | 0 | 0.00040065194 | |
| 21098217 | 15 days ago | | | 0 | 0.00012569260 | |
| 21095492 | 15 days ago | | | 0 | 0.00032770408 | |
| 21094473 | 16 days ago | | | 0 | 0.00072063474 | |
| 21092142 | 16 days ago | | | 0 | 0.00027380022 | |
| 21081269 | 17 days ago | | | 0 | 0.00036871302 | |
| 21078383 | 18 days ago | | | 0 | 0.00069192418 | |
| 21029231 | 25 days ago | | | 0 | 0.0015999962 | |
| 21027410 | 25 days ago | | | 0 | 0.00023361750 | |
| 21026610 | 25 days ago | | | 0 | 0.00034099728 |
ABI
ABI objects
Getter at block 21205555
DOMAIN_SEPARATOR() view returns (bytes32)
0x522adec900e18cc570ea33f4e9569c28a2694b9e00423002a086a65804bef020
decimals() view returns (uint8)
18
initialized() view returns (bool)
true
name() view returns (string)
Forward
owner() view returns (address)
0x129f35cda830ea48b343a48728c2e384ca956776
paused() view returns (bool)
false
symbol() view returns (string)
$FORWARD
totalSupply() view returns (uint256)
5000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
nonces(address owner) view returns (uint256)
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)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address tokenowner)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
refundTokens(address tokenAddress)
renounceOwnership()
togglePause()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed spender, uint256 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.