TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 193 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
Balances ($0.00)
No balances found for "TransparentUpgradeableProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15367014 | 2 years ago | | | 0 | 0.00048331200 | |
| 14091812 | 3 years ago | | | 0.1 | 0.010981579 | |
| 14091497 | 3 years ago | | | 0 | 0.011002782 | |
| 14090830 | 3 years ago | | | 0 | 0.013306200 | |
| 14090655 | 3 years ago | | | 0 | 0.021405160 | |
| 14090253 | 3 years ago | | | 0 | 0.025538667 | |
| 14090234 | 3 years ago | | | 0 | 0.012825193 | |
| 14090234 | 3 years ago | | | 0 | 0.012825193 | |
| 14090230 | 3 years ago | | | 0 | 0.013693674 | |
| 14090230 | 3 years ago | | | 0 | 0.013765200 |
ABI
ABI objects
Getter at block 21204010
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MAX_RELAYERS() view returns (uint256)
200
RELAYER_ROLE() view returns (bytes32)
0xe2b7fb3b832174769106daebcfd6d1970523240dda11281102db9363b83b0dc4
domainID() view returns (uint8)
0
expiry() view returns (uint40)
100
fee() view returns (uint128)
0
lastPauseTime() view returns (uint256)
0
owner() view returns (address)
0xbee397129374d0b4db7bf1654936951e5bdfe5a6
paused() view returns (bool)
false
relayerThreshold() view returns (uint8)
1
totalRelayers() view returns (uint256)
1
Read-only
_depositCounts(uint8) view returns (uint64)
combinedProposalId(uint8 _domainID, uint64 nonce) pure returns (uint72 proposalID)
getProposal(uint8 originDomainID, uint64 depositNonce, bytes32 dataHash, address relayer) view returns (struct QBridgeProposal proposal, bool hasVoted)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
getRoleMemberIndex(bytes32 role, address account) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
isRelayer(address relayer) view returns (bool)
resourceIDToHandlerAddress(bytes32) view returns (address)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
addRelayer(address relayer)
cancelProposal(uint8 originDomainID, uint64 depositNonce, bytes32 resourceID, bytes data)
deposit(uint8 destinationDomainID, bytes32 resourceID, bytes data) payable
depositETH(uint8 destinationDomainID, bytes32 resourceID, bytes data) payable
executeProposal(uint8 originDomainID, uint64 depositNonce, bytes32 resourceID, bytes data, bool revertOnFail)
grantRole(bytes32 role, address account)
initialize(uint8 _domainID, uint8 _relayerThreshold, uint128 _fee, uint40 _expiry)
manualRelease(address handlerAddress, address tokenAddress, address recipient, uint256 amount)
removeRelayer(address relayer)
renounceOwnership()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setBurnable(address handlerAddress, address tokenAddress)
setDepositNonce(uint8 _domainID, uint64 nonce)
setFee(uint128 newFee)
setPaused(bool _paused)
setRelayerThreshold(uint8 newThreshold)
setResource(address handlerAddress, bytes32 resourceID, address tokenAddress)
sweep()
transferOwnership(address newOwner)
voteProposal(uint8 originDomainID, uint64 depositNonce, bytes32 resourceID, bytes data)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Deposit(uint8 destinationDomainID, bytes32 resourceID, uint64 depositNonce, address indexed user, bytes data)
FailedHandlerExecution(bytes lowLevelData)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PauseChanged(bool isPaused)
ProposalEvent(uint8 originDomainID, uint64 depositNonce, uint8 status, bytes data)
ProposalVote(uint8 originDomainID, uint64 depositNonce, uint8 status, bytes32 dataHash)
RelayerAdded(address relayer)
RelayerRemoved(address relayer)
RelayerThresholdChanged(uint256 newThreshold)
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)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.