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

Powershell

Verified contract

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

No balances found for "Powershell"

0xc2c0f9833fd2f0668f53d50cb47555bf0121bda15443072b9b6d704f66403b9b
0xc8206237cc466e9a61cde98e409b3d1521811aa804ae3cefadf9140058908672
0x9b66b4211bc5953dacea6b25a45f5ebdd947b6c5c7b83f8bfb1d9abc490da0e4
0xe6de57828eaf3c8beaf3cd3c329e13be79db09198f4fdcfe0e41770e0a2f2ca8
0xcdd977aa32d9d95504d1b2800e627744ce698921261b8cdcff2f3ab3e287a033
0xc8fe20365ebc90f218f3fa0e5ad51a95c1fd3b49e4131e355b17081dfaa46f0b
0x1d536a439ef3b7edd82e3f717d69b6e57ba28674e3f7dce80184716befe41afc
0xd4c3c3d26fdaa0ee457d49f8dac0d3a06371755dfbaaccd6638208d466896ec6
0x9137db18b716dc0be42e2d13b120bb81e4e84005766ee15941021af779c2b581
0x19fd74bde936c85ffba4432742346fdaa53362ac408a1cdfa43ba1a871933195

Functions
Getter at block 20797184
decimals(view returns (uint8)
18
name(view returns (string)
Powershell
symbol(view returns (string)
SHELL
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