ethberlin

Unverified contract

Proxy

Active on Base with 108 txns
Deployed by via 0xe36f5561 at 15845614
Slot Value
0x0000000000000000000000000000000000000000000000000000000000000000 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000001 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000002 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000003 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000004 0x0000000000000000000000000000000000000000000000000000000000000000

No balances found for "ethberlin"

0x2391bbb4ee887cbaa1e295d2e1d0797e487213e0e5e685ff8064688bd2f6b851
0x6f10ea75c929ce049bb8c638acd7ddb44463c229972d4c905c86736172bc7985
0x78521b907d7c6b4e2fdac4a7fa8bcc3abba00c24f6de642edcf30fa19327f899
0x41eb6cd2ef137ee2f8d3b15201f4bfd04968118ffd1d04e9e776e3f2bf5368e8
0x44232ab97df0c4405c1534b127eb34df0ca87bf503a3076c5511dd7403b20841
0xfa784fb31cfe623cca5827975e33e186aa5f0ee5e97183959f5c44ac1067cd22
0x6cbb20cc21d431a292f767ddf05d5e4714e2b1b14f3979923c2335820d3ba192
0xcd0e2065ecd917e5122f45e9648f8ab821192d61047475d3d7aceb2948d26dc7
0x061ebd086f6a985acac68d59c15e7c6f472d4de020e20f8ab7a82d19f2ae5c1e
0xd9384c54fc89786f0007f14470ea4809bdc950d69587edecad4029a453a3e0ea

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