BeefyVaultPSM
Verified contract
Active on
Base with 786 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($2,566,392.50)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MAI | ERC-20 | 2.584432M | $0.99302 |
$2,566,392.5 | |
kurbi | ERC-20 | 0.1 | $0.000719 |
$0 | |
mooCompoundBaseUSDC | ERC-20 | 0.000005 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 23803169 | a day ago | | | 0 | 0.0000024049896 | |
| 23799104 | a day ago | | | 0 | 0.0000016575432 | |
| 23789674 | a day ago | | | 0 | 0.0000021761027 | |
| 23776824 | 2 days ago | | | 0 | 0.0000012551876 | |
| 23770798 | 2 days ago | | | 0 | 0.0000017486001 | |
| 23770687 | 2 days ago | | | 0 | 0.0000056874081 | |
| 23760438 | 2 days ago | | | 0 | 0.0000029323349 | |
| 23749416 | 2 days ago | | | 0 | 0.0000070830238 | |
| 23740118 | 2 days ago | | | 0 | 0.0000022498516 | |
| 23739972 | 2 days ago | | | 0 | 0.0000051678731 |
ABI
ABI objects
Getter at block 23847398
MAI_ADDRESS() view returns (address)
0xbf1aea8670d2528e08334083616dd9c5f3b087ae
MAX_INT() view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
decimalDifference() view returns (uint256)
12
depositFee() view returns (uint256)
0
gem() view returns (address)
0xef6ed674486e54507d0f711c0d388bd8a1552e6f
initialized() view returns (bool)
true
maxDeposit() view returns (uint256)
1000000000000000000000000
maxWithdraw() view returns (uint256)
1000000000000000000000000
minimumDepositFee() view returns (uint256)
0
minimumWithdrawalFee() view returns (uint256)
1000000
owner() view returns (address)
0x8fc068436e798997c29b767ef559a8ba51e253fb
stopped() view returns (bool)
false
totalQueuedLiquidity() view returns (uint256)
87554069876
totalStableLiquidity() view returns (uint256)
5003231318163
underlying() view returns (address)
0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
upgradeTime() view returns (uint256)
0
withdrawalFee() view returns (uint256)
30
Read-only
calculateFee(uint256 _amount, bool _deposit) view returns (uint256 _fee)
paused(bytes4) view returns (bool)
scheduledWithdrawalAmount(address) view returns (uint256)
withdrawalEpoch(address) view returns (uint256)
State-modifying
Events approveBeef()
claimFees()
deposit(uint256 _amount)
initialize(address _gem, uint256 _depositFee, uint256 _withdrawalFee)
scheduleWithdraw(uint256 _amount)
setPaused(bytes4 _selector, bool _paused)
setUpgrade()
transferOwnership(address _newOwner)
transferToken(address _token, address _to, uint256 _amount)
updateFeesBP(uint256 _newDepositFee, uint256 _newWithdrawalFee)
updateMax(uint256 _maxDeposit, uint256 _maxWithdraw)
updateMinimumFees(uint256 _newMinimumDepositFee, uint256 _newMinimumWithdrawalFee)
withdraw()
withdrawMAI()
Deposited(address indexed _user, uint256 _amount)
FeesUpdated(uint256 _newDepositFee, uint256 _newWithdrawalFee)
FeesWithdrawn(address indexed _owner, uint256 _feesEarned)
MAIRemoved(address indexed _user, uint256 _amount)
MaxDepositUpdated(uint256 _maxDeposit)
MaxUpdated(uint256 _maxDeposit, uint256 _maxWithdraw)
MaxWithdrawUpdated(uint256 _maxWithdraw)
MinimumFeesUpdated(uint256 _newMinimumDepositFee, uint256 _newMinimumWithdrawalFee)
OwnerUpdated(address _newOwner)
PauseEvent(address _account, bytes4 _selector, bool _paused)
ScheduledWithdrawal(address indexed _user, uint256 _amount)
WithdrawalCancelled(address indexed _user, uint256 _amount)
WithdrawalScheduled(address indexed _user, uint256 _amount)
Withdrawn(address indexed _user, uint256 _amount)
constructor()
This contract contains no fallback and receive objects.
AlreadyInitialized()
CallerIsNotOwner()
ContractIsPaused()
InsufficientMAIBalance()
InvalidAmount()
InvalidAmountAfterFee()
NewOwnerCannotBeZeroAddress()
NoWithdrawalScheduled()
NotEnoughLiquidity()
NotWithinWithdrawalPeriod()
UpgradeNotScheduled()
WithdrawalAlreadyExecutable()
WithdrawalAlreadyScheduled()
WithdrawalNotAvailable()