TSLedgerAdapter
Verified contract
Proxy
Active on
Ethereum with 4 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($5.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 5 | $0.999841 |
$5 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18043685 | a year ago | | | 0.001 | 0.0013038429 | |
| 18043652 | a year ago | | | 0 | 0.0035566589 | |
| 18043612 | a year ago | | | 0 | 0.0010239195 | |
| 18043577 | a year ago | | | 0 | 0.0012628861 |
ABI
ABI objects
Getter at block 21157427 RUNE() view returns (address)
Read-only
aggregatorConfigs(uint16) view returns (address aggregator, uint16 interfaceId)
getConfig(uint16 id) view returns (address aggregator, uint16 interfaceId)
owners(address) view returns (bool)
vaultAllowance(address vault, address token) view returns (uint256 amount)
State-modifying
Events emergencyWithdrawGasAsset(address to, uint256 amount)
emergencyWithdrawToken(address to, address token, uint256 amount)
ledgerCall(uint16 aggregatorConfig, bytes params, string memo, string sellAsset, uint256 sellAmount, string buyAsset, uint256 buyAmountExpected, uint256 buyAmountMin) payable
revokeOwnership()
setAggregatorConfig(uint16 id, address aggregator, uint16 interfaceId)
setOwner(address owner, bool active)
deposit(address vault, address asset, uint256 amount, string memo) payable
depositWithExpiry(address vault, address asset, uint256 amount, string memo, uint256 expiration) payable
returnVaultAssets(address router, address asgard, struct THORChain_RouterCoin[] coins, string memo) payable
transferAllowance(address router, address newVault, address asset, uint256 amount, string memo)
transferOut(address to, address asset, uint256 amount, string memo) payable
transferOutAndCall(address aggregator, address finalToken, address to, uint256 amountOutMin, string memo) payable
OwnerSet(address indexed owner, bool active)
Deposit(address indexed to, address indexed asset, uint256 amount, string memo)
TransferAllowance(address indexed oldVault, address indexed newVault, address asset, uint256 amount, string memo)
TransferOut(address indexed vault, address indexed to, address asset, uint256 amount, string memo)
TransferOutAndCall(address indexed vault, address target, uint256 amount, address finalAsset, address to, uint256 amountOutMin, string memo)
VaultTransfer(address indexed oldVault, address indexed newVault, struct THORChain_RouterCoin[] coins, string memo)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.