Balances ($0.00)
No balances found for "Holder"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20112144 | 6 months ago | | | 0 | 0.0032470585 | |
| 20062481 | 6 months ago | | | 0 | 0.0048515230 | |
| 20020646 | 6 months ago | | | 0 | 0.0034628492 | |
| 19935948 | 7 months ago | | | 0 | 0.0025498016 | |
| 19916584 | 7 months ago | | | 0 | 0.0020474096 | |
| 19916580 | 7 months ago | | | 0 | 0.0017176169 | |
| 19862407 | 7 months ago | | | 0 | 0.0065868325 | |
| 19862257 | 7 months ago | | | 0 | 0.0099415638 | |
| 19775531 | 7 months ago | | | 0 | 0.0027171227 | |
| 19724324 | 8 months ago | | | 0 | 0.0018157504 |
ABI
ABI objects
Getter at block 21411116
ANY_ADDRESS() view returns (address)
0xffffffffffffffffffffffffffffffffffffffff
NAMESPACE() view returns (bytes32)
0xf66b632ae3b479ef109dee46eb319414289a8426a08b64d81aad232941f9d22a
maxSlippage() view returns (uint256)
2000000000000000
registry() view returns (address)
0xde6d4872c0c8167fb4f405c7854fd2fed7edca21
smartVault() view returns (address)
0x4629c578a9e49ef4aaabfee03f238cb11625f78b
thresholdAmount() view returns (uint256)
200000000
thresholdToken() view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
tokenOut() view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
Read-only
canExecute(address tokenIn, uint256 amountIn, uint256 slippage) view returns (bool)
isAuthorized(address who, bytes4 what) view returns (bool)
State-modifying
Events authorize(address who, bytes4 what)
call(uint8 source, address tokenIn, uint256 amountIn, uint256 slippage, bytes data)
setMaxSlippage(uint256 newMaxSlippage)
setSmartVault(address newSmartVault)
setThreshold(address token, uint256 amount)
setTokenOut(address token)
unauthorize(address who, bytes4 what)
Authorized(address indexed who, bytes4 what)
Executed()
MaxSlippageSet(uint256 maxSlippage)
SmartVaultSet(address indexed smartVault)
ThresholdSet(address indexed token, uint256 amount)
TokenOutSet(address indexed tokenOut)
Unauthorized(address indexed who, bytes4 what)
constructor(address admin, address registry)
This contract contains no fallback and receive objects.
This contract contains no error objects.