TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 272 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) |
---|---|---|---|---|---|---|---|
| 16950948 | 2 years ago | | | 0.0061337271 | 0.046319603 | |
| 16925225 | 2 years ago | | | 0.00052145902 | 0.0056879299 | |
| 16925187 | 2 years ago | | | 0.00050355004 | 0.0055895600 | |
| 16924954 | 2 years ago | | | 0.00062127611 | 0.0066958120 | |
| 16924003 | 2 years ago | | | 0.00060812143 | 0.0065756046 | |
| 16893428 | 2 years ago | | | 0.0004904611 | 0.0047988300 | |
| 16891081 | 2 years ago | | | 0.031083913 | 0.019972696 | |
| 16882345 | 2 years ago | | | 0.00070804268 | 0.0045750079 | |
| 16881328 | 2 years ago | | | 0.00031566782 | 0.0027309984 | |
| 16874781 | 2 years ago | | | 0.00070668461 | 0.0044535567 |
ABI
ABI objects
Getter at block 21414386
counterpartGateway() view returns (address)
0x3921308ef0be744b9d8e342195a67b6e26b62709
defaultGateway() view returns (address)
0x0000000000000000000000000000000000000000
inbox() view returns (address)
0x4dbd4fc535ac27206064b68ffcf827b0a60bab3f
owner() view returns (address)
0x8186b576df32a53bc2767243cee0c75ad1405951
router() view returns (address)
0x0000000000000000000000000000000000000000
whitelist() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
calculateL2TokenAddress(address l1ERC20) view returns (address)
getGateway(address _token) view returns (address gateway)
getOutboundCalldata(address _token, address _from, address _to, uint256 _amount, bytes _data) view returns (bytes)
l1TokenToGateway(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
finalizeInboundTransfer(address, address, address, uint256, bytes) payable
initialize(address _owner, address _defaultGateway, address _whitelist, address _counterpartGateway, address _inbox)
outboundTransfer(address _token, address _to, uint256 _amount, uint256 _maxGas, uint256 _gasPriceBid, bytes _data) payable returns (bytes)
postUpgradeInit()
setDefaultGateway(address newL1DefaultGateway, uint256 _maxGas, uint256 _gasPriceBid, uint256 _maxSubmissionCost) payable returns (uint256)
setGateway(address _gateway, uint256 _maxGas, uint256 _gasPriceBid, uint256 _maxSubmissionCost) payable returns (uint256)
setGateway(address _gateway, uint256 _maxGas, uint256 _gasPriceBid, uint256 _maxSubmissionCost, address _creditBackAddress) payable returns (uint256)
setGateways(address[] _token, address[] _gateway, uint256 _maxGas, uint256 _gasPriceBid, uint256 _maxSubmissionCost) payable returns (uint256)
setOwner(address newOwner)
updateWhitelistSource(address newSource)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
DefaultGatewayUpdated(address newDefaultGateway)
GatewaySet(address indexed l1Token, address indexed gateway)
TransferRouted(address indexed token, address indexed _userFrom, address indexed _userTo, address gateway)
TxToL2(address indexed _from, address indexed _to, uint256 indexed _seqNum, bytes _data)
WhitelistSourceUpdated(address newSource)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.