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 |
---|---|---|---|---|---|
FOR | ERC-20 | 1 | $0.002178 |
$0 | |
| ERC-20 | 21M | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
WEB | ERC-20 | 5.01K | -- | -- | |
EOST | ERC-20 | 50 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16162295 | 2 years ago | | | 0 | 0.00070708782 | |
| 15436830 | 2 years ago | | | 0 | 0.00026333915 | |
| 13841338 | 3 years ago | | | 0 | 0.0023027464 | |
| 13417813 | 3 years ago | | | 0 | 0.0066397848 | |
| 12891288 | 3 years ago | | | 0 | 0.00048132500 | |
| 12508688 | 3 years ago | | | 0 | 0.0011481470 | |
| 12304234 | 4 years ago | | | 0 | 0.0028607150 | |
| 12115018 | 4 years ago | | | 0 | 0.0071236314 | |
| 12103135 | 4 years ago | | | 0 | 0.0074426000 | |
| 11874614 | 4 years ago | | | 0 | 0.0068866250 |
ABI
ABI objects
Getter at block 21243100
cap() view returns (uint256)
70000000000000000000000000
decimals() view returns (uint8)
18
mintingFinished() view returns (bool)
true
name() view returns (string)
Webcoin
owner() view returns (address)
0xcbd039d17f6ada0f2e4df18c75ca0597bb39ccc0
symbol() view returns (string)
WEB
totalSupply() view returns (uint256)
70000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
mint(address _to, uint256 _amount) returns (bool)
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)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 _cap, address[] _wallets)
This contract contains no fallback and receive objects.
This contract contains no error objects.