ALTAIR 8800

Verified contract

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

No balances found for "ALTAIR 8800"

0xbf79f0c6b2f4b51c74990ee8f630e09ec6f52983c217d6510ad4c0b41fded6f8
0x5dec26bc2ce2f4dcf0dfabbe9deff8e82aecce80428ba42691cfeab21546f47c
0xb9acc256db38fae3e2a4cb066ce65894e11521790ef736336d963ff63e8cd1b1
0xd25fc3ebea3fc6d317c58c4d1a2a41707647ea9464f38371a46a5cb1a6b984c4
0xc9982236f9ed6613b96dfae34c267610bb5aef3b528a3423076f0995c0399523
0xc614754a6b246b160a5fb2beb2a98adf8dc8d1523ef479508539f0b71bbd7dd4
0xa6b4b3bfcae457646c3e8f5081d5a8869d4eb12ee9f2eac2af7f71d435029db3
0xce36abf905722dc682f963f9765f8968469ffc1032bee0a93a024e70dad746be
0x8ce5c2dde4915c67558c401ae92b1e095a6274bc1ce832f54a41e1adbc4f4cf5
0x147c9154ff6185084ba6e61177e67675f84391047ef8e094a587e9dd0cda7a6a

Functions
Getter at block 20791599
decimals(view returns (uint8)
18
name(view returns (string)
ALTAIR 8800
symbol(view returns (string)
A8800
totalSupply(view returns (uint256)
1000000000000000000000000
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