White Money
Verified contract
Active on
Ethereum with 419 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 |
---|---|---|---|---|---|
LINO | ERC-20 | 20 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19023853 | a year ago | | | 0 | 0.0018954858 | |
| 11893698 | 4 years ago | | | 0 | 0.0042468010 | |
| 11893670 | 4 years ago | | | 0 | 0.0050963830 | |
| 11647131 | 4 years ago | | | 0 | 0.0014065520 | |
| 11647088 | 4 years ago | | | 0 | 0.0038030730 | |
| 11594316 | 4 years ago | | | 0 | 0.0023422965 | |
| 11594273 | 4 years ago | | | 0 | 0.0063370750 | |
| 11540847 | 4 years ago | | | 0 | 0.0022046800 | |
| 10478154 | 4 years ago | | | 0 | 0.0037463240 | |
| 9747217 | 5 years ago | | | 0 | 0.00055081000 |
ABI
ABI objects
Getter at block 21329541
decimals() view returns (uint256)
8
name() view returns (string)
White Money
newOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x4608833fbd418cedb275227826cd07359175bf86
symbol() view returns (string)
WCO
totalSupply() view returns (uint256)
20000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
frozenAccount(address) view returns (bool)
State-modifying
Events acceptOwnership()
approve(address _spender, uint256 _value) returns (bool success)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool success)
freezeAccount(address target, bool freeze)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address _newOwner)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
FrozenFunds(address target, bool frozen)
OwnershipTransferred(address indexed _from, address indexed _to)
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.