WinCoin
Verified contract
Active on
Ethereum with 249,069 txns
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 | 106 | -- | -- | |
MYOU | ERC-20 | 0.1 | -- | -- | |
BER | ERC-20 | 0.01 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15488403 | 2 years ago | | | 0 | 0.0016493576 | |
| 15250060 | 2 years ago | | | 0 | 0.00015802930 | |
| 15178432 | 2 years ago | | | 0 | 0.0020474784 | |
| 15154099 | 2 years ago | | | 0 | 0.0021038644 | |
| 14924127 | 2 years ago | | | 0 | 0.0021043528 | |
| 14882625 | 2 years ago | | | 0 | 0.0021043528 | |
| 14872996 | 2 years ago | | | 0 | 0.0021043528 | |
| 14777777 | 3 years ago | | | 0 | 0.0021043528 | |
| 14766999 | 3 years ago | | | 0 | 0.0020465280 | |
| 14747511 | 3 years ago | | | 0 | 0.0014083828 |
ABI
ABI objects
Getter at block 21270699
_totalSupply() view returns (uint256)
228855000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
WinCoin
newOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x885be03f8538b6506a62a00769bb5f45edcb9edd
symbol() view returns (string)
WIN
totalSupply() view returns (uint256)
228855000000000000000000000
Read-only
allowance(address tokenOwner, address spender) view returns (uint256 remaining)
balanceOf(address tokenOwner) view returns (uint256 balance)
safeAdd(uint256 a, uint256 b) pure returns (uint256 c)
safeDiv(uint256 a, uint256 b) pure returns (uint256 c)
safeMul(uint256 a, uint256 b) pure returns (uint256 c)
safeSub(uint256 a, uint256 b) pure returns (uint256 c)
State-modifying
Events acceptOwnership()
approve(address spender, uint256 tokens) returns (bool success)
approveAndCall(address spender, uint256 tokens, bytes data) returns (bool success)
mint(address to, uint256 amount) returns (bool success)
transfer(address to, uint256 tokens) returns (bool success)
transferAnyERC20Token(address tokenAddress, uint256 tokens) returns (bool success)
transferFrom(address from, address to, uint256 tokens) returns (bool success)
transferOwnership(address _newOwner)
Approval(address indexed tokenOwner, address indexed spender, uint256 tokens)
OwnershipTransferred(address indexed _from, address indexed _to)
Transfer(address indexed from, address indexed to, uint256 tokens)
constructor()
fallback()
This contract contains no error objects.