Senior ArcadiaV2 Wrapped Ether
Verified contract
Active on
Base with 10,233 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.00079 |
$0 | |
OHNO | ERC-20 | 1 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22744360 | 5 minutes ago | | | 0 | 0.000014348583 | |
| 22743334 | 40 minutes ago | | | 0 | 0.000012022629 | |
| 22742900 | an hour ago | | | 0 | 0.000012334774 | |
| 22742587 | an hour ago | | | 0 | 0.000014150930 | |
| 22742508 | an hour ago | | | 0 | 0.000014857106 | |
| 22742321 | an hour ago | | | 0 | 0.000014150930 | |
| 22742285 | an hour ago | | | 0 | 0.000014150930 | |
| 22742277 | an hour ago | | | 0 | 0.000014148381 | |
| 22742021 | an hour ago | | | 0 | 0.000014448312 | |
| 22741151 | 2 hours ago | | | 0 | 0.000014138716 |
ABI
ABI objects
Getter at block 22744517
DOMAIN_SEPARATOR() view returns (bytes32)
0xed4de01784309f9b418950e20c373d22b135fdbf5e8f865d5f76bcfff32e022f
LENDING_POOL() view returns (address)
0x803ea69c7e87d1d6c86adeb40cb636cc0e6b98e2
asset() view returns (address)
0x4200000000000000000000000000000000000006
auctionInProgress() view returns (bool)
false
decimals() view returns (uint8)
18
locked() view returns (bool)
false
name() view returns (string)
Senior ArcadiaV2 Wrapped Ether
owner() view returns (address)
0xb4d72b1c91e640e4ed7d7397f3244de4d8acc50b
symbol() view returns (string)
srarcV2WETH
totalAssets() view returns (uint256 assets)
773851292023247044241
totalSupply() view returns (uint256)
743154991542156416708
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
convertToAssets(uint256 shares) view returns (uint256 assets)
convertToShares(uint256 assets) view returns (uint256 shares)
maxDeposit(address) view returns (uint256 maxAssets)
maxMint(address) view returns (uint256 maxShares)
maxRedeem(address owner_) view returns (uint256 maxShares)
maxWithdraw(address owner_) view returns (uint256 maxAssets)
nonces(address) view returns (uint256)
previewDeposit(uint256 assets) view returns (uint256)
previewMint(uint256 shares) view returns (uint256 assets)
previewRedeem(uint256 shares) view returns (uint256)
previewWithdraw(uint256 assets) view returns (uint256 shares)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
convertToAssetsAndSync(uint256 shares) returns (uint256 assets)
convertToSharesAndSync(uint256 assets) returns (uint256 shares)
deposit(uint256 assets, address receiver) returns (uint256 shares)
lock()
mint(uint256 shares, address receiver) returns (uint256 assets)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
previewDepositAndSync(uint256 assets) returns (uint256 shares)
previewMintAndSync(uint256 shares) returns (uint256 assets)
previewRedeemAndSync(uint256 shares) returns (uint256 assets)
previewWithdrawAndSync(uint256 assets) returns (uint256 shares)
redeem(uint256 shares, address receiver, address owner_) returns (uint256 assets)
setAuctionInProgress(bool auctionInProgress_)
totalAssetsAndSync() returns (uint256 assets)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unLock()
withdraw(uint256 assets, address receiver, address owner_) returns (uint256 shares)
Approval(address indexed owner, address indexed spender, uint256 amount)
AuctionInProgressSet(bool status)
Deposit(address indexed caller, address indexed owner, uint256 assets, uint256 shares)
LockSet(bool status)
OwnershipTransferred(address indexed user, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 amount)
Withdraw(address indexed caller, address indexed receiver, address indexed owner, uint256 assets, uint256 shares)
constructor(address lendingPool_, uint256 vas, string prefix_, string prefixSymbol_)
This contract contains no fallback and receive objects.
AuctionOngoing()
Locked()
Unauthorized()
ZeroAssets()
ZeroShares()