Gastoken.io
Verified contract
Implementation
Active on
Ethereum with 281,664 txns
Storage
Map
Table
Raw
Constants and immutables
6
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FOR | ERC-20 | 1 | $0.001888 |
$0 | |
WETH | ERC-20 | 0 | $3,375.90 |
$0 | |
PRO | ERC-20 | 177.77776K | -- | -- | |
PRQ | ERC-20 | 200 | -- | -- | |
DTA | ERC-20 | 10 | -- | -- | |
PRO | ERC-20 | 0.088889 | -- | -- | |
GST2 | ERC-20 | 0.01 | -- | -- | |
AANT | ERC-20 | 0 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21184707 | 12 days ago | | | 0 | 0.0017758868 | |
| 21099002 | 24 days ago | | | 0 | 0.00021128113 | |
| 21094763 | 25 days ago | | | 0 | 0.00042910735 | |
| 21045950 | a month ago | | | 0 | 0.0016091145 | |
| 21024830 | a month ago | | | 0 | 0.00025753872 | |
| 21024449 | a month ago | | | 0 | 0.00021674501 | |
| 21002024 | a month ago | | | 0 | 0.00023440371 | |
| 21002024 | a month ago | | | 0 | 0.00032994589 | |
| 20945296 | a month ago | | | 0 | 0.00067455063 | |
| 20849633 | 2 months ago | | | 0 | 0.00027556375 |
ABI
ABI objects
Getter at block 21271208
decimals() view returns (uint8)
2
name() view returns (string)
Gastoken.io
symbol() view returns (string)
GST2
totalSupply() view returns (uint256 supply)
377295
Read-only
allowance(address owner, address spender) view returns (uint256 remaining)
balanceOf(address owner) view returns (uint256 balance)
State-modifying
Events approve(address spender, uint256 value) returns (bool success)
free(uint256 value) returns (bool success)
freeFrom(address from, uint256 value) returns (bool success)
freeFromUpTo(address from, uint256 value) returns (uint256 freed)
freeUpTo(uint256 value) returns (uint256 freed)
mint(uint256 value)
transfer(address to, uint256 value) returns (bool success)
transferFrom(address from, address to, uint256 value) returns (bool success)
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.