CrossChainProxy
Verified contract
Proxy
Active on
Ethereum with 4,128 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
5 additional
variables
Balances ($49.92)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
NMT | ERC-20 | 26 | $1.92 |
$49.92 | |
0x9060…dadd | ERC-20 | 1,000,000T | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21237539 | 10 hours ago | | | 0 | 0.0044141209 | |
| 21236534 | 13 hours ago | | | 0 | 0.0064797199 | |
| 21236531 | 13 hours ago | | | 0 | 0.0066185306 | |
| 21236528 | 13 hours ago | | | 0 | 0.0063909802 | |
| 21236527 | 13 hours ago | | | 0 | 0.0063924954 | |
| 21236521 | 13 hours ago | | | 0 | 0.0064931914 | |
| 21236120 | 15 hours ago | | | 0 | 0.0096171185 | |
| 21235941 | 15 hours ago | | | 0 | 0.0039409228 | |
| 21235931 | 15 hours ago | | | 0 | 0.0037656496 | |
| 21235878 | 15 hours ago | | | 0 | 0.0044325373 |
ABI
ABI objects
Getter at block 21240500 queryNode() view returns (address[])
admin() view returns (address)
0x2a9da57ee6e79bb17b90d122f49785917d24dfd9
logic() view returns (address)
0xde9305c7489d9f05aa96931b3e9c7ac19aae246c
CONTRACT_DOMAIN() view returns (bytes32)
0x69763fbeddaba720bde790268f2ebf66385766a6ac184641fecb7a055017af00
DOMAIN_SEPARATOR() view returns (bytes32)
0x699628bde76f669423fe47be66c9e7390d80bc378c4b006d574cb8272adf8a05
blacker() view returns (address)
0xda60f32eb0178e7bc4c1101c350db4f19f3d1930
exector() view returns (address)
0xda60f32eb0178e7bc4c1101c350db4f19f3d1930
isOwner() view returns (bool)
false
mainChainSta() view returns (bool)
false
nodeNum() view returns (uint256)
12
owner() view returns (address)
0x2a9da57ee6e79bb17b90d122f49785917d24dfd9
pause() view returns (bool)
false
signNum() view returns (uint256)
9
stakeNum() view returns (uint256)
1506
trader() view returns (address)
0x2d8e09b546d0067acdb415329f0cb2204b198aa9
Read-only
blacklist(address) view returns (bool)
chainSta(string) view returns (bool)
chargeRate(string, address) view returns (uint256)
nodeAddrSta(address) view returns (bool)
nodeIndexAddr(uint256) view returns (address)
queryCharge(address[] addrs) view returns (address[], uint256[])
queryLimit(address token) view returns (uint256, uint256, uint256, uint256, uint256)
stakeMsg(uint256) view returns (address tokenAddr, address userAddr, string receiveAddr, uint256 amount, uint256 fee, string chain)
stakeThreshold(address) view returns (uint256)
stakingDailyUsage(address, uint256) view returns (uint256)
tokenSta(address) view returns (uint256)
transferDailyUsage(address, uint256) view returns (uint256)
transferThreshold(address) view returns (uint256)
State-modifying
Events changeAdmin(address newAdmin) returns (bool)
upgrad(address newLogic) returns (bool)
addBlacklist(address[] guys)
addNodeAddr(address[] _nodeAddrs)
bridgeToken(address[2] addrs, uint256[2] uints, string[] strs, uint8[] vs, bytes32[] rssMetadata)
close()
deleteNodeAddr(address[] _nodeAddrs)
init(address _management, bool _sta)
removeBlacklist(address[] guys)
renounceOwnership()
setBlacker(address guy)
stakeToken(string _chain, string receiveAddr, address tokenAddr, uint256 _amount) payable
transferOwnership(address newOwner)
updateChainCharge(string _chain, bool _sta, address[] _tokens, uint256[] _fees, uint256[] _stas)
updateExector(address _exector)
updatePause(bool _sta)
updateSignNum(uint256 _signNum)
updateThreshold(address[] _tokens, uint256[] _thresholdTypes, uint256[] _thresholds)
updateTrader(address _trader)
withdrawChargeAmount(address[] tokenAddrs, address receiveAddr)
AdminChanged(address preAdmin, address newAdmin)
Upgraded(address indexed impl)
AddNodeAddr(address[] nodeAddrs)
DeleteNodeAddr(address[] nodeAddrs)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
StakeToken(address indexed _tokenAddr, address indexed _userAddr, string receiveAddr, uint256 amount, uint256 fee, string chain)
TransferToken(address indexed _tokenAddr, address _receiveAddr, uint256 _amount, string chain, string txid)
UpdateChainCharge(string chain, bool sta, address[] tokens, uint256[] fees)
UpdatePause(bool sta)
UpdateThreshold(address tokenAddr, uint256 thresholdType, uint256 threshold)
WithdrawChargeAmount(address tokenAddr, uint256 amount)
constructor(address impl)
fallback()
receive()
This contract contains no error objects.