ERC1967Proxy
Verified contract
Proxy
Active on
Ethereum with 1,124 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
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
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
0x8fac…897c
-
variable spans 49 additional slots
5 additional
variables
Balances ($79,695.32)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
HEART | ERC-20 | 5.572133M | $0.014302 |
$79,695.32 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21246203 | 3 hours ago | | | 0 | 0.0047871920 | |
| 21243162 | 13 hours ago | | | 0 | 0.0033217147 | |
| 21242440 | 15 hours ago | | | 0 | 0.0031704168 | |
| 21239394 | a day ago | | | 0 | 0.0031908131 | |
| 21219438 | 4 days ago | | | 0 | 0.00071827719 | |
| 21219434 | 4 days ago | | | 0 | 0.00072201614 | |
| 21219429 | 4 days ago | | | 0 | 0.0030231046 | |
| 21217365 | 4 days ago | | | 0 | 0.0051337632 | |
| 21215921 | 4 days ago | | | 0 | 0.0060819076 | |
| 21215824 | 4 days ago | | | 0 | 0.0018428859 |
ABI
ABI objects
Getter at block 21247012 proxiableUUID() view returns (bytes32)
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
depositsCounter() view returns (uint256)
839
paused() view returns (bool)
false
withdrawalsCounter() view returns (uint256)
255
Read-only
deposits(uint256 id) view returns (address sourceNetworkToken, address destinationNetworkToken, address sender, address receiver, uint256 amount, uint256 sourceChainId, uint256 destinationChainId, uint256 nonce)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
withdrawals(uint256 id) view returns (address sourceNetworkToken, address destinationNetworkToken, address sender, address receiver, uint256 amount, uint256 sourceChainId, uint256 destinationChainId, uint256 nonce)
State-modifying
Events depositERC20(address receiver, uint256 amount)
depositNativeToken(address receiver) payable
emergencyWithdrawERC20(address token)
emergencyWithdrawNative()
grantRole(bytes32 role, address account)
initialize(address _evmERC20Token, uint256 _nativeChainId, uint256 _evmChainId)
pause()
removeSigner(address _signer)
renounceClaim(address destinationNetworkToken, address sender, uint256 amount, uint256 nonce, bytes signature)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setSigner(address _signer)
unpause()
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
withdrawERC20(address sender, uint256 amount, uint256 nonce, bytes signature)
withdrawNative(address sender, uint256 amount, uint256 nonce, bytes signature)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
DepositEvent(address indexed sourceNetworkToken, address indexed sender, address indexed receiver, uint256 amount, uint256 sourceChainId, uint256 destinationChainId, uint256 nonce)
EmergencyWithdrawEvent(address indexed token, address indexed receiver, uint256 amount)
Initialized(uint8 version)
Paused(address account)
PaymentReceived(address from, uint256 amount)
RenounceEvent(address indexed destinationNetworkToken, address indexed sender, address indexed receiver, uint256 amount, uint256 sourceChainId, uint256 destinationChainId, uint256 nonce)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Unpaused(address account)
Upgraded(address indexed implementation)
WithdrawEvent(address indexed destinationNetworkToken, address indexed sender, address indexed receiver, uint256 amount, uint256 sourceChainId, uint256 destinationChainId, uint256 nonce)
constructor(address _logic, bytes _data)
fallback()
receive()
receive()
AddressZeroCheck()
ChainIdZeroCheck()
HashAlreadyUsed()
InsufficientAvailableBalance()
InvalidAmount()
InvalidChainId()
InvalidSigner()
InvalidTransfer()
Unauthorized()
WithdrawFailed()