sartoshicoin

Unverified contract

Proxy

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

No balances found for "sartoshicoin"

0x6649cceac884387676aa5769dfd3a357f339a7b2095e1b6605dc5582fa57e916
0x09bf9a7dd8bb955c588f6227648a6d93caf1b5e3366717f79f00e0b9c93b5938
0xaa2201fc41141b4a77d07b9c1a34d69195d15f0736caca8a992896e21f44b849
0x3c6524ae61787f26d630f189a095deaf2eaf24ea0e7f2597478afb1eb39f997a
0x20560cfdbd2c829dbb03d4465e49d118258a279515af7ea0edd433cc0cc2c07a
0xb9197ffafc6a526f48eed7a35831c0277b12d323d4175016a57d17f6d28fbd10
0x5722e0f41a52876fb2dc2305fff35caa45709416cefe6f4039ed3d76bd167dac
0x3e88fdac63d8dee1f315d06ac271705448592cfddb7b2fe95cbabd4c25b071d2
0xf193aa33542dd0fe595b96a7d51368d9c9df79b2ada62bd1d9460f7033f8979d
0x76339d5ee2205e475504b0839f8a3834c0657f8337f2e95ce032aad27c9674fb

Functions
Getter at block 22771839
bond(view returns (address)
0xc5a076cad94176c2996b32d8466be1ce757faa27
decimals(view returns (uint8)
18
name(view returns (string)
sartoshicoin
symbol(view returns (string)
$SARTOSHI
totalSupply(view returns (uint256)
697077013981579910922836772
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
burnByBond(address accountuint256 amount
init(string name_string symbol_
mintByBond(address touint256 amount
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

This contract contains no constructor objects.

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
MCV2_Token__AlreadyInitialized(
MCV2_Token__PermissionDenied(