TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 60,675 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
Balances ($13,493.75)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 8.8718K | $0.9995 |
$8,867.36 | |
WBTC | ERC-20 | 0.02975 | $98,533.00 |
$2,931.36 | |
WETH | ERC-20 | 0.3118 | $3,343.64 |
$1,042.55 | |
TONCOIN | ERC-20 | 44.9 | $5.48 |
$246.05 | |
pufETH | ERC-20 | 0.0417 | $3,381.45 |
$141.01 | |
LADYS | ERC-20 | 717M | $0.00 |
$78.87 | |
FRAX | ERC-20 | 76.3 | $0.994896 |
$75.91 | |
SIS | ERC-20 | 718 | $0.095908 |
$68.86 | |
G | ERC-20 | 1.274K | $0.030595 |
$38.98 | |
USDT | ERC-20 | 2.8 | $1.001 |
$2.8 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21246913 | a few seconds ago | | | 0 | 0.0016367951 | |
| 21246865 | 10 minutes ago | | | 0 | 0.0019805429 | |
| 21246860 | 11 minutes ago | | | 0 | 0.0020159850 | |
| 21246785 | 26 minutes ago | | | 0 | 0.0018829813 | |
| 21246662 | an hour ago | | | 0 | 0.0018324255 | |
| 21246657 | an hour ago | | | 0 | 0.0031813388 | |
| 21246629 | an hour ago | | | 0 | 0.0021520918 | |
| 21246604 | an hour ago | | | 0 | 0.0027745282 | |
| 21246503 | an hour ago | | | 0 | 0.0019330652 | |
| 21246493 | an hour ago | | | 0 | 0.0017202207 |
ABI
ABI objects
Getter at block 21246914
currentChainId() view returns (uint256)
1
mpc() view returns (address)
0x5d9e3518c53a3f088b081c1bcc5007e771ef58d6
newMPC() view returns (address)
0x5d9e3518c53a3f088b081c1bcc5007e771ef58d6
newMPCEffectiveTime() view returns (uint256)
1731569039
oldMPC() view returns (address)
0xeac9340ae80c2d62e4e9b1a137efb23fa53a9a03
owner() view returns (address)
0x5112eba9bc2468bb5134cbfbeab9334edae7106a
Read-only
isAdmin(address) view returns (bool)
isTransmitter(address) 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
changeMPC(address _newMPC) returns (bool)
changeMPCSigned(address _newMPC, bytes signature) returns (bool)
initialize(address _mpc)
receiveRequestV2(bytes _callData, address _receiveSide)
receiveRequestV2Signed(bytes _callData, address _receiveSide, bytes signature)
renounceOwnership()
setAdminPermission(address _user, bool _permission)
setTransmitterStatus(address _transmitter, bool _status)
transferOwnership(address newOwner)
transmitRequestV2(bytes _callData, address _receiveSide, address _oppositeBridge, uint256 _chainId)
withdrawFee(address token, address to, uint256 amount) returns (bool)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
LogChangeMPC(address indexed oldMPC, address indexed newMPC, uint256 indexed effectiveTime, uint256 chainId)
OracleRequest(address bridge, bytes callData, address receiveSide, address oppositeBridge, uint256 chainId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetAdminPermission(address indexed admin, bool permission)
SetTransmitterStatus(address indexed transmitter, bool status)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.