Neiro on Vista

Verified contract

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

No balances found for "Neiro on Vista"

0x17b7bc1bd1d8001e126e41030b634ea990c3f7133e99c49f540c681017a9946f
0xa5153f9cd0c69f9c331016a43b4840111e2b59bbee4e5696ece14ab9ce864b7b
0xdabe31364d84a8c1e00976d556a5402a0b02d5a2b34ab1432ca7b3fbc807f911
0x4b5c8306e2dc7934ef462d957b94b007d325140e07d04d0c9553d88bcc14d6b7
0xb67d75330bb2b2d4ee35770be3c92ad0c116196c45c7b5d1aedf5992393aa686
0x71637e162fdff47e8c36f9b4030abc2d3c18f2c8c920d816a210dc39180c8c88
0x33ecf251e0fcc04de684d3ee95c834f5f393f5d3531e27d902bf8dd35508f556
0x400061896e90e68be94420e457b0ba2c8aecc34f68f0dbc6446fedd04ecea508
0xb1ef23bbfd08605fa1ed61c353e87cc52dfc3b26b5c36acda6a19be4012a82e6
0x1228137281dd4b16e61dc7e225c44ed598eb6e5e13719421c159c97e0b0c2a0d

Functions
Getter at block 21164419
decimals(view returns (uint8)
18
name(view returns (string)
Neiro on Vista
symbol(view returns (string)
NEIRO
totalSupply(view returns (uint256)
10000000000000000000000000
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