0x7370bfcc5ec5e3c1d60ee74fe7c227f00c7d1640

Unverified contract

Proxy

Active on Base with 63 txns
Deployed by via 0x96541e57 at 22693404
Slot Value
0x0000000000000000000000000000000000000000000000000000000000000000 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000001 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000002 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000003 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000004 0x0000000000000000000000000000000000000000000000000000000000000000

No balances found for "0x7370bfcc5ec5e3c1d60ee74fe7c227f00c7d1640"

0x8dace6055760d92802e98e7c5ec09abe2dbe5785fa34d79e05b4b7cb86ded9ab
0x8e7a86667147700e72657089c09d6662f04eb1c0c7d51e4e95ca546a17de5c2e
0xe94f672b643eb8b630bcb2887433e82296d0675f5865f7594a016b8eb4ab1f0d
0x48cddb21080768c002a9fd5d4a17746de9b9e655afac5e58044f7da1f0b0e94b
0xd45fe9895715ee1c93109b5fb6050295b9ee3bb4a2c3f03c2a976a2842786126
0xba917b2bf2d45399a53c11f9fc0da1242b44da4eb81ccfda547903f31a5525fb
0x1560cc32bec3d22a3b4e5eb3cc934dfe68cc6be222bb2eba7a9c05f51fc75326
0xd480782c7c9e18d9cd46c546e3ab899482e87ab40b0ccb912e3564a481c6cf39
0xe23e0ceb74bc6c84c86ac791d85ff65f3efd2bbce6902e974ccfa722041cc350
0x95d21e4f78c4aba9c42e6188326f8ff2c1bd9f6d014cfa1ec28d4250bd32a43d

Functions
Getter at block 22848178
decimals(view returns (uint8)
18
name(view returns (string)
🔵🟣⚪️
symbol(view returns (string)
🔵🟣⚪️
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(