This contract is being backfilled. You may encounter incomplete storage history.
The latest block we've processed for this chain is 21213421, which is 5 minutes old. We're running behind the tip but working to resolve the issue.

Schrodi

Verified contract

Active on Ethereum with 398 txns
Deployed by via 0x070fe84f at 19460152
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Schrodi"

0x9cd8a11148d417dc68f092631f6e41c8a6f2fdb0d711dd973eabd262f2a84e05
0xb755c33b2ef1da922e02d91c385cb29b4dd139a183b83353c813eae37204d4f3
0xe18da47f95eede55c7e297c54f75903b3ba965bdb6da8aa6b8b36fd061f53543
0x7b5ae5b83f6ad926031910b0358703748a583955907c165028d974848ec9f5ed
0xd27298844fcfe06eccc419e2ab0979c19e238db90cb588ecece650c7a5b2f937
0x73136387084dd16b74fb726900fbbabef24c50cf331f4e503b9959b90bc468c4
0x76e097c97de533992e083558c967c1f4b74d720ba1e50b187a9a1449935ad78c
0xf79fd34d4baa1622559122cbbd1baf7d5125340014b98d1c0eaacc76309f383f
0x10c01e46950a3cea5a46bc288d5a645aa9dea5729de3d2ecbdf5f90f21099325
0x87ced7bf4d24c826fa5af4cabdfd736d386555fe6c16333c4737b75596bed53a

Functions
Getter at block 21213420
decimals(view returns (uint8)
18
 
isArbitrumEnabled(view returns (uint8)
name(view returns (string)
Schrodi
symbol(view returns (string)
SCHRODI
totalSupply(view returns (uint256)
100000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
observe(uint256 valuereturns (bool)
recoverLostContractAddressFunds(uint256 valuereturns (bool)
registerTokenOnL2(address l2CustomTokenAddressuint256 maxSubmissionCostForCustomGatewayuint256 maxSubmissionCostForRouteruint256 maxGasForCustomGatewayuint256 maxGasForRouteruint256 gasPriceBiduint256 valueForGatewayuint256 valueForRouteraddress creditBackAddresspayable 
transfer(address touint256 valuereturns (bool)
transferFrom(address senderaddress recipientuint256 amountreturns (bool)
Events
Approval(address indexed owneraddress indexed spenderuint256 value
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(
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