First

Unverified contract

Proxy

Active on Base with 300 txns
Deployed by via 0x41a20d82 at 21453472
Slot Value
0x0000000000000000000000000000000000000000000000000000000000000000 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000001 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000002 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000003 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000004 0x0000000000000000000000000000000000000000000000000000000000000000
ERC-20
--
ERC-20
--
0xc178aaef00ec8c3c804421aceeaba13c8313c9535b538291b1d678d53ac2bc33
0x0b6b36c5ee5dd81d53cbf9f98db4b5155526c84039f7be100c8e1387048a5ff6
0x5e7bba25dbc49b8dda59684e1b3a34d618260dea60f11537ca4245d4113845e2
0xba92547d9d3908dfc971516e5c153bc86337bb055b113c56ca431baa2765afa0
0x1fdd12d1be3da67919744ad6d84cee492ccc91fc4ed249d3b1ca417675888401
0x935e632178f144d474ba1479e5ba49adbba07a19275e63138904e13d95c9294b
0xddcd5c783fd73735d4466702363882dc08a492119c969006b910aa6b870d68ed
0x4b6482c9ab0e1cdaea49bd70e5c9e05041505b8ad6cab8abce608e4edab648b9
0x9a987006547178f407c0f53760f852b8ba51db21ee8310a67e7b4c149c5ba324
0x685f70af635abef3bb646366449fc68839f9eb7b6a0ceca430cabe58c9e51663

Functions
Getter at block 23739457
decimals(view returns (uint8)
18
description(pure returns (string)
RushERC20Basic
name(view returns (string)
First
symbol(view returns (string)
FIRST
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(