MultichainV7RouterSecurity
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
6
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 "MultichainV7RouterSecurity"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "MultichainV7RouterSecurity"
ABI
ABI objects
Getter at block 20799593
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)
0x0000000000000000000000000000000000000000
currentSwapoutNonce() view returns (uint256)
0
delay() view returns (uint256)
172800
delayMPC() view returns (uint256)
0
getAllSupportedCallers() view returns (address[])
[]
mpc() view returns (address)
0x0000000000000000000000000000000000000000
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 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)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.