TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 276 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
Balances ($4,057.09)
Native
Value
$4,057.09
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 1.325555 | $3,060.67 |
$4,057.09 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17949428 | a year ago | | | 0.1 | 0.0020100386 | |
| 17880299 | a year ago | | | 0.0613 | 0.0020557606 | |
| 17879964 | a year ago | | | 0.0472647 | 0.0025691347 | |
| 17661218 | a year ago | | | 0 | 0.0016099552 | |
| 17654289 | a year ago | | | 0 | 0.0016099552 | |
| 17649042 | a year ago | | | 0 | 0.0016097014 | |
| 17648335 | a year ago | | | 0 | 0.0016094476 | |
| 17494242 | a year ago | | | 0 | 0.0016099552 | |
| 17494211 | a year ago | | | 0 | 0.0029106257 | |
| 17493979 | a year ago | | | 0 | 0.0016099552 |
ABI
ABI objects
Getter at block 21210287
_backendSrvAddress() view returns (address)
0x69e4a33fdf885cfe7eedef5953b3402268625443
_chainID() view returns (bytes8)
0x0000000000000001
_fee() view returns (uint256)
20
_isInitialised() view returns (bool)
true
_nativeResourceID() view returns (bytes32)
0x00000000000000c4f76f223a578ff90cc9472d0c3e67679ef7c824f2d81b4c0f
owner() view returns (address)
0x9c68ddcc8f821888daad51b5b37d5125c6607395
paused() view returns (bool)
false
Read-only
_depositCounts(bytes8) view returns (uint64)
_depositRecords(uint64, bytes8) view returns (bytes)
_executedProposals(bytes32, bytes32) view returns (bool)
_resourceIDToHandlerAddress(bytes32) view returns (address)
handlers(address) view returns (bool)
sub(uint256 a, uint256 b) pure returns (uint256)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
adminCollectFees(address recipient, uint256 amount)
adminPauseTransfers()
adminUnpauseTransfers()
adminWithdraw(address handlerAddress, address tokenAddress, address recipient, uint256 amountOrTokenID)
approveSpending(bytes32 resourceIDOwner, bytes32 resourceIDSpender, uint256 amountOrTokenID)
changeFee(uint256 newFee)
deposit(bytes8 destinationChainID, bytes32 resourceID, uint256 amount, address recipientAddress, uint256 amountToLA, bytes params) payable
depositFunds() payable
executeProposal(bytes8 originChainID, bytes8 destinationChainID, uint64 depositNonce, bytes32 resourceID, address recipientAddress, uint256 amount, bytes params)
initialize(bytes8 chainID, uint256 fee, address initBackendSrvAddress)
internalDeposit(bytes8 destinationChainID, bytes32 resourceID, uint256 amount, address recipientAddress)
ownableInit(address owner)
renounceOwnership()
setBackendSrv(address newBackendSrv)
setBurnable(address handlerAddress, address tokenAddress)
setHandler(address _handler, bool value)
setNativeResourceID(bytes32 resourceID)
setResource(address handlerAddress, bytes32 resourceID, address tokenAddress)
transferOwnership(address newOwner)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Deposit(bytes8 originChainID, bytes8 indexed destinationChainID, bytes32 indexed resourceID, uint64 indexed depositNonce, address depositor, address recipientAddress, address tokenAddress, uint256 amount, bytes32 dataHash)
ExtraFeeSupplied(bytes8 originChainID, bytes8 destinationChainID, uint64 depositNonce, bytes32 resourceID, address recipientAddress, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
ProposalEvent(bytes8 indexed originChainID, bytes8 indexed destinationChainID, address indexed recipientAddress, uint256 amount, uint64 depositNonce, uint8 status, bytes32 resourceID, bytes32 dataHash)
Unpaused(address account)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.