Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1,879.89)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SWITCH | ERC-20 | 1.796789M | $0.00069 |
$1,238.98 | |
USDC | ERC-20 | 620 | $1.001 |
$620.62 | |
WITCH | ERC-20 | 80 | $0.253703 |
$20.3 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21270988 | 2 hours ago | | | 0 | 0.00061839000 | |
| 21270000 | 5 hours ago | | | 0 | 0.00021961328 | |
| 21269247 | 8 hours ago | | | 0 | 0.00061839000 | |
| 21269145 | 8 hours ago | | | 0 | 0.00083122207 | |
| 21268851 | 9 hours ago | | | 0 | 0.00082278638 | |
| 21268828 | 9 hours ago | | | 0 | 0.00073576839 | |
| 21268649 | 10 hours ago | | | 0 | 0.00061839000 | |
| 21268375 | 11 hours ago | | | 0 | 0.00026076351 | |
| 21267798 | 13 hours ago | | | 0 | 0.00063586506 | |
| 21267795 | 13 hours ago | | | 0 | 0.00061504541 |
ABI
ABI objects
Getter at block 21271551
decimals() view returns (uint8)
8
name() view returns (string)
Switch
symbol() view returns (string)
SWITCH
totalSupply() view returns (uint256)
779893318530884784
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
confirmOwnership()
mint(address to, uint256 value)
setIssuer(address newIssuer)
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)
NewIssuer(address indexed issuer)
Transfer(address indexed from, address indexed to, uint256 value)
TransferOwnership(address indexed owner, bool indexed confirmed)
constructor(string tokenName, string tokenSymbol, uint8 tokenDecimals, address tokenOwner, address tokenIssuer, uint256 tokenMaxSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.