Vitalik 1994
Verified contract
Active on
Ethereum with 40 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 1994"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17116670 | 2 years ago | | | 0 | 0.0016291512 | |
| 17116621 | 2 years ago | | | 0 | 0.0012445344 | |
| 17116605 | 2 years ago | | | 0 | 0.0013621242 | |
| 17116576 | 2 years ago | | | 0 | 0.0016633064 | |
| 17116542 | 2 years ago | | | 0 | 0.0021821511 | |
| 17116529 | 2 years ago | | | 0 | 0.0010782737 | |
| 17116496 | 2 years ago | | | 0 | 0.0012022449 | |
| 17116467 | 2 years ago | | | 0 | 0.0011561665 | |
| 17116401 | 2 years ago | | | 0 | 0.0013680643 | |
| 17116394 | 2 years ago | | | 0 | 0.0013000505 |
ABI
ABI objects
Getter at block 21384787
decimals() view returns (uint8)
18
limited() view returns (bool)
true
maxHoldingAmount() view returns (uint256)
10000000000000000000000000000000000
minHoldingAmount() view returns (uint256)
0
name() view returns (string)
Vitalik 1994
owner() view returns (address)
0x946b7464cbcb5c622bbbf9643f16b68566570d5a
symbol() view returns (string)
1994
totalSupply() view returns (uint256)
19900000000000000000000000000
uniswapV2Pair() view returns (address)
0x4b5b7919a364349423470263f5bbd9cffc5da209
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
blacklists(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
blacklist(address _address, bool _isBlacklisting)
burn(uint256 value)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setRule(bool _limited, address _uniswapV2Pair, uint256 _maxHoldingAmount, uint256 _minHoldingAmount)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, 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.