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

VISTARDIO

Verified contract

Active on Ethereum with 590 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "VISTARDIO"

0x98720ec9b673dd4832f23c475e1a249dcd77f444f6262b277f4f59c7c55bd13e
0xbac06e68edb822b1947b8872ea9c1ed7877a9f712bbf23c48ae8208b321dad7e
0x2ee2bb27f7a776e8e30ef1f9c9716e903cba91cfe47ac2a539147f9493ed5e6a
0x0cf968965a3dc40271777d51bb3974f004f6d95e9ee6dceb7d08f0ba2f930457
0x60a0ddf6fcdbd2e4b5dc16702b8e4063183c7420cd2bbf1cce1368fd7336de05
0x83728ffdf80435cf0eab770a7b34fac8f1f2c350585b1f0e7af78ae0636510d2
0x3414a856065c2668c492775fb246fb19f4f6d1da1e291e418991d0a92ecafb30
0x8f7cadc10d5aaa4883c69b4aa3b8c6f5e31d3fdf76df686fb961d8b5ed5a79c3
0xaecd9ed3e5878612f37423e26fd91b3fec42a5554606c3e16719f0480d11246e
0xaaf2f45ac80a2676bbc8400e46e0f9dd20290332eecfb9b185dbd115dc794851

Functions
Getter at block 20797265
decimals(view returns (uint8)
18
name(view returns (string)
VISTARDIO
symbol(view returns (string)
VISTARDIO
totalSupply(view returns (uint256)
420000000000000000000000000
vistaOnly(view returns (bool)
true
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
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(string namestring tickeruint256 supplybool vistaOnly
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