AugustusFeeVault
Verified contract
Active on
Ethereum with 2 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($9,957.73)
Native
Value
$753.37
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.280279 | $2,687.94 |
$753.37 | |
USDC | ERC-20 | 527.541748 | $0.997647 |
$526.3 | |
WBTC | ERC-20 | 0.006106 | $71,823.00 |
$438.53 | |
WETH | ERC-20 | 0.143689 | $2,694.77 |
$387.21 | |
ezETH | ERC-20 | 0.129341 | $2,759.01 |
$356.85 | |
weETH | ERC-20 | 0.085251 | $2,828.46 |
$241.13 | |
DAI | ERC-20 | 192.468585 | $0.99506 |
$191.52 | |
USDT | ERC-20 | 186.559739 | $0.996356 |
$185.88 | |
wstETH | ERC-20 | 0.057596 | $3,190.26 |
$183.75 | |
SPX | ERC-20 | 180.662612 | $0.922086 |
$166.59 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19961015 | 5 months ago | | | 0 | 0.00051492600 | |
| 19961013 | 5 months ago | | | 0 | 0.00085894200 |
ABI
ABI objects
Getter at block 21079279
owner() view returns (address)
0x6000e0d20ea0086c00900700de0ed90dd006bb30
paused() view returns (bool)
false
Read-only
allocatedFees(address token) view returns (uint256 amount)
augustusContracts(address augustus) view returns (bool approved)
batchGetBalance(address[] tokens, address partner) view returns (uint256[] feeBalances)
fees(address account, address token) view returns (uint256 amount)
getBalance(address token, address partner) view returns (uint256 feeBalance)
getUnallocatedFees(address token) view returns (uint256 unallocatedFees)
State-modifying
Events batchWithdrawAllERC20(address[] tokens, address recipient) returns (bool success)
batchWithdrawSomeERC20(address[] tokens, uint256[] amounts, address recipient) returns (bool success)
registerFees(struct IAugustusFeeVaultFeeRegistration feeData)
renounceOwnership()
setAugustusApproval(address augustus, bool approved)
setContractPauseState(bool _isPaused)
transferOwnership(address newOwner)
withdrawAllERC20(address token, address recipient) returns (bool success)
withdrawSomeERC20(address token, uint256 amount, address recipient) returns (bool success)
AugustusApprovalSet(address indexed augustus, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Unpaused(address account)
constructor(address[] _augustusContracts, address owner)
receive()
BatchCollectFailed()
EnforcedPause()
ExpectedPause()
InvalidParameterLength()
InvalidWithdrawAmount()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
UnauthorizedCaller()