AnyswapV6Router
Verified contract
Active on
Ethereum with 4,210 txns
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 "AnyswapV6Router"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18994031 | 10 months ago | | | 0 | 0.0014660150 | |
| 18856434 | a year ago | | | 0 | 0.0016273438 | |
| 18639336 | a year ago | | | 0 | 0.00095660000 | |
| 18041461 | a year ago | | | 0 | 0.00068452709 | |
| 17945818 | a year ago | | | 0 | 0.00066123169 | |
| 17942058 | a year ago | | | 0 | 0.0015376154 | |
| 17936434 | a year ago | | | 0 | 0.0013387681 | |
| 17921131 | a year ago | | | 0 | 0.0012618208 | |
| 17912732 | a year ago | | | 0 | 0.00063241876 | |
| 17881362 | a year ago | | | 0 | 0.00081617939 |
ABI
ABI objects
Getter at block 21162710
DELAY() view returns (uint256)
172800
cID() view returns (uint256)
1
factory() view returns (address)
0x0000000000000000000000000000000000000000
mpc() view returns (address)
0xd7adbfc92d0250f9b1a08e0a32a84137b68a9964
wNATIVE() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
Read-only
This contract contains no read-only function objects.
State-modifying
Events anySwapFeeTo(address token, uint256 amount)
anySwapIn(bytes32 txs, address token, address to, uint256 amount, uint256 fromChainID)
anySwapIn(bytes32[] txs, address[] tokens, address[] to, uint256[] amounts, uint256[] fromChainIDs)
anySwapInAuto(bytes32 txs, address token, address to, uint256 amount, uint256 fromChainID)
anySwapInUnderlying(bytes32 txs, address token, address to, uint256 amount, uint256 fromChainID)
anySwapOut(address token, address to, uint256 amount, uint256 toChainID)
anySwapOut(address token, string to, uint256 amount, uint256 toChainID)
anySwapOut(address[] tokens, address[] to, uint256[] amounts, uint256[] toChainIDs)
anySwapOutNative(address token, address to, uint256 toChainID) payable
anySwapOutNative(address token, string to, uint256 toChainID) payable
anySwapOutUnderlying(address token, address to, uint256 amount, uint256 toChainID)
anySwapOutUnderlying(address token, string to, uint256 amount, uint256 toChainID)
applyMinter(address token)
changeMPC(address newMPC) returns (bool)
changeVault(address token, address newVault) returns (bool)
depositNative(address token, address to) payable returns (uint256)
revokeMinter(address token, address _auth)
setMinter(address token, address _auth)
withdrawNative(address token, uint256 amount, address to) returns (uint256)
LogAnySwapIn(bytes32 indexed txhash, address indexed token, address indexed to, uint256 amount, uint256 fromChainID, uint256 toChainID)
LogAnySwapOut(address indexed token, address indexed from, address indexed to, uint256 amount, uint256 fromChainID, uint256 toChainID)
LogAnySwapOut(address indexed token, address indexed from, string to, uint256 amount, uint256 fromChainID, uint256 toChainID)
LogChangeMPC(address indexed oldMPC, address indexed newMPC, uint256 indexed effectiveTime, uint256 chainID)
constructor(address _wNATIVE, address _mpc)
receive()
This contract contains no error objects.