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 "somm"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21255136 | 4 hours ago | | | 0 | 0.00054851913 | |
| 21252675 | 12 hours ago | | | 0 | 0.00059978955 | |
| 21247397 | a day ago | | | 0 | 0.00038185068 | |
| 21237823 | 3 days ago | | | 0 | 0.00074412787 | |
| 21237813 | 3 days ago | | | 0 | 0.00069853227 | |
| 21231722 | 3 days ago | | | 0 | 0.00039229494 | |
| 21231721 | 3 days ago | | | 0 | 0.00080785870 | |
| 21231720 | 3 days ago | | | 0 | 0.00053032318 | |
| 21229665 | 4 days ago | | | 0 | 0.00083683772 | |
| 21228236 | 4 days ago | | | 0 | 0.00054315081 |
ABI
ABI objects
Getter at block 21256404
decimals() view returns (uint8)
6
gravity() view returns (address)
0x69592e6f9d21989a043646fe8225da2600e5a0f7
name() view returns (string)
somm
symbol() view returns (string)
somm
totalSupply() view returns (uint256)
47025146737322
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)
setGravityContract(address _gravityAddress)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _gravityAddress, string _name, string _symbol, uint8 _decimals)
This contract contains no fallback and receive objects.
This contract contains no error objects.