WVS Coin
Verified contract
Active on
Ethereum with 5,233 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "WVS Coin"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15583288 | 2 years ago | | | 0 | 0.00098814000 | |
| 13465423 | 3 years ago | | | 0 | 0.0027723701 | |
| 9990770 | 5 years ago | | | 0 | 0.00074814000 | |
| 9284241 | 5 years ago | | | 0 | 0.00012304050 | |
| 9245357 | 5 years ago | | | 0 | 0.00074814000 | |
| 9076768 | 5 years ago | | | 0 | 0.0013095750 | |
| 9076767 | 5 years ago | | | 0 | 0.0013098750 | |
| 9076766 | 5 years ago | | | 0 | 0.0013098750 | |
| 9076762 | 5 years ago | | | 0 | 0.0013098750 | |
| 9009281 | 5 years ago | | | 0 | 0.00022293000 |
ABI
ABI objects
Getter at block 21296290
decimals() view returns (uint8)
8
name() view returns (string)
WVS Coin
paused() view returns (bool)
false
symbol() view returns (string)
WVS
totalSupply() view returns (uint256)
100000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getMainChainAddr(address queryaddr) view returns (string)
isPauser(address account) view returns (bool)
State-modifying
Events addPauser(address account)
approve(address spender, uint256 value) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
pause()
renouncePauser()
setMainChainAddr(string mcaddr) returns (bool)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
Paused(address account)
PauserAdded(address indexed account)
PauserRemoved(address indexed account)
SetMainChainAddrEvent(string MainChainAddr)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.