Gasgains
Verified contract
Active on
Ethereum with 4,730 txns
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 |
---|---|---|---|---|---|
GASG | ERC-20 | 131.60217K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20007624 | 6 months ago | | | 0 | 0.00019946213 | |
| 19846097 | 7 months ago | | | 0 | 0.00012524466 | |
| 19703873 | 7 months ago | | | 0 | 0.00019688675 | |
| 19695006 | 7 months ago | | | 0 | 0.00022334892 | |
| 19525169 | 8 months ago | | | 0 | 0.00054187982 | |
| 19487202 | 8 months ago | | | 0 | 0.00053922073 | |
| 19260505 | 9 months ago | | | 0 | 0.00065047842 | |
| 18915665 | a year ago | | | 0 | 0.00029446105 | |
| 18906742 | a year ago | | | 0 | 0.00078886418 | |
| 18872203 | a year ago | | | 0 | 0.00073715606 |
ABI
ABI objects
Getter at block 21304211
decimals() view returns (uint8)
18
getContractBalance() view returns (uint256)
131602170000000000000000
name() view returns (string)
Gasgains
owner() view returns (address)
0xca070339bed84831f3f0c318575d18c94a214102
symbol() view returns (string)
GASG
totalSupply() view returns (uint256)
1000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getFeeAmount(uint256 amount) view returns (uint256)
getUnlockableAmount(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)
lock(uint256 amount)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unlock()
Approval(address indexed owner, address indexed spender, uint256 value)
Deposit(address indexed depositor, uint256 depositAmount, uint256 timestamp, uint256 unlockTimestamp)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.