HarryPotterObamaSonic10Inu

Unverified contract

Proxy

Active on Base with 10,958 txns
Deployed by via 0xeb26cb7e at 12355554
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $0
ERC-20
--
ERC-20
--
ERC-20
--
ERC-20
--
ERC-20
--
ERC-20
--
0x4e13aaea7ff2cf9cee640761aa2e1a74789df4b6a47543eee97d709b7152a5e9
0xa8f378133419f87c93f125cb8f1fe8440e54f4872e98b0ef5562a453f016243e
0x92a7fe2ea2b8d3be38872244585ae66a8ea81d53c08e3fd2b4700b099fe01de4
0xd4be392bb97601dd5e15a111b144346edc83a53528ab54f53d71532fe9796b19
0x767880140fadba8179d47ccf23b463839073dd1933062e4f45d2caad62352e73
0x1d97a90572ab41f3ed7bf8772fb29acac69fbdfee5636dfb5470f49e5c248f66
0x2921e3b170330675a2f722e757e1ef7000fa12bb5edd59c74b677082eebb4e89
0x7d66075260efcf97f96112f0fa91790412d198d0f87e5c10760f5fea21a4c629
0xcdb586c155572fb2111b80d99e3acb71621fa8ca46f36736ce99f73c023094c1
0x53e19b5993541ff0c1898c35991506716fefaa77701390430eaf77790b1d4d18

Functions
Getter at block 22755139
BRIDGE(view returns (address)
0x4200000000000000000000000000000000000010
REMOTE_TOKEN(view returns (address)
0x72e4f9f808c49a2a61de9c5896298920dc4eeea9
bridge(view returns (address)
0x4200000000000000000000000000000000000010
decimals(view returns (uint8)
8
l1Token(view returns (address)
0x72e4f9f808c49a2a61de9c5896298920dc4eeea9
l2Bridge(view returns (address)
0x4200000000000000000000000000000000000010
name(view returns (string)
HarryPotterObamaSonic10Inu
remoteToken(view returns (address)
0x72e4f9f808c49a2a61de9c5896298920dc4eeea9
symbol(view returns (string)
BITCOIN
totalSupply(view returns (uint256)
1022850863595419
version(view returns (string)
1.0.0
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
supportsInterface(bytes4 _interfaceIdpure returns (bool)
State-modifying
approve(address spenderuint256 valuereturns (bool)
burn(address _fromuint256 _amount
initialize(address _bridgeaddress _remoteTokenstring _namestring _symboluint8 _decimals
mint(address _touint256 _amount
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
Events
Approval(address indexed owneraddress indexed spenderuint256 value
Burn(address indexed accountuint256 amount
Initialized(uint64 version
Mint(address indexed accountuint256 amount
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(
OnlyBridgeAllowed(