WINDORSCOIN
Verified contract
Active on
Ethereum with 445 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "WINDORSCOIN"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9614279 | 5 years ago | | | 0 | 0.00082254000 | |
| 9348804 | 5 years ago | | | 0 | 0.00082236000 | |
| 8871329 | 5 years ago | | | 0 | 0.00066837540 | |
| 8285273 | 5 years ago | | | 0 | 0.0011095560 | |
| 7107789 | 6 years ago | | | 0 | 0.0015539000 | |
| 7069725 | 6 years ago | | | 0 | 0.0011082120 | |
| 6963800 | 6 years ago | | | 0 | 0.0021259840 | |
| 6963758 | 6 years ago | | | 0 | 0.0021259840 | |
| 6963742 | 6 years ago | | | 0 | 0.0029659840 | |
| 6963719 | 6 years ago | | | 0 | 0.0013682480 |
ABI
ABI objects
Getter at block 21273057
buyPrice() view returns (uint256)
0
decimals() view returns (uint8)
18
name() view returns (string)
WINDORSCOIN
owner() view returns (address)
0xc993959f5c5cef3fa93c7263644b6e882171c1ac
sellPrice() view returns (uint256)
0
symbol() view returns (string)
WDSC
totalSupply() view returns (uint256)
21000000000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
frozenAccount(address) view returns (bool)
State-modifying
Events OwnerTransfer(address _from, address _to, uint256 _value)
approve(address _spender, uint256 _value) returns (bool success)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool success)
burn(uint256 _value) returns (bool success)
burnFrom(address _from, uint256 _value) returns (bool success)
freezeAccount(address target, bool freeze)
mintToken(address target, uint256 mintedAmount)
transfer(address _to, uint256 _value)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address newOwner)
Burn(address indexed from, uint256 value)
FrozenFunds(address target, bool frozen)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 initialSupply, string tokenName, string tokenSymbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.