erugo world coin
Verified contract
Active on
Ethereum with 5,902 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 |
---|---|---|---|---|---|
EWC | ERC-20 | 9.724K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21035232 | 17 days ago | | | 0 | 0.00044459141 | |
| 20963413 | a month ago | | | 0 | 0.0010730866 | |
| 20743631 | 2 months ago | | | 0 | 0.00029235755 | |
| 20685241 | 2 months ago | | | 0 | 0.00037823520 | |
| 20670853 | 2 months ago | | | 0 | 0.00058526957 | |
| 20373134 | 4 months ago | | | 0 | 0.0014860500 | |
| 20305733 | 4 months ago | | | 0 | 0.00065187600 | |
| 20261070 | 4 months ago | | | 0 | 0.00020163426 | |
| 20103383 | 5 months ago | | | 0 | 0.00022587385 | |
| 20103381 | 5 months ago | | | 0 | 0.00023202081 |
ABI
ABI objects
Getter at block 21160624
decimals() view returns (uint8)
18
name() view returns (string)
erugo world coin
owner_() view returns (address)
0xf807d3051f51b8bc0689590e17fb8688fb927d8e
symbol() view returns (string)
EWC
totalSupply() view returns (uint256)
20000000000000000000000000
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)
burn(uint256 value)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
lock(address owner)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
unlock(address owner)
withdrawTokens(address cont)
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(uint256 amount)
This contract contains no fallback and receive objects.
This contract contains no error objects.