Russell

Unverified contract

Proxy

Active on Base with 637 txns
Deployed by via 0x4ea8c1dc at 20911313
Slot Value
0x0000000000000000000000000000000000000000000000000000000000000000 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000001 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000002 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000003 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000004 0x0000000000000000000000000000000000000000000000000000000000000000
ERC-20
--
0x66c1d089a943f5e5c3dd42450146b5bb2040c478cd794fc1d91a1526ade94748
0x0e9cbbae5df96335011dc2a83d368bd408bb13db850890e8e99398fd50dc36bc
0x54b30bd90644da1a996888e3617c9ec91d8a99951b9334b8d570d77b9b8bdd7c
0x8e5b8901438bcea638ff49043da06c6e500dfd6b21d2b1ee299a7e2b80de45bd
0x89d36f0fb4ad63d596dce573d796e5720777673502529817361ff60eba0f3963
0xf7de1b5dbeb09e075840873edfdb21712dc61aa77d6960886a1aca2c233b6dc6
0x27b3566cc0f51ac750a9cc180362214dd185ae6bf64fe38b68e2af4050f039be
0x3fb14668fbca8606a744784d68e9dfadfde3e21727224d5bd4fc9dbc34abaa2d
0x2cdaa21f0fa9a04c39392d594d7494f90773714445fc3cce47a843084c432858
0x84bc9dd1f178d84e1be5346fbb0eafe3f04d3092afa798017a1c26627c7155b6

Functions
Getter at block 21808455
decimals(view returns (uint8)
18
name(view returns (string)
Russell
symbol(view returns (string)
RUSSELL
totalSupply(view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
initialize(address _mintTouint256 _totalSupplystring _namestring _symbol
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
Events
Approval(address indexed owneraddress indexed spenderuint256 value
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(