BridgeERC20V2
Verified contract
Active on
Ethereum with 1,265 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 "BridgeERC20V2"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19437257 | 8 months ago | | | 0 | 0.0025691145 | |
| 19437006 | 8 months ago | | | 0 | 0.0028206580 | |
| 19436744 | 8 months ago | | | 0 | 0.0032355429 | |
| 19432441 | 8 months ago | | | 0 | 0.0032794491 | |
| 19432413 | 8 months ago | | | 0 | 0.0032925615 | |
| 19432120 | 8 months ago | | | 0 | 0.0031084737 | |
| 19432085 | 8 months ago | | | 0 | 0.0030501701 | |
| 19431966 | 8 months ago | | | 0 | 0.0033269616 | |
| 19425533 | 8 months ago | | | 0 | 0.0047279906 | |
| 19417565 | 8 months ago | | | 0 | 0.0033861939 |
ABI
ABI objects
Getter at block 21080550
committee() view returns (address)
0xb94968dc900588ff723ec633f8f460561f85bcde
paused() view returns (bool)
true
wrapNative() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
Read-only
bridgeInfoByToken(address) view returns (address token, address feeReceiver, uint256 fee, uint8 feeType, uint8 strategy, address receiver)
computeFeeByFeeType(address _token, uint256 _amount) view returns (uint256)
getDestChains(address _token) view returns (uint256[])
State-modifying
Events addDestChainID(address _token, uint256 _destChainID)
bridge(address _token, uint256 _amount, uint256 _destChainID)
bridge(uint256 _destChainID) payable
deleteToken(address _token)
multiCall(struct CommitteeCallData[] callData)
pause()
removeDestChainID(address _token, uint256 _destChainID)
setCommittee(address _committee)
setToken(struct BridgeERC20V2ERC20BridgeInfo _bridgeInfo)
setWrapNative(address _wrapNative)
unpause()
AddDestChainID(address indexed token, uint256 indexed chainID)
Bridge(address indexed token, address indexed from, uint256 amount, uint256 indexed destChainID)
DeleteToken(address indexed token)
Paused(address account)
RemoveDestChainID(address indexed token, uint256 indexed chainID)
SetToken(address indexed token)
Unpaused(address account)
WrapNativeSet(address indexed sender, address indexed from, address indexed to)
constructor(address _committee, address _wrapNative, struct BridgeERC20V2ERC20BridgeInfo[] _tokens, uint256[][] _destChainIDs)
This contract contains no fallback and receive objects.
This contract contains no error objects.