MAPOmnichainServiceV2
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
9
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 "MAPOmnichainServiceV2"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "MAPOmnichainServiceV2"
ABI
ABI objects
Getter at block 21202848
butterRouter() view returns (address)
0x0000000000000000000000000000000000000000
getAdmin() view returns (address)
0x0000000000000000000000000000000000000000
getImplementation() view returns (address)
0x0000000000000000000000000000000000000000
lightNode() view returns (address)
0x0000000000000000000000000000000000000000
nonce() view returns (uint256)
0
paused() view returns (bool)
false
proxiableUUID() view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
relayChainId() view returns (uint256)
0
relayContract() view returns (address)
0x0000000000000000000000000000000000000000
selfChainId() view returns (uint256)
1
wToken() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
getOrderStatus(uint256, uint256 _blockNum, bytes32 _orderId) view returns (bool exists, bool verifiable, uint256 nodeType)
isBridgeable(address _token, uint256 _toChain) view returns (bool)
isMintable(address _token) view returns (bool)
mintableTokens(address) view returns (bool)
orderList(bytes32) view returns (bool)
storedOrderId(bytes32) view returns (bool)
tokenMappingList(uint256, address) view returns (bool)
State-modifying
Events changeAdmin(address _admin)
depositToken(address _token, address _to, uint256 _amount) payable
initialize(address _wToken, address _lightNode, address _owner)
registerTokenChains(address _token, uint256[] _toChains, bool _enable)
setButterRouter(address _butterRouter)
setLightClient(address _lightNode)
setPause()
setRelayContract(uint256 _chainId, address _relay)
setUnpause()
swapIn(uint256 _chainId, uint256 _logIndex, bytes32 _orderId, bytes _receiptProof)
swapOutToken(address _initiator, address _token, bytes _to, uint256 _amount, uint256 _toChain, bytes _swapData) payable returns (bytes32 orderId)
updateMintableToken(address[] _tokens, bool _mintable)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Initialized(uint8 version)
Paused(address account)
RegisterToken(address token, uint256 toChain, bool enable)
SetButterRouter(address butterRouter)
SetLightClient(address lightNode)
SetRelayContract(uint256 chainId, address relay)
SetWrappedToken(address wToken)
Unpaused(address account)
UpdateMintableToken(address token, bool mintable)
Upgraded(address indexed implementation)
mapDepositOut(uint256 indexed fromChain, uint256 indexed toChain, bytes32 orderId, address token, bytes from, address to, uint256 amount)
mapSwapIn(uint256 indexed fromChain, uint256 indexed toChain, bytes32 indexed orderId, address token, bytes from, address toAddress, uint256 amountOut)
mapSwapInVerified(bytes logs)
mapSwapOut(uint256 indexed fromChain, uint256 indexed toChain, bytes32 orderId, bytes token, bytes from, bytes to, uint256 amount, bytes swapData)
mapTransferOut(uint256 indexed fromChain, uint256 indexed toChain, bytes32 orderId, bytes token, bytes from, bytes to, uint256 amount, bytes toChainToken)
This contract contains no constructor objects.
receive()
This contract contains no error objects.