RUSSELL

Verified contract

Active on Base with 8,535 txns
Deployed by via 0xc3ded858 at 20910344
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $882.71
ERC-20
--
ERC-20
--
ERC-20
--
ERC-20
--
ERC-20
--
ERC-20
--
ERC-20
--
0xccd320352490bf7430da5711ade7f2e6d952d459e14233c68e9331cec119df20
0x289e2e2a292d1e9b579b4e9e1f9b0dbd5868a9a269bf4da439ebeaab07d9ae38
0x6990d654db52c28cf1cffa904a7f29c6d88d84c8f9e37fdb3afbe81a27c0e7c3
0x76ab36e2a0b1110be933027db8684b87bc0f3c98a705e7c2ddcd6b5f3a8217d9
0xfc426a3eb0d1cc488351473b2ebfd8baca4951ee5c289f2d7acbf7340657d7fe
0x5814c887719051b0f65da9d0635c9fdc28c04246e99b029198d2da1a5805e657
0x59af8e9488161ee3a3f9c23348099aef4688aca49bfabc52440ca69f646c52a1
0xf036b07214d1fdfde40488ded90e80051caf730b1d4270c2542a8b7469b70a1c
0xc03e9d2da8284bb949353aee9aa53267ed0d8906d503bdeb497567c0ea4aeded
0x0b0c1beede68202c4ffa575ac566290b71ea3c5a7c9c9eb340aff49b013d33f8

Functions
Getter at block 21765098
decimals(view returns (uint8)
18
launched(view returns (bool)
true
name(view returns (string)
RUSSELL
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
RUSSELL
totalSupply(view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address _owneraddress spenderview returns (uint256)
balanceOf(address _ownerview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
launch(
renounceOwnership(
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed spenderuint256 value
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(string _symbolstring _nameuint8 _decimalsuint256 _totalSupply
Fallback and receive

This contract contains no fallback and receive objects.

Errors
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account