TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 15,191 txns
Unified 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 ($71,152.02)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 71.152017K | $1.00 |
$71,152.02 | |
Seele | ERC-20 | 525.69162M | -- | -- | |
SNP | ERC-20 | 445.994546K | -- | -- | |
TetherLP.com | ERC-20 | 400 | -- | -- | |
TetherClaims.com | ERC-20 | 400 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20886520 | a month ago | | | 0.001 | 0.00021646032 | |
| 20886512 | a month ago | | | 0.001 | 0.00019137730 | |
| 20606704 | 3 months ago | | | 0 | 0.000084850324 | |
| 20377840 | 4 months ago | | | 0 | 0.00047437189 | |
| 20355047 | 4 months ago | | | 0 | 0.00015370907 | |
| 19603522 | 7 months ago | | | 0 | 0.00096982432 | |
| 19198458 | 9 months ago | | | 0 | 0.0023568823 | |
| 19198291 | 9 months ago | | | 0 | 0.0024105533 | |
| 19198266 | 9 months ago | | | 0 | 0.0022923122 | |
| 18874443 | a year ago | | | 0 | 0.00099807012 |
ABI
ABI objects
Getter at block 21202292
owner() view returns (address)
0x86601ae7c5275a025c2c8c15940eb8d967975130
paused() view returns (bool)
false
state_bridgeId() view returns (bytes32)
0x7365656c654272696467655f3138360000000000000000000000000000000000
state_lastEventNonce() view returns (uint256)
15000
state_lastValsetCheckpoint() view returns (bytes32)
0x89c1f058c1461eb3aa59aa1667d7e50b6b7013d6e9fafd5a6983fbc5ed79d4bf
state_lastValsetNonce() view returns (uint256)
1
state_powerThreshold() view returns (uint256)
50
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 admin() returns (address)
changeAdmin(address newAdmin)
implementation() returns (address)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
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)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
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)
constructor(address _logic, address _admin, bytes _data)
fallback()
receive()
This contract contains no error objects.