Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1.69)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PAY | ERC-20 | 198.880714 | $0.008493 |
$1.69 | |
SETH | ERC-20 | 12.927526K | -- | -- | |
SETH | ERC-20 | 5.408K | -- | -- | |
ICC | ERC-20 | 88 | -- | -- | |
BTL | ERC-20 | 18 | -- | -- | |
WIT | ERC-20 | 18 | -- | -- | |
GOLD | ERC-20 | 16 | -- | -- | |
GENES | ERC-20 | 8 | -- | -- | |
VIP | ERC-20 | 8 | -- | -- | |
SCC | ERC-20 | 5 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20408522 | 3 months ago | | | 0 | 0.000051420000 | |
| 20403028 | 3 months ago | | | 0 | 0.000051896000 | |
| 20333903 | 4 months ago | | | 0 | 0.00074946197 | |
| 20323385 | 4 months ago | | | 0 | 0.00023375786 | |
| 20318751 | 4 months ago | | | 0 | 0.00026340892 | |
| 20316493 | 4 months ago | | | 0 | 0.00015244120 | |
| 20316488 | 4 months ago | | | 0 | 0.00019436423 | |
| 20314438 | 4 months ago | | | 0 | 0.00070717861 | |
| 20314384 | 4 months ago | | | 0 | 0.00086474988 | |
| 20314351 | 4 months ago | | | 0 | 0.00086950136 |
ABI
ABI objects
Getter at block 21162408
decimals() view returns (uint8)
18
mintingFinished() view returns (bool)
false
name() view returns (string)
Sether
owner() view returns (address)
0x20bf6672497941bd3e4ec5fd551de5c31e0a898a
symbol() view returns (string)
SETH
totalSupply() view returns (uint256)
20136682865263121609421296
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)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
finishMinting() returns (bool)
getTotalSupply() returns (uint256)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
mint(address _to, uint256 _amount) returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
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.