HarryPotterObamaSonic10Inu
Unverified contract
Proxy
Active on
Base with 10,958 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.000766 |
$0 | |
| ERC-20 | 2.4K | -- | -- | |
HOPE | ERC-20 | 1.482K | -- | -- | |
LZPZ | ERC-20 | 701 | -- | -- | |
OHNO | ERC-20 | 72 | -- | -- | |
O | ERC-20 | 37.8 | -- | -- | |
JASON | ERC-20 | 20.7 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22754931 | 7 minutes ago | | | 0 | 0.0000055799097 | |
| 22754913 | 8 minutes ago | | | 0 | 0.0000055785435 | |
| 22754856 | 10 minutes ago | | | 0 | 6.7864835e-7 | |
| 22754588 | 18 minutes ago | | | 0 | 0.0000055785435 | |
| 22753505 | an hour ago | | | 0 | 7.3762285e-7 | |
| 22753451 | an hour ago | | | 0 | 7.3666859e-7 | |
| 22753368 | an hour ago | | | 0 | 0.0000055799097 | |
| 22753364 | an hour ago | | | 0 | 6.8961521e-7 | |
| 22752931 | an hour ago | | | 0 | 0.0000011763609 | |
| 22752745 | an hour ago | | | 0 | 0.0000055785435 |
ABI
ABI objects
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 owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
supportsInterface(bytes4 _interfaceId) pure returns (bool)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burn(address _from, uint256 _amount)
initialize(address _bridge, address _remoteToken, string _name, string _symbol, uint8 _decimals)
mint(address _to, uint256 _amount)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed account, uint256 amount)
Initialized(uint64 version)
Mint(address indexed account, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
InvalidInitialization()
NotInitializing()
OnlyBridgeAllowed()