This contract is being backfilled. You may encounter incomplete storage history.

VATRA INU

Verified contract

Active on Ethereum with 1,913 txns
Deployed by via 0xd2e4caac at 19092484
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "VATRA INU"

0x4a452ac17e423e8a072484c6d7a853327873ef8f9f92eb22ab5add6242fcd584
0x7f2d265e08943db53d892dbbc68a66c9d60dba38e3d71198b9090ee211c0d698
0xdca37665db0b6324ba3511ea299b790261578ee298c9395b6507b07a0991b758
0x69a9b40a348507381f7ca63548b9899cd50ccf0c90ff02630468e0a6d86f3bac
0x1c6991ccfbaa3d1d98eb3dc84a4fdb31e1f521fda0f88aea4395e1c445fdb091
0x1e911b2e0212adf6f59dcd1da0b5a8ab97a54abf67ec4a497d8ad044950e6c4a
0x7f832de5764f9d6eef607a6791f05ef0f30abc11f7f183311dcab14397f3d40d
0x92026245060d63b4a4023a8d401a7beb5e5be513f3758128a62f37796afcec0f
0x43f3fb48cd0123f7ecb00aa89a7b8a0e3b2bca5529148d129f7495d1df402615
0xefa3e4f30c3b75fa99c3291082eb3e5fbfff3a55776b19cc01f2acb80a122927

Functions
Getter at block 20797427
decimals(view returns (uint8)
18
name(view returns (string)
VATRA INU
symbol(view returns (string)
VATR
totalSupply(view returns (uint256)
138000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
burn(uint256 value
burnFrom(address accountuint256 value
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
Events
Approval(address indexed owneraddress indexed spenderuint256 value
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender