ERC1967Proxy
Verified contract
Proxy
Active on
Ethereum
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 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
2 additional
variables
Balances ($15,554.84)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
APE | ERC-20 | 13.523468K | $1.15 |
$15,551.99 | |
JNGL | ERC-20 | 11.11 | $0.138438 |
$1.54 | |
SOS | ERC-20 | 90.298174M | $0.00 |
$0.81 | |
LOOKS | ERC-20 | 8.026456 | $0.05294 |
$0.42 | |
TSUKA | ERC-20 | 5.55 | $0.014391 |
$0.08 | |
APU | ERC-20 | 1 | $0.000936 |
$0 | |
VAL | ERC-20 | 0.001 | $0.094656 |
$0 | |
KUMA | ERC-20 | 3.5B | -- | -- | |
MILAND | ERC-20 | 888.888888M | -- | -- | |
XDME | ERC-20 | 198.989898M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21244771 | 2 minutes ago | | | 0 | 0.00055797279 | |
| 21244770 | 2 minutes ago | | | 0 | 0.00056382184 | |
| 21244761 | 4 minutes ago | | | 0.3833 | 0.0024562715 | |
| 21244759 | 4 minutes ago | | | 0 | 0.00050016789 | |
| 21244744 | 7 minutes ago | | | 1.34 | 0.0026982127 | |
| 21244722 | 12 minutes ago | | | 0 | 0.00048897646 | |
| 21244722 | 12 minutes ago | | | 0 | 0.00048897646 | |
| 21244722 | 12 minutes ago | | | 0 | 0.00048897646 | |
| 21244722 | 12 minutes ago | | | 0 | 0.00048897646 | |
| 21244718 | 13 minutes ago | | | 0 | 0.00051432257 |
ABI
ABI objects
Getter at block 21244778 proxiableUUID() view returns (bytes32)
blockRange() view returns (uint256)
30
information() view returns (string version, bytes32 domainSeparator)
(version=1.0, domainSeparator=0x68fb2d38cd7dd5c97a60ae952d344c4b44b4685e67d9e8c9895a7c6d65ebdc7e)
owner() view returns (address)
0xfa9fb502534761dbddacf5b7e2aa84684815f1bb
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
amountTaken(bytes32) view returns (uint256)
cancelledOrFulfilled(address, uint256) view returns (uint256)
getOfferHash(struct LoanOffer offer) view returns (bytes32)
getOracleOfferHash(bytes32 hash, uint256 blockNumber) view returns (bytes32)
getSellOfferHash(struct SellOffer offer) view returns (bytes32)
liens(uint256) view returns (bytes32)
nonces(address) view returns (uint256)
onERC721Received(address operator, address from, uint256 tokenId, bytes data) pure returns (bytes4)
oracles(address) view returns (uint256)
State-modifying
Events acceptOwnership()
borrow(struct LoanOffer offer, bytes signature, uint256 loanAmount, uint256 collateralTokenId) returns (uint256 lienId)
borrowerRefinance(struct Lien lien, uint256 lienId, uint256 loanAmount, struct LoanOffer offer, bytes signature)
buyLocked(struct Lien lien, struct SellOffer offer, bytes signature)
buyLockedETH(struct Lien lien, struct SellOffer offer, bytes signature) payable
buyToBorrow(struct LoanOffer offer, bytes signature, uint256 loanAmount, struct ExecutionV1 execution) returns (uint256 lienId)
buyToBorrowETH(struct LoanOffer offer, bytes signature, uint256 loanAmount, struct ExecutionV1 execution) payable returns (uint256 lienId)
buyToBorrowLocked(struct Lien lien, struct SellInput sellInput, struct LoanInput loanInput, uint256 loanAmount) returns (uint256 lienId)
buyToBorrowLockedETH(struct Lien lien, struct SellInput sellInput, struct LoanInput loanInput, uint256 loanAmount) payable returns (uint256 lienId)
buyToBorrowV2(struct LoanOffer offer, bytes signature, uint256 loanAmount, struct AskExecutionV2 execution) returns (uint256 lienId)
buyToBorrowV2ETH(struct LoanOffer offer, bytes signature, uint256 loanAmount, struct AskExecutionV2 execution) payable returns (uint256 lienId)
cancelOffer(uint256 salt)
cancelOffers(uint256[] salts)
incrementNonce()
initialize()
refinance(struct Lien lien, uint256 lienId, struct LoanOffer offer, bytes signature)
refinanceAuction(struct Lien lien, uint256 lienId, uint256 rate)
refinanceAuctionByOther(struct Lien lien, uint256 lienId, struct LoanOffer offer, bytes signature)
renounceOwnership()
repay(struct Lien lien, uint256 lienId)
seize(struct LienPointer[] lienPointers)
setBlockRange(uint256 _blockRange)
setOracle(address oracle, bool approved)
startAuction(struct Lien lien, uint256 lienId)
takeBid(struct Lien lien, uint256 lienId, struct ExecutionV1 execution)
takeBidV2(struct Lien lien, uint256 lienId, struct BidExecutionV2 execution)
transferOwnership(address newOwner)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
BuyLocked(uint256 lienId, address collection, address buyer, address seller, uint256 tokenId)
Initialized(uint8 version)
LoanOfferTaken(bytes32 offerHash, uint256 lienId, address collection, address lender, address borrower, uint256 loanAmount, uint256 rate, uint256 tokenId, uint256 auctionDuration)
NonceIncremented(address indexed user, uint256 newNonce)
OfferCancelled(address indexed user, uint256 salt)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Refinance(uint256 lienId, address collection, address newLender, uint256 newAmount, uint256 newRate, uint256 newAuctionDuration)
Repay(uint256 lienId, address collection)
Seize(uint256 lienId, address collection)
StartAuction(uint256 lienId, address collection)
Upgraded(address indexed implementation)
constructor(address _logic, bytes _data)
fallback()
receive()
receive()
AuctionIsActive()
AuctionIsNotActive()
CollectionsDoNotMatch()
FeesTooHigh()
InsufficientOffer()
InvalidAuctionDuration()
InvalidLien()
InvalidLoan()
InvalidRefinance()
InvalidRepayment()
InvalidSignature()
InvalidVParameter()
LienIsDefaulted()
OfferExpired()
OfferUnavailable()
RateTooHigh()
SignatureExpired()
Unauthorized()
UnauthorizedOracle()