Webercoin
Verified contract
Active on
Ethereum with 2,574 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 |
---|---|---|---|---|---|
C4Y | ERC-20 | 4.8K | -- | -- | |
WBC | ERC-20 | 396 | -- | -- | |
LINO | ERC-20 | 20 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15559335 | 2 years ago | | | 0 | 0.000093848000 | |
| 11287605 | 4 years ago | | | 0 | 0.0013158024 | |
| 9465308 | 5 years ago | | | 0 | 0.000036236000 | |
| 9372014 | 5 years ago | | | 0 | 0.000036236000 | |
| 8777969 | 5 years ago | | | 0 | 0.00021912000 | |
| 8772928 | 5 years ago | | | 0 | 0.00014659200 | |
| 8704392 | 5 years ago | | | 0 | 0.00018179200 | |
| 8341275 | 5 years ago | | | 0 | 0.00021950400 | |
| 8104043 | 5 years ago | | | 0 | 0.00014659200 | |
| 8063144 | 5 years ago | | | 0 | 0.00013193280 |
ABI
ABI objects
Getter at block 21286749
decimals() view returns (uint256)
18
initialSupply() view returns (uint256)
100000000000000000000000000
name() view returns (string)
Webercoin
owner() view returns (address)
0xcef8a431c0f0c512a587ab3f8470586c2dd1d3eb
symbol() view returns (string)
WBC
totalSupply() view returns (uint256)
100000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.