TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Base with 1,917 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
Balances ($21,844.79)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BAVA | ERC-20 | 844.784466K | $0.018593 |
$15,707.47 | |
WETH | ERC-20 | 1.86307 | $3,293.19 |
$6,135.44 | |
USDC | ERC-20 | 1.071961 | $0.998077 |
$1.07 | |
DAI | ERC-20 | 0.727827 | $0.995354 |
$0.72 | |
GOCHU | ERC-20 | 50K | $0.000001 |
$0.05 | |
DEGEN | ERC-20 | 1 | $0.018804 |
$0.02 | |
USA | ERC-20 | 1 | $0.000767 |
$0 | |
kurbi | ERC-20 | 0.2 | $0.000775 |
$0 | |
| ERC-20 | 2.4K | -- | -- | |
| ERC-20 | 2.4K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22749057 | 3 minutes ago | | | 0 | 0.0000012075832 | |
| 22746984 | an hour ago | | | 0 | 0.0000012075832 | |
| 22746257 | 2 hours ago | | | 0 | 0.000000800748000000 | |
| 22746003 | 2 hours ago | | | 0 | 5.6719650e-7 | |
| 22727708 | 12 hours ago | | | 0 | 0.00010015278 | |
| 22724977 | 13 hours ago | | | 0 | 1.2930812e-7 | |
| 22694641 | a day ago | | | 0 | 6.7257744e-7 | |
| 22689511 | a day ago | | | 0 | 0.0000011617409 | |
| 22685877 | a day ago | | | 0 | 0.0000020511895 | |
| 22676676 | 2 days ago | | | 0 | 0.0000015626825 |
ABI
ABI objects
Getter at block 22749131 getBridgeTokenList() view returns (struct FxBridgeLogicBridgeToken[])
owner() view returns (address)
0x0f413055adef9b61e9507928c6856f438d690882
paused() view returns (bool)
false
state_fxBridgeId() view returns (bytes32)
0x66782d6c61796572322d62726964676500000000000000000000000000000000
state_lastEventNonce() view returns (uint256)
1910
state_lastOracleSetCheckpoint() view returns (bytes32)
0xd36bb7b7511cc7245afca839ba44926c6f26089c149acddebd27858350327d6a
state_lastOracleSetNonce() view returns (uint256)
13
state_powerThreshold() view returns (uint256)
2834678415
version() view returns (string)
1.0.0
Read-only
bridgeTokens(uint256) view returns (address)
checkAssetStatus(address _tokenAddr) view returns (bool)
checkOracleSignatures(address[] _currentOracles, uint256[] _currentPowers, uint8[] _v, bytes32[] _r, bytes32[] _s, bytes32 _theHash, uint256 _powerThreshold) pure
lastBatchNonce(address _erc20Address) view returns (uint256)
makeCheckpoint(address[] _oracles, uint256[] _powers, uint256 _oracleSetNonce, bytes32 _fxBridgeId) pure returns (bytes32)
state_lastBatchNonces(address) view returns (uint256)
tokenStatus(address) view returns (bool isOriginated, bool isActive, bool isExist)
State-modifying
Events activeBridgeToken(address _tokenAddr) returns (bool)
addBridgeToken(address _tokenAddr, bytes32 _channelIBC, bool _isOriginated) returns (bool)
init(bytes32 _fxBridgeId, uint256 _powerThreshold, address[] _oracles, uint256[] _powers)
pause()
pauseBridgeToken(address _tokenAddr) returns (bool)
renounceOwnership()
sendToFx(address _tokenContract, bytes32 _destination, bytes32 _targetIBC, uint256 _amount)
submitBatch(address[] _currentOracles, uint256[] _currentPowers, uint8[] _v, bytes32[] _r, bytes32[] _s, uint256[] _amounts, address[] _destinations, uint256[] _fees, uint256[2] _nonceArray, address _tokenContract, uint256 _batchTimeout, address _feeReceive)
transferOwner(address _token, address _newOwner) returns (bool)
transferOwnership(address newOwner)
unpause()
updateOracleSet(address[] _newOracles, uint256[] _newPowers, uint256 _newOracleSetNonce, address[] _currentOracles, uint256[] _currentPowers, uint256 _currentOracleSetNonce, uint8[] _v, bytes32[] _r, bytes32[] _s)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
AddBridgeTokenEvent(address indexed _tokenContract, string _name, string _symbol, uint8 _decimals, uint256 _eventNonce, bytes32 _channelIBC)
Initialized(uint8 version)
OracleSetUpdatedEvent(uint256 indexed _newOracleSetNonce, uint256 _eventNonce, address[] _oracles, uint256[] _powers)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
SendToFxEvent(address indexed _tokenContract, address indexed _sender, bytes32 indexed _destination, bytes32 _targetIBC, uint256 _amount, uint256 _eventNonce)
TransactionBatchExecutedEvent(uint256 indexed _batchNonce, address indexed _token, uint256 _eventNonce)
TransferOwnerEvent(address _token, address _newOwner)
Unpaused(address account)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.