Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($24.99)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 25 | $0.999597 |
$24.99 | |
WIN | ERC-20 | 971.73491K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21201374 | a day ago | | | 0 | 0.0017287264 | |
| 21191116 | 3 days ago | | | 0 | 0.00075039528 | |
| 21189236 | 3 days ago | | | 0 | 0.00097403948 | |
| 21183618 | 4 days ago | | | 0 | 0.0029501309 | |
| 21182871 | 4 days ago | | | 0 | 0.0020286228 | |
| 21181744 | 4 days ago | | | 0 | 0.0015361726 | |
| 21181711 | 4 days ago | | | 0 | 0.0014360803 | |
| 21181700 | 4 days ago | | | 0 | 0.0016273337 | |
| 21181683 | 4 days ago | | | 0 | 0.0021826704 | |
| 21181661 | 4 days ago | | | 0 | 0.0020875296 |
ABI
ABI objects
Getter at block 21209451
decimals() view returns (uint8)
8
name() view returns (string)
Win
symbol() view returns (string)
WIN
totalSupply() view returns (uint256)
141830189428901832
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.