HypERC20Collateral
Verified contract
Implementation
Active on
Ethereum with 1 txns
Storage
Map
Table
Raw
Constants and immutables
5
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
0x963d…044d
-
variable spans 47 additional slots
-
variable spans 2 additional slots
-
variable spans 47 additional slots
Balances ($0.00)
No balances found for "HypERC20Collateral"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21263905 | 10 days ago | | | 0 | 0.0010722433 |
ABI
ABI objects
Getter at block 21332426
PACKAGE_VERSION() view returns (string)
5.8.0
domains() view returns (uint32[])
[]
hook() view returns (address)
0x0000000000000000000000000000000000000000
interchainSecurityModule() view returns (address)
0x963d4b1fa39530dd2e7b032a5f7206477c63044d
localDomain() view returns (uint32)
1
mailbox() view returns (address)
0xc005dc82818d67af737725bd4bf75435d065d239
owner() view returns (address)
0xd7c6dab96fce04c20e25288231d552ca3ef7339e
wrappedToken() view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
Read-only
balanceOf(address _account) view returns (uint256)
destinationGas(uint32) view returns (uint256)
quoteGasPayment(uint32 _destinationDomain) view returns (uint256)
routers(uint32 _domain) view returns (bytes32)
State-modifying
Events enrollRemoteRouter(uint32 _domain, bytes32 _router)
enrollRemoteRouters(uint32[] _domains, bytes32[] _addresses)
handle(uint32 _origin, bytes32 _sender, bytes _message) payable
initialize(address _hook, address _interchainSecurityModule, address _owner)
renounceOwnership()
setDestinationGas(struct GasRouterGasRouterConfig[] gasConfigs)
setDestinationGas(uint32 domain, uint256 gas)
setHook(address _hook)
setInterchainSecurityModule(address _module)
transferOwnership(address newOwner)
transferRemote(uint32 _destination, bytes32 _recipient, uint256 _amountOrId) payable returns (bytes32 messageId)
transferRemote(uint32 _destination, bytes32 _recipient, uint256 _amountOrId, bytes _hookMetadata, address _hook) payable returns (bytes32 messageId)
unenrollRemoteRouter(uint32 _domain)
unenrollRemoteRouters(uint32[] _domains)
GasSet(uint32 domain, uint256 gas)
HookSet(address _hook)
Initialized(uint8 version)
IsmSet(address _ism)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ReceivedTransferRemote(uint32 indexed origin, bytes32 indexed recipient, uint256 amount)
SentTransferRemote(uint32 indexed destination, bytes32 indexed recipient, uint256 amount)
constructor(address erc20, address _mailbox)
This contract contains no fallback and receive objects.
This contract contains no error objects.