TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 118 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 ($0.00)
No balances found for "TransparentUpgradeableProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20891560 | a month ago | | | 0 | 0.00063235629 | |
| 20775647 | 2 months ago | | | 0 | 0.00086365211 | |
| 20766757 | 2 months ago | | | 0 | 0.00031959386 | |
| 20695043 | 2 months ago | | | 0 | 0.00031960999 | |
| 20458269 | 3 months ago | | | 0 | 0.00016388063 | |
| 20061446 | 5 months ago | | | 0 | 0.00087350812 | |
| 20061227 | 5 months ago | | | 0 | 0.00090764231 | |
| 20061122 | 5 months ago | | | 0 | 0.00086439906 | |
| 19821179 | 6 months ago | | | 0 | 0.00091266377 | |
| 19786325 | 6 months ago | | | 0 | 0.00090366681 |
ABI
ABI objects
Getter at block 21162553
ADMIN_ROLE() view returns (bytes32)
0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
defaultBridge() view returns (address)
0x0000000000000000000000000000000000000000
getAllowList() view returns (address[])
[]
getBlocklist() view returns (address[])
[]
isTokenBridge() view returns (bool)
false
isTokenRouter() view returns (bool)
true
Read-only
chainSupported(uint256) view returns (bool)
getBridge(address _token) view returns (address bridge)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenBridgeMapping(address) 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
addToAllowList(address _user)
addToBlockList(address _user)
grantRole(bytes32 role, address account)
inboundTransfer(uint256 _fromChainId, address _token, address _from, address _to, uint256 _amount, bytes _data) payable returns (bytes)
initialize()
outboundTransfer(uint256 _toChainId, address _token, address _to, uint256 _amount, bytes _data) payable returns (bytes)
removeFromAllowList(address _user)
removeFromBlockList(address _user)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setBridges(address[] _tokens, address[] _bridges)
setChainSupported(uint256[] _chainIds, bool[] _status)
setDefaultBridge(address _bridge)
tokenTransfer(address _asset, address _to, uint256 _amount)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
BridgeSet(address token, address bridge)
ChainSupportedSet(uint256 chainId, bool status)
DefaultBridgeUpdated(address oldDefaultBridge, address newDefaultBridge)
InboundTransferFinalized(uint256 fromChainId, address token, address from, address to, uint256 amount, bytes data, bytes32 checkDigits)
OutboundTransferFinalized(uint256 toChainId, address token, address from, address to, uint256 amount, bytes data, bytes32 checkDigits)
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)
TransferRouted(uint256 toChainId, address token, address from, address to, uint256 amount, address bridge, bytes data)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
receive()
This contract contains no error objects.