Gravity Network
Verified contract
Active on
Ethereum with 4,339 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
STT | ERC-20 | 1 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10101326 | 4 years ago | | | 0 | 0.0019451600 | |
| 9895184 | 5 years ago | | | 0 | 0.0019451600 | |
| 9746388 | 5 years ago | | | 0 | 0.0060864000 | |
| 9700777 | 5 years ago | | | 0 | 0.0083382000 | |
| 9700145 | 5 years ago | | | 0 | 0.00010773217 | |
| 9680974 | 5 years ago | | | 0 | 0.00077250000 | |
| 9675854 | 5 years ago | | | 0 | 0.0060882000 | |
| 9674372 | 5 years ago | | | 0 | 0.0060882000 | |
| 9658670 | 5 years ago | | | 0 | 0.0019455800 | |
| 9647275 | 5 years ago | | | 0 | 0.0012176400 |
ABI
ABI objects
Getter at block 21160208
decimals() view returns (uint8)
18
name() view returns (string)
Gravity Network
symbol() view returns (string)
GRV
totalSupply() view returns (uint256)
10000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool)
burn(uint256 _value) returns (bool)
burnFrom(address _from, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Burn(address indexed from, uint256 value)
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.