redacted

Unverified contract

Proxy

Active on Base with 107 txns
Deployed by via 0x12d606c5 at 13656350
Slot Value
0x0000000000000000000000000000000000000000000000000000000000000000 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000001 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000002 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000003 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000004 0x0000000000000000000000000000000000000000000000000000000000000000
ERC-20
Value $0
0x5a5df278b82e58ac2a745ea1d44a35c10bfbe9c3edb21afbc3fba46721973a29
0x66a6ad5fbbe4d83b8a6361e77aa681617bb9ace12b8440d121707873f82144db
0xd8c6d7a83edc408e96b089b742db7090a91eceb0806a16e24733c0e2c558fe6b
0xa9c1adfcf2b7731968d5af03ae3543d472a8eec3482654da59da3793edfaaa4a
0xcdb393e02341b362a160633bd92f2542accea524789e60e624992b06a9a04a91
0x1c88c40b902c2e5142d208794bdbb78180d2ad2f17edc275765bf048cb535311
0x7b3d5f00c72280f06e36e85ce793a6d603b8c6dfc8379cc021e93da33bcf7292
0x020a7e071229d460068c70fd3ff71e242687c9598ac66c70e603c7aca1eee25f
0x98e162a6808aaadd28ab3238b0909018242419c689e54ebbeb0a203da7564e8d
0x269f442aee276fde291b306089d3270cec2fc1aa93e180046d577f8439e56518

Functions
Getter at block 21852179
decimals(view returns (uint8)
18
name(view returns (string)
redacted
symbol(view returns (string)
redacted
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(