SeeleBridge
Verified contract
Implementation
Active on
Ethereum with 0 txns
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
Balances ($0.00)
No balances found for "SeeleBridge"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "SeeleBridge"
ABI
ABI objects
Getter at block 21202292
owner() view returns (address)
0x86601ae7c5275a025c2c8c15940eb8d967975130
paused() view returns (bool)
false
state_bridgeId() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
state_lastEventNonce() view returns (uint256)
1
state_lastValsetCheckpoint() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
state_lastValsetNonce() view returns (uint256)
0
state_powerThreshold() view returns (uint256)
0
Read-only
getTokenInEthWhiteList(address _token) view returns (bool)
lastBatchNonce(address _erc20Address) view returns (uint256)
lastLogicCallNonce(bytes32 _invalidation_id) view returns (uint256)
state_invalidationMapping(bytes32) view returns (uint256)
state_lastBatchNonces(address) view returns (uint256)
State-modifying
Events deployERC20(string _seeleDenom, string _name, string _symbol, uint8 _decimals)
emergencyPause()
emergencyUnpause()
initialize()
initialize(bytes32 _bridgeId, uint256 _powerThreshold, address[] _validators, uint256[] _powers)
renounceOwnership()
sendToSeele(address _tokenContract, address _destination, uint256 _amount) payable
setTokenInEthWhiteList(address _token, bool _inList)
submitBatch(address[] _currentValidators, uint256[] _currentPowers, uint256 _currentValsetNonce, uint8[] _v, bytes32[] _r, bytes32[] _s, uint256[] _amounts, address[] _destinations, uint256[] _fees, uint256 _batchNonce, address _tokenContract, uint256 _batchTimeout)
submitLogicCall(address[] _currentValidators, uint256[] _currentPowers, uint256 _currentValsetNonce, uint8[] _v, bytes32[] _r, bytes32[] _s, struct LogicCallArgs _args)
transferOwnership(address newOwner)
updateValset(address[] _newValidators, uint256[] _newPowers, uint256 _newValsetNonce, address[] _currentValidators, uint256[] _currentPowers, uint256 _currentValsetNonce, uint8[] _v, bytes32[] _r, bytes32[] _s)
withdraw(address token, uint256 amount)
ERC20DeployedEvent(string _seeleDenom, address indexed _tokenContract, string _name, string _symbol, uint8 _decimals, uint256 _eventNonce)
LogicCallEvent(bytes32 _invalidationId, uint256 _invalidationNonce, bytes _returnData, uint256 _eventNonce)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
SendToSeeleEvent(address indexed _tokenContract, address indexed _sender, address indexed _destination, uint256 _amount, uint256 _eventNonce)
TransactionBatchExecutedEvent(uint256 indexed _batchNonce, address indexed _token, uint256 _eventNonce)
Unpaused(address account)
ValsetUpdatedEvent(uint256 indexed _newValsetNonce, uint256 _eventNonce, address[] _validators, uint256[] _powers)
WhiteListUpdateEvent(address _token, bool _value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.