Bend Auto-compound ApeCoin
Verified contract
Proxy
Active on
Ethereum with 2,858 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 44 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
0x9d18…b33c
2 additional
variables
Balances ($31,633.31)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
APE | ERC-20 | 28.498481K | $1.11 |
$31,633.31 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21205693 | 19 hours ago | | | 0 | 0.0018763677 | |
| 21205672 | 20 hours ago | | | 0 | 0.0018045663 | |
| 21205275 | 21 hours ago | | | 0 | 0.0021534464 | |
| 21200944 | a day ago | | | 0 | 0.0061710468 | |
| 21199488 | 2 days ago | | | 0 | 0.0022679152 | |
| 21193726 | 2 days ago | | | 0 | 0.0059923958 | |
| 21191914 | 3 days ago | | | 0 | 0.0029335990 | |
| 21190315 | 3 days ago | | | 0 | 0.0030824325 | |
| 21189926 | 3 days ago | | | 0 | 0.0029298413 | |
| 21179332 | 4 days ago | | | 0 | 0.033512151 |
ABI
ABI objects
Getter at block 21211515 totalAssets() view returns (uint256)
apeCoin() view returns (address)
0x4d224452801aced8b2f0aebe155379bb5d594381
apeCoinStaking() view returns (address)
0x5954ab967bc958940b7eb73ee84797dc8a2afbb9
asset() view returns (address)
0x4d224452801aced8b2f0aebe155379bb5d594381
decimals() view returns (uint8)
18
name() view returns (string)
Bend Auto-compound ApeCoin
owner() view returns (address)
0xe6b80f77a8b8fcd124ab748c720b7eaea83ddb4c
paused() view returns (bool)
false
pendingApeCoin() view returns (uint256)
28498480935391593334165
staker() view returns (address)
0x9d1833becb105405a8305f775f0af3157d12b33c
symbol() view returns (string)
bacAPE
totalSupply() view returns (uint256)
6161180715472243771114958
Read-only
allowance(address owner, address spender) view returns (uint256)
assetBalanceOf(address account) view returns (uint256)
balanceOf(address account) view returns (uint256)
convertToAssets(uint256 shares) view returns (uint256 assets)
convertToShares(uint256 assets) view returns (uint256 shares)
maxDeposit(address) view returns (uint256)
maxMint(address) view returns (uint256)
maxRedeem(address owner) view returns (uint256)
maxWithdraw(address owner) view returns (uint256)
previewDeposit(uint256 assets) view returns (uint256)
previewMint(uint256 shares) view returns (uint256)
previewRedeem(uint256 shares) view returns (uint256)
previewWithdraw(uint256 assets) view returns (uint256)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
deposit(uint256 assets, address receiver) returns (uint256)
depositSelf(uint256 assets) returns (uint256)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address apeStaking_, address staker_)
mint(uint256 shares, address receiver) returns (uint256)
mintSelf(uint256 shares) returns (uint256)
pullApeCoin(uint256 amount_)
receiveApeCoin(uint256 principalAmount, uint256 rewardsAmount_)
redeem(uint256 shares, address receiver, address owner) returns (uint256)
redeemSelf(uint256 shares) returns (uint256)
renounceOwnership()
setPause(bool flag)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
withdraw(uint256 assets, address receiver, address owner) returns (uint256)
withdrawSelf(uint256 assets) returns (uint256)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed spender, uint256 value)
Deposit(address indexed sender, address indexed owner, uint256 assets, uint256 shares)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
RewardDistributed(uint256 rewardAmount)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
Withdraw(address indexed sender, address indexed receiver, address indexed owner, uint256 assets, uint256 shares)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.