Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WIN | ERC-20 | 45.000224M | -- | -- | |
| ERC-20 | 21M | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
WIN | ERC-20 | 3K | -- | -- | |
CRE | ERC-20 | 30 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20623911 | 2 months ago | | | 0 | 0.000023481000 | |
| 17556981 | a year ago | | | 0 | 0.00061954075 | |
| 17148154 | 2 years ago | | | 0 | 0.0016635054 | |
| 12529707 | 3 years ago | | | 0 | 0.0014666820 | |
| 12358275 | 4 years ago | | | 0 | 0.00096192200 | |
| 12284403 | 4 years ago | | | 0 | 0.0067397530 | |
| 12251980 | 4 years ago | | | 0 | 0.011349325 | |
| 12220932 | 4 years ago | | | 0 | 0.0026426910 | |
| 11566504 | 4 years ago | | | 0 | 0.0013390920 | |
| 11326885 | 4 years ago | | | 0 | 0.0021222810 |
ABI
ABI objects
Getter at block 21160833
decimals() view returns (uint256)
8
isToken() pure returns (bool weAre)
true
mintingFinished() view returns (bool)
false
name() view returns (string)
WCOIN
owner() view returns (address)
0x899338b84d25ac505a332adce7402d697d947494
symbol() view returns (string)
WIN
totalSupply() view returns (uint256)
5664269862073188
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
mintAgents(address) view returns (bool)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
mint(address receiver, uint256 amount)
setMintAgent(address addr, bool state)
setTokenInformation(string _name, string _symbol)
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)
Burn(address indexed burner, uint256 value)
Minted(address receiver, uint256 amount)
MintingAgentChanged(address addr, bool state)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
UpdatedTokenInformation(string newName, string newSymbol)
constructor(string _name, string _symbol, uint256 _initialSupply, uint256 _decimals, bool _mintable)
This contract contains no fallback and receive objects.
This contract contains no error objects.