Microsoft Parrot

Verified contract

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

No balances found for "Microsoft Parrot"

0x4d104e126b1173be987380f50d9ffe23c5ba9d9fb4c9eb840a5d62ef0fea59ad
0xc940eeee507f4cfb3bedda7c44738a08f402759170974b1ae43737d7e21bbbeb
0x3e0f5a9b896cd77cf7ecf019350d485531f63e36eacba08d0c20372c46435193
0xbbd6fdc35503a113a1b840cc682f9fefd5eaa7c010dc5e78c21f44dedc673240
0xecf8dfc0df02d61eaa4991bd8cd6fdd2516ad3cf3bfeb3363178ab66f7fc308e
0x1d4e59d272076cef86da8f22e7cba448dd8043b8531fa05de075ec66240ecfb5
0x4929da3fdf61829bcc950fa820c922416655213b2c406b42ae2993d879392657
0x732b0dabfea72418c6afa502281a103bb0688486723b6fff2935310392dab005
0x595e17ee2c8b58955bf8423618a9977de6c4dc3fefafd97db2e6d99dd9de312e
0x87dd092d9012472a0bc5fe9c8a0ea919cbff9f293a5526d1cb05d09c36ba678c

Functions
Getter at block 20902199
decimals(view returns (uint8)
18
name(view returns (string)
Microsoft Parrot
symbol(view returns (string)
Prody
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