TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 6 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) |
---|---|---|---|---|---|---|---|
| 18540967 | a year ago | | | 0 | 0.0018337371 | |
| 18540966 | a year ago | | | 0 | 0.0012498079 | |
| 18540940 | a year ago | | | 0 | 0.0029066477 | |
| 18540899 | a year ago | | | 0 | 0.0033398619 | |
| 18540892 | a year ago | | | 0 | 0.0019417926 | |
| 18540891 | a year ago | | | 0 | 0.0017970280 |
ABI
ABI objects
Getter at block 21312854
ADMIN_ROLE() view returns (bytes32)
0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
KEEPER_ROLE() view returns (bytes32)
0xfc8737ab85eb45125971625a9ebdb75cc78e01d5c1fa80c4c6e5203f47bc4fab
feeAmount() view returns (uint256)
0
feeReceiver() view returns (address)
0x0000000000000000000000000000000000000000
innerToken() view returns (address)
0x6b431b8a964bfcf28191b07c91189ff4403957d0
nonce() view returns (uint256)
0
totalBridgedAmount() view returns (uint256)
0
Read-only
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
recvConfirmations(uint256, bytes32) view returns (bool)
sendAcks(uint256, bytes32) view returns (bool)
supportedChains(uint256) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
__Bridge_init(address _token)
grantRole(bytes32 role, address account)
initialize(address _token)
recv(bytes32 _id, address _sender, uint256 _srcChainId, address _receiver, uint256 _amount)
renounceRole(bytes32 role, address callerConfirmation)
revokeRole(bytes32 role, address account)
send(uint256 _dstChainId, address _receiver, uint256 _amount) payable
sendAck(uint256 _dstChainId, bytes32 _id)
setFeeAmount(uint256 _feeAmount)
setFeeReceiver(address _feeReceiver)
setSupportedChain(uint256 _dstChainId, bool _isSupported)
transferAdmin(address _newAdmin)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Initialized(uint64 version)
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)
TokenReceived(bytes32 id, address sender, uint256 srcChainId, address receiver, uint256 amount)
TokenSent(bytes32 id, address sender, uint256 dstChainId, address receiver, uint256 amount)
TokenSentAck(uint256 dstChainId, bytes32 id)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
AccessControlBadConfirmation()
AccessControlUnauthorizedAccount(address account, bytes32 neededRole)
InvalidInitialization()
NotInitializing()