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 "Funder"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17034506 | 2 years ago | | | 0 | 0.0010408723 | |
| 17034505 | 2 years ago | | | 0 | 0.0010696928 | |
| 16794433 | 2 years ago | | | 0 | 0.011514232 | |
| 16777182 | 2 years ago | | | 0 | 0.013513443 | |
| 16721654 | 2 years ago | | | 0 | 0.00096322068 | |
| 16664934 | 2 years ago | | | 0 | 0.0093949931 | |
| 16664910 | 2 years ago | | | 0 | 0.0096633354 | |
| 16571249 | 2 years ago | | | 0 | 0.0015010196 |
ABI
ABI objects
Getter at block 21411171
ANY_ADDRESS() view returns (address)
0xffffffffffffffffffffffffffffffffffffffff
NAMESPACE() view returns (bytes32)
0xf66b632ae3b479ef109dee46eb319414289a8426a08b64d81aad232941f9d22a
fundeableAmount() view returns (uint256)
0
maxBalance() view returns (uint256)
2000000000000000000
maxSlippage() view returns (uint256)
2000000000000000
minBalance() view returns (uint256)
300000000000000000
recipient() view returns (address)
0xb3afb6db38a8e72905165c1fbb96772e63560790
registry() view returns (address)
0xde6d4872c0c8167fb4f405c7854fd2fed7edca21
smartVault() view returns (address)
0x4629c578a9e49ef4aaabfee03f238cb11625f78b
tokenIn() view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
Read-only
canExecute(uint256 slippage) view returns (bool)
isAuthorized(address who, bytes4 what) view returns (bool)
State-modifying
Events authorize(address who, bytes4 what)
call(uint8 source, uint256 slippage, bytes data)
setBalanceLimits(uint256 min, uint256 max)
setMaxSlippage(uint256 newMaxSlippage)
setRecipient(address newRecipient)
setSmartVault(address newSmartVault)
setTokenIn(address token)
unauthorize(address who, bytes4 what)
Authorized(address indexed who, bytes4 what)
BalanceLimitsSet(uint256 min, uint256 max)
Executed()
MaxSlippageSet(uint256 maxSlippage)
RecipientSet(address indexed recipient)
SmartVaultSet(address indexed smartVault)
TokenInSet(address indexed tokenIn)
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.