MultichainV7RouterSecurityProxy
Verified contract
Proxy
Active on
Ethereum with 1 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 "MultichainV7RouterSecurityProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16568804 | 2 years ago | | | 0 | 0.0019596000 |
ABI
ABI objects
Getter at block 21327138
PAUSE_ALL_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
Pause_Check_SwapID_Completion() view returns (bytes32)
0xd0700f2aa34b9d26d0cc0bca803e29c759577eb3128bf88ca045eb26b192eec8
Pause_Check_SwapoutID_Completion() view returns (bytes32)
0xe94e13023a6891def76fb73927e5246a7b5357eb732573855c3098d25b205741
Pause_Register_Swapin() view returns (bytes32)
0x9288716ac4bc627de46dac95971b3874c0b6fbbc51db625cadddcf02c4037db3
Pause_Register_Swapout() view returns (bytes32)
0x0f805cc03c991e744020c84db0c570f03791e9ea3df9844d2c28978db87ccd0b
admin() view returns (address)
0x78c1f761f7b7970bfe5c89e340fa4e96593f7ed4
currentSwapoutNonce() view returns (uint256)
130
delay() view returns (uint256)
172800
delayMPC() view returns (uint256)
0
getAllSupportedCallers() view returns (address[])
[0x1633D66Ca91cE4D81F63Ea047B7B19Beb92dF7f3]
mpc() view returns (address)
0x5608b26cc2996351c4d1289b867888081a9d4244
pendingMPC() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
completedSwapin(string) view returns (bool)
completedSwapoutID(bytes32, uint256) view returns (bool)
isSupportedCaller(address) view returns (bool)
isSwapCompleted(string swapID, bytes32 swapoutID, uint256 fromChainID) view returns (bool)
isSwapoutIDExist(bytes32 swapoutID) view returns (bool)
paused(bytes32 role) view returns (bool)
supportedCallers(uint256) view returns (address)
swapoutNonce(bytes32) view returns (uint256)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
addSupportedCaller(address caller)
applyMPC()
changeAdmin(address _admin)
changeMPC(address _mpc)
initialize(address _admin, address _mpc)
pause(bytes32 role)
registerSwapin(string swapID, struct SwapInfo swapInfo)
registerSwapout(address token, address from, string to, uint256 amount, uint256 toChainID, string anycallProxy, bytes data) returns (bytes32 swapoutID)
removeSupportedCaller(address caller)
unpause(bytes32 role)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
ChangeAdmin(address indexed _old, address indexed _new)
Initialized(uint8 version)
LogApplyMPC(address indexed oldMPC, address indexed newMPC, uint256 applyTime)
LogChangeMPC(address indexed oldMPC, address indexed newMPC, uint256 effectiveTime)
Paused(bytes32 role)
Unpaused(bytes32 role)
constructor(address _roterSecurity, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.