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

Base10

Verified contract

Active on Base with 225 txns
Deployed by via 0x30668cd7 at 23255324
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Base10"

0xb3e40b819eec972aacdedad3812d4e1d1a9e4787ff99d1ecef548f041cba4d7f
0xab45670605c51fe589e4f59e0db234f268f6e0a3f57c2e65fb31d434196acd1a
0x37b005eae54ea270ee31937e307ba9b82f304830f3ab8cef2659adb28fbdfbc3
0xb513f2bca365fe080a6235a7a6ab25d4d0ea44cec4a327ab9b1328aeff0e86f3
0x553ecbb587f0209bf192ae758b18f38b519f1d8be53761ffb8912f80208b4613
0x9f674795577da03b4dacd6a192a8410e7db56574286647abc52571f05188c9c7
0xc4e186fff72ff28b03048b925fa11cb9ca10cb660cbc613df4667da49dcc6c4b
0x5781bd7bdcabe78c99f6f1b74d766cecdedb8e1662afb2e7cfff7db87883a460
0x2aa72fab6ef114903e1497841cdbdb868d054859dd385d2139b3517b2445c64c
0x03b2747affb850c728e689cef1ad858658fd3aac09c1e1d4f2952c9d1d3cce4b

Functions
Getter at block 23881251
castHash(view returns (string)
0x930102b99669f515d5dc09a2b96d023ebace69bb
decimals(view returns (uint8)
18
deployer(view returns (address)
0x4957cb9c88877284f7dff033748f63453881dd0b
fid(view returns (uint256)
886001
image(view returns (string)
name(view returns (string)
Base10
symbol(view returns (string)
B10
totalSupply(view returns (uint256)
100000000000000000000000000000
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 name_string symbol_uint256 maxSupply_address deployer_uint256 fid_string image_string castHash_
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