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 |
---|---|---|---|---|---|
GSFY | ERC-20 | 5M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21133691 | 5 days ago | | | 0 | 0.00053516271 | |
| 20980485 | a month ago | | | 0 | 0.00043305424 | |
| 20980483 | a month ago | | | 0 | 0.00045935237 | |
| 20524836 | 3 months ago | | | 0 | 0.00017957211 | |
| 20351146 | 4 months ago | | | 0 | 0.000049864000 | |
| 19597752 | 7 months ago | | | 0 | 0.00045078789 | |
| 19487200 | 8 months ago | | | 0 | 0.00054308257 | |
| 18915652 | 10 months ago | | | 0 | 0.00027285621 | |
| 18700848 | a year ago | | | 0 | 0.0014089529 | |
| 18611963 | a year ago | | | 0 | 0.0019346408 |
ABI
ABI objects
Getter at block 21168486
decimals() view returns (uint8)
18
name() view returns (string)
Gasify
owner() view returns (address)
0x51655db6c90ae0b6a22769b26fac623bc50b26b8
rewardsWallet() view returns (address)
0x27a636c94f7dcbf998809fa0ddc21be40727ca12
symbol() view returns (string)
GSFY
totalSupply() view returns (uint256)
10000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unlockRemainingToken()
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
Unlocked(address owner, uint256 amount)
constructor(string name_, string symbol_, address _rewardsWallet)
This contract contains no fallback and receive objects.
This contract contains no error objects.