TransparentUpgradeableProxy

Verified contract

Proxy

Active on Ethereum with 6 txns
Deployed by via 0xd57b944f at 18540889
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "TransparentUpgradeableProxy"

0x679aa86ef84863923aedef02c940271f02f274c1b266524e9762fca8f8b6d65c
0x8fe9e3834f632fe923406f12200d367c2ef5e7dd8c4916a1ef8b20e954762d13
0x72d6c40218dd700943fa3dea1e0aae6c06ca210c602a41759402e5e9629acc36
0x80981400a0580214ccbdf3db4edf1c89022715643cd8e443217e392025cf6076
0x77383acd5e815ffa1eea08ff3b24beb675de48da44b9242a19a5e717a5b19361
0x62445f09490219021f9fc6b81ad5638d88cfa330e2d680f737ace7fec0d9b0d4

Functions
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 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
recvConfirmations(uint256bytes32view returns (bool)
sendAcks(uint256bytes32view returns (bool)
supportedChains(uint256view returns (bool)
supportsInterface(bytes4 interfaceIdview returns (bool)
State-modifying
admin(returns (address admin_)
changeAdmin(address newAdmin
implementation(returns (address implementation_)
upgradeTo(address newImplementation
upgradeToAndCall(address newImplementationbytes datapayable 
__Bridge_init(address _token
grantRole(bytes32 roleaddress account
initialize(address _token
recv(bytes32 _idaddress _senderuint256 _srcChainIdaddress _receiveruint256 _amount
renounceRole(bytes32 roleaddress callerConfirmation
revokeRole(bytes32 roleaddress account
send(uint256 _dstChainIdaddress _receiveruint256 _amountpayable 
sendAck(uint256 _dstChainIdbytes32 _id
setFeeAmount(uint256 _feeAmount
setFeeReceiver(address _feeReceiver
setSupportedChain(uint256 _dstChainIdbool _isSupported
transferAdmin(address _newAdmin
Events
AdminChanged(address previousAdminaddress newAdmin
BeaconUpgraded(address indexed beacon
Upgraded(address indexed implementation
Initialized(uint64 version
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
TokenReceived(bytes32 idaddress senderuint256 srcChainIdaddress receiveruint256 amount
TokenSent(bytes32 idaddress senderuint256 dstChainIdaddress receiveruint256 amount
TokenSentAck(uint256 dstChainIdbytes32 id
Constructor
constructor(address _logicaddress admin_bytes _data
Fallback and receive
fallback(
receive(
Errors
AccessControlBadConfirmation(
AccessControlUnauthorizedAccount(address accountbytes32 neededRole
InvalidInitialization(
NotInitializing(