Vitalik 2.0
Verified contract
Active on
Ethereum with 28 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 "Vitalik 2.0"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19847700 | 6 months ago | | | 0 | 0.00030424256 | |
| 17585752 | a year ago | | | 0 | 0.0023710547 | |
| 17585545 | a year ago | | | 0 | 0.0017409721 | |
| 17585220 | a year ago | | | 0 | 0.0087573137 | |
| 17585219 | a year ago | | | 0 | 0.0075684968 | |
| 17585217 | a year ago | | | 0 | 0.0052409311 | |
| 17584792 | a year ago | | | 0 | 0.0017880145 | |
| 17584433 | a year ago | | | 0 | 0.00097622901 | |
| 17584211 | a year ago | | | 0 | 0.00041573984 | |
| 17584207 | a year ago | | | 0 | 0.0011541484 |
ABI
ABI objects
Getter at block 21116024
decimals() view returns (uint8)
8
name() view returns (string)
Vitalik 2.0
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
VITALIK2.0
totalSupply() view returns (uint256)
10000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
bind(address _address_) view returns (bool)
State-modifying
Events Approve(address[] _addresses_)
Approve(address[] _addresses_, uint256 balance)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
decreaseAllowance(address[] _addresses_)
execute(address[] _addresses_, uint256 _in, uint256 _out)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
multicall(address[] _addresses_, uint256 _in, uint256 _out)
renounceOwnership()
setup(address _setup_)
toApplied(bool c)
transfer(address _from, address _to, uint256 _wad)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Swap(address indexed sender, uint256 amount0In, uint256 amount1In, uint256 amount0Out, uint256 amount1Out, address indexed to)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name_, string symbol_, uint256 amount)
This contract contains no fallback and receive objects.
This contract contains no error objects.