Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
GST2 | ERC-20 | 4.51 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9560216 | 5 years ago | | | 0 | 0.024610448 | |
| 9558248 | 5 years ago | | | 0 | 0.024561276 | |
| 9558123 | 5 years ago | | | 0 | 0.018939072 | |
| 9558040 | 5 years ago | | | 0 | 0.025234272 | |
| 9555754 | 5 years ago | | | 0 | 0.033448416 | |
| 9553805 | 5 years ago | | | 0 | 0.037296648 | |
| 9457835 | 5 years ago | | | 0 | 0.015245688 | |
| 9452014 | 5 years ago | | | 0 | 0.0076922300 | |
| 9447388 | 5 years ago | | | 0 | 0.0090587640 | |
| 9447388 | 5 years ago | | | 0 | 0.015079164 |
ABI
ABI objects
Getter at block 21263856
BOOST_GAS_COST() view returns (uint256)
650000
BOOST_GAS_TOKEN() view returns (uint256)
19
CDAI_ADDRESS() view returns (address)
0xf5dce57282a584d2746faf1593d3121fcac444dc
COMPOUND_DAI_ADDRESS() view returns (address)
0x25a01a05c188dacbcf1d61af55d4a5b4021f7eed
ETH2DAI_WRAPPER() view returns (address)
0xd7bbb1777e13b6f535dec414f575b858ed300baf
FACTORY_ADDRESS() view returns (address)
0x5a15566417e6c1c9546523066500bddbc53f88c7
GAS_TOKEN_INTERFACE_ADDRESS() view returns (address)
0x0000000000b3f879cb30fe243b4dfee438691c04
IDAI_ADDRESS() view returns (address)
0x14094949152eddbfcd073717200da82fed8dc960
KYBER_ETH_ADDRESS() view returns (address)
0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee
KYBER_INTERFACE() view returns (address)
0x818e6fecd516ecc3849daf6845e3ec868087b755
KYBER_WRAPPER() view returns (address)
0xaae7ba823679889b12f71d1f18beecbc69e62237
LOGGER_ADDRESS() view returns (address)
0xecf88e1cec2d2894a0295db3d86fe7ce4991e6df
MAKER_DAI_ADDRESS() view returns (address)
0x89d24a6b4ccb1b6faa2625fe562bdd9a23260359
MAX_GAS_PRICE() view returns (uint256)
40000000000
MKR_ADDRESS() view returns (address)
0x9f8f72aa9304c8b593d555f12ef6589cc3a579a2
OTC_ADDRESS() view returns (address)
0x39755357759ce0d7f32dc8dc45414cca409ae24e
PETH_ADDRESS() view returns (address)
0xf53ad2c6851052a81b42133467480961b2321c09
PIP_INTERFACE_ADDRESS() view returns (address)
0x729d19f657bd0614b4985cf1d82531c67569197b
PROXY_REGISTRY_INTERFACE_ADDRESS() view returns (address)
0x4678f0a6958e4d2bc4f1baf7bc52e8f3564f3fe4
REPAY_GAS_COST() view returns (uint256)
1300000
REPAY_GAS_TOKEN() view returns (uint256)
30
SOLO_MARGIN_ADDRESS() view returns (address)
0x1e0447b19bb6ecfdae1e4ae1694b0c3659614e4e
STUPID_EXCHANGE() view returns (address)
0x863e41fe88288ebf3fcd91d8dbb679fb83fdfe17
TUB_ADDRESS() view returns (address)
0x448a5065aebb8e423f0896e6c5d525c040f59af3
UNISWAP_FACTORY() view returns (address)
0xc0a47dfe034b400b47bdad5fecda2621de6c4d95
UNISWAP_WRAPPER() view returns (address)
0x0aa70981311d60a9521c99cecfdd68c3e5a83b83
VOX_ADDRESS() view returns (address)
0x9b0f70df76165442ca6092939132bbaea77f2d7a
WALLET_ID() view returns (address)
0x322d58b9e75a6918f7e7849aee0ff09369977e08
WETH_ADDRESS() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
changeIndex() view returns (uint256)
567
owner() view returns (address)
0x1955c2b76b1cf245795950e75eb176080879da50
saverProxy() view returns (address)
0xdabafb4cd86d14a74defd1c6fc432155dece295a
Read-only
approvedCallers(address) view returns (bool)
holders(bytes32) view returns (uint256 minRatio, uint256 maxRatio, uint256 optimalRatioBoost, uint256 optimalRatioRepay, address owner)
State-modifying
Events addCaller(address _caller)
boostFor(bytes32 _cdpId, uint256 _amount)
getRatio(bytes32 _cdpId) returns (uint256)
removeCaller(address _caller)
repayFor(bytes32 _cdpId, uint256 _amount)
subscribe(bytes32 _cdpId, uint256 _minRatio, uint256 _maxRatio, uint256 _optimalRatioBoost, uint256 _optimalRatioRepay)
transferERC20(address _tokenAddress, address _to, uint256 _amount)
transferEth(address _to, uint256 _amount)
unsubscribe(bytes32 _cdpId)
CdpBoost(bytes32 indexed cdpId, address caller, uint256 _amount, uint256 _ratioBefore, uint256 _ratioAfter)
CdpRepay(bytes32 indexed cdpId, address caller, uint256 _amount, uint256 _ratioBefore, uint256 _ratioAfter)
Subscribed(address indexed owner, bytes32 cdpId)
Unsubscribed(address indexed owner, bytes32 cdpId)
Updated(address indexed owner, bytes32 cdpId)
constructor(address _saverProxy)
This contract contains no fallback and receive objects.
This contract contains no error objects.