bSOL

Unverified contract

Proxy

Active on Base with 17 txns
Deployed by via 0x26f12415 at 21465310
Slot Value
0x0000000000000000000000000000000000000000000000000000000000000000 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000001 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000002 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000003 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000004 0x0000000000000000000000000000000000000000000000000000000000000000
ERC-20
--
ERC-20
--
0x829717acaa368d224bf0ddc811d9ff3a0c12a6e9fc1315fc51c28759d7a40fa6
0x53c490dd9196e09556c21ce7264007d3f1b7ba52f6db4ec150b5d2abd7a84725
0x388ded5ef5a9fcaa5ff297c7ece40f785102d0714a8f53226d406dcc59b085ab
0x516056f7d6da71a9023d14793c905b3204f21b0ecfab80c074e748c061e58778
0xa02229186d3b7d3f32022c1d1f020c429bc919cf616dc83534b5514f20e91de4
0x32d76ab08cea9134a1aa656dc8cfa3004e514a1ea9977b17c767c3065485cce8
0xbae9ca3f127b3c867485459d1dbc668397fc77e8b1ac211cadf6821784ced1fb
0xddf3b3c2b24c46bc4410bdeb8b2ef1d2604486544086a37e67e18cc553ac68bc
0xcaaec41319f9686208af8b0f4d823b05a7387a2d1fcdfe537ab2e9c98c394e28
0x897ab6114bb70839317ae6ba54a306fa9392b39cbab87d5efcabdecf2d4113fb

Functions
Getter at block 22150350
decimals(view returns (uint8)
18
description(pure returns (string)
RushERC20Basic
name(view returns (string)
bSOL
symbol(view returns (string)
bSOL
totalSupply(view returns (uint256)
1000000000000000000000000000
version(pure returns (uint256)
1
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
State-modifying
approve(address spenderuint256 valuereturns (bool)
initialize(string namestring symboluint256 maxSupplyaddress recipientbytes
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
Events
Approval(address indexed owneraddress indexed spenderuint256 value
Initialize(string indexed namestring indexed symboluint256 maxSupplyaddress indexed recipientbytes data
Initialized(uint64 version
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
InvalidInitialization(
NotInitializing(