0x4d5401b9e9dcd7c9097e1df036c3afafc35d604f
Verified contract
Proxy
Active on
Ethereum with 2 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
-
variable spans 3 additional slots
-
variable spans 1 additional slot
-
variable spans 2 additional slots
-
variable spans 4 additional slots
Balances ($1,775,370,494.65)
Native
Value
$5,152.9
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 1.563564 | $3,295.61 |
$5,152.9 | |
Ponzio | ERC-20 | 0.083455 | $21,272,651,505.00 |
$1,775,316,169.55 | |
WETH | ERC-20 | 2.853143 | $3,299.85 |
$9,414.95 | |
WBTC | ERC-20 | 0.079039 | $98,783.00 |
$7,807.67 | |
USDT | ERC-20 | 6.626131K | $1.001 |
$6,632.76 | |
USDC | ERC-20 | 5.26734K | $0.999768 |
$5,266.12 | |
DAI | ERC-20 | 931.963005 | $0.999099 |
$931.12 | |
cbBTC | ERC-20 | 0.005421 | $99,283.00 |
$538.19 | |
M87 | ERC-20 | 4.548053M | $0.000099 |
$449.44 | |
UNI | ERC-20 | 46.580053 | $9.36 |
$435.99 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19685159 | 7 months ago | | | 10.002268 | 0.00018806724 | |
| 19683108 | 7 months ago | | | 0.3 | 0.00056703847 |
ABI
ABI objects
Getter at block 21245049
EXECUTION_TYPE() view returns (bytes32)
0xe16b3d8fc79140c62874442c8b523e98592b429e73c0db67686a5b378b29f336
authorizer() view returns (address)
0xbbf4362611804c9f7856574889e3a5de6673b08b
defaultTokenThreshold() view returns (address thresholdToken, uint256 min, uint256 max)
(thresholdToken=0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48, min=500000000, max=0)
defaultVolumeLimit() view returns (address limitToken, uint256 amount, uint256 accrued, uint256 period, uint256 nextResetTime)
(limitToken=0x0000000000000000000000000000000000000000, amount=0, accrued=0, period=0, nextResetTime=0)
getBalanceConnectors() view returns (bytes32 previous, bytes32 next)
(previous=0x0000000000000000000000000000000000000000000000000000000000000000, next=0xf7e4ba3316973e08efddbe6584ed1b82cb359295bdc98ef009c52fdefc9157f5)
getGasLimits() view returns (uint256 gasPriceLimit, uint256 priorityFeeLimit, uint256 txCostLimit, uint256 txCostLimitPct)
(gasPriceLimit=100000000000, priorityFeeLimit=0, txCostLimit=0, txCostLimitPct=0)
getTimeLock() view returns (uint8 mode, uint256 frequency, uint256 allowedAt, uint256 window)
(mode=0, frequency=0, allowedAt=0, window=0)
getTokensSource() view returns (address)
0x4d5401b9e9dcd7c9097e1df036c3afafc35d604f
isPaused() view returns (bool)
false
smartVault() view returns (address)
0x45a6e007c874ffc6321d6fb90eac272dd6864bfa
tokensAcceptanceType() view returns (uint8)
0
Read-only
customTokenThreshold(address token) view returns (address thresholdToken, uint256 min, uint256 max)
customVolumeLimit(address token) view returns (address limitToken, uint256 amount, uint256 accrued, uint256 period, uint256 nextResetTime)
getTaskAmount(address token) view returns (uint256)
getTokenThreshold(address token) view returns (address thresholdToken, uint256 min, uint256 max)
getVolumeLimit(address token) view returns (address limitToken, uint256 amount, uint256 accrued, uint256 period, uint256 nextResetTime)
isTokenAllowed(address token) view returns (bool)
State-modifying
Events call(address token, uint256 amount)
initialize(struct DepositorDepositConfig config)
pause()
setBalanceConnectors(bytes32 previous, bytes32 next)
setCustomTokenThreshold(address token, address thresholdToken, uint256 min, uint256 max)
setCustomVolumeLimit(address token, address limitToken, uint256 limitAmount, uint256 limitPeriod)
setDefaultTokenThreshold(address thresholdToken, uint256 min, uint256 max)
setDefaultVolumeLimit(address limitToken, uint256 limitAmount, uint256 limitPeriod)
setGasLimits(uint256 newGasPriceLimit, uint256 newPriorityFeeLimit, uint256 newTxCostLimit, uint256 newTxCostLimitPct)
setTimeLock(uint8 mode, uint256 frequency, uint256 allowedAt, uint256 window)
setTokensAcceptanceList(address[] tokens, bool[] added)
setTokensAcceptanceType(uint8 newTokensAcceptanceType)
unpause()
BalanceConnectorsSet(bytes32 indexed previous, bytes32 indexed next)
CustomTokenThresholdSet(address indexed token, address thresholdToken, uint256 min, uint256 max)
CustomVolumeLimitSet(address indexed token, address indexed limitToken, uint256 amount, uint256 period)
DefaultTokenThresholdSet(address token, uint256 min, uint256 max)
DefaultVolumeLimitSet(address indexed limitToken, uint256 amount, uint256 period)
Executed()
GasLimitsSet(uint256 gasPriceLimit, uint256 priorityFeeLimit, uint256 txCostLimit, uint256 txCostLimitPct)
Initialized(uint8 version)
Paused()
TimeLockAllowedAtSet(uint256 allowedAt)
TimeLockSet(uint8 mode, uint256 frequency, uint256 allowedAt, uint256 window)
TokensAcceptanceListSet(address indexed token, bool added)
TokensAcceptanceTypeSet(uint8 acceptanceType)
Unpaused()
This contract contains no constructor objects.
receive()
AuthSenderNotAllowed(address who, bytes4 what, uint256[] how)
FixedPointDivInternal(uint256 a, uint256 aInflated)
FixedPointMulOverflow(uint256 a, uint256 b)
FixedPointZeroDivision()
TaskAcceptanceInputLengthMismatch()
TaskAcceptanceTokenZero()
TaskAmountZero()
TaskGasNotInitialized()
TaskGasPriceLimitExceeded(uint256 gasPrice, uint256 gasPriceLimit)
TaskInvalidAllowedDate(uint8 mode, uint256 date)
TaskInvalidAllowedWindow(uint8 mode, uint256 window)
TaskInvalidFrequency(uint8 mode, uint256 frequency)
TaskInvalidFrequencyMode(uint8 mode)
TaskInvalidThresholdInput(address token, uint256 min, uint256 max)
TaskInvalidVolumeLimitInput(address token, uint256 amount, uint256 period)
TaskPaused()
TaskPreviousConnectorNotZero(bytes32 id)
TaskPriorityFeeLimitExceeded(uint256 priorityFee, uint256 priorityFeeLimit)
TaskSameBalanceConnectors(bytes32 connectorId)
TaskSmartVaultPriceOracleNotSet(address smartVault)
TaskThresholdTokenZero()
TaskTimeLockActive(uint256 currentTimestamp, uint256 expiration)
TaskTokenNotAllowed(address token)
TaskTokenThresholdNotMet(address token, uint256 amount, uint256 min, uint256 max)
TaskTokenZero()
TaskTxCostLimitExceeded(uint256 txCost, uint256 txCostLimit)
TaskTxCostLimitPctAboveOne()
TaskTxCostLimitPctExceeded(uint256 txCostPct, uint256 txCostLimitPct)
TaskUnpaused()
TaskValueZero()
TaskVolumeLimitExceeded(address token, uint256 limit, uint256 volume)
TaskVolumeLimitTokenZero()