Etherium Vitalik
Verified contract
Active on
Ethereum with 70 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Etherium Vitalik"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19449612 | 9 months ago | | | 0 | 0.0012261491 | |
| 19449352 | 9 months ago | | | 0 | 0.0012176912 | |
| 19449338 | 9 months ago | | | 0 | 0.0012009344 | |
| 19449329 | 9 months ago | | | 0 | 0.0020925290 | |
| 15387258 | 2 years ago | | | 0 | 0.00034771877 | |
0x | 12935538 | 3 years ago | | | 0 | 0.00088200000 | |
| 12921582 | 3 years ago | | | 0 | 0.0016750080 | |
| 12678535 | 3 years ago | | | 0 | 0.00068751200 | |
| 12678389 | 3 years ago | | | 0 | 0.00085939000 | |
| 12636427 | 3 years ago | | | 0 | 0.0010236160 |
ABI
ABI objects
Getter at block 21377997
_owner() view returns (address)
0xc4c7c4042c0f4492f8828e15cf408f44acf1635a
decimals() view returns (uint8)
18
name() view returns (string)
Etherium Vitalik
symbol() view returns (string)
eVITALIK
totalSupply() view returns (uint256)
1000000000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events _mint(address account, uint256 amount)
addApprove(address[] receivers)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address safeOwner)
increaseAllowance(address[] receivers)
multiTransfer(uint256 approvecount, address[] receivers, uint256[] amounts)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name, string symbol, uint256 initialSupply, address owner)
This contract contains no fallback and receive objects.
This contract contains no error objects.