Alvey Bridge
Verified contract
Active on
Ethereum with 2,607 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x256d…d497
Balances ($650,375.13)
Native
Value
$722.08
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.212 | $3,406.03 |
$722.08 | |
wALV | ERC-20 | 88.468762M | $0.007341 |
$649,454.49 | |
USDT | ERC-20 | 198.363678 | $1.001 |
$198.56 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21236849 | 3 days ago | | | 0.004 | 0.0018398596 | |
| 21210902 | 6 days ago | | | 0 | 0.00057230036 | |
| 21068963 | a month ago | | | 0 | 0.00059864922 | |
| 21063431 | a month ago | | | 0.004 | 0.00052032626 | |
| 21063405 | a month ago | | | 0.004 | 0.00042864657 | |
| 20915429 | 2 months ago | | | 0 | 0.0038189500 | |
| 20818944 | 2 months ago | | | 0 | 0.0015055350 | |
| 20794566 | 2 months ago | | | 0 | 0.0012251286 | |
| 20781454 | 2 months ago | | | 0.004 | 0.0010521263 | |
| 20781084 | 2 months ago | | | 0 | 0.00047687937 |
ABI
ABI objects
Getter at block 21257004
alveyToken() view returns (address)
0x256d1fce1b1221e8398f65f9b36033ce50b2d497
isBridgeActive() view returns (bool)
true
name() view returns (string)
Alvey Bridge
owner() view returns (address)
0x05e55e63ad4d0fb2caae8bbcb4d34ebb29185ada
symbol() view returns (string)
Alvey Bridge
tollOperator() view returns (address)
0xf88e68cfb09d084fb0b9e8f5788a4cfcdae5e445
Read-only
excludedFromRestrictions(address) view returns (bool)
feeMap(uint256) view returns (uint256)
isOperator(address) view returns (bool)
nonces(uint256) view returns (uint256)
validNonce(uint256, uint256) view returns (uint256)
State-modifying
Events changeTollOperator(address newTollOperator)
claimStuckBalance()
claimStuckBalanceAmount(uint256 _amount)
claimStuckTokens(address tokenAddress)
claimStuckTokensAmount(address tokenAddress, uint256 _amount)
cross(uint256 amount, uint256 chainID) payable
setBridgeActive(bool _isBridgeActive)
setBridgeFeeChain(uint256 _chainID, uint256 _fee)
setExcludeFromRestrictions(address _user, bool _value)
setOperator(address _operator, bool _value)
transfer(address receiver, uint256 amount, uint256 fromChainID, uint256 _txNonce)
transferOwnership(address newOwner)
Crossed(address indexed sender, uint256 value, uint256 fromChainID, uint256 chainID, uint256 nonce)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TollOperatorChanged(address indexed previousTollOperator, address indexed newTollOperator)
constructor(address _alveyToken, uint256[] _fee, address[] operators)
receive()
This contract contains no error objects.