DefaultCollateral_Frax Share
Unverified contract
Proxy
Active on
Ethereum with 414 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($6,684,490.65)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FXS | ERC-20 | 3.094672M | $2.16 |
$6,684,490.65 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21185159 | 7 hours ago | | | 0 | 0.0034954298 | |
| 21183094 | 14 hours ago | | | 0 | 0.0051354950 | |
| 21180637 | a day ago | | | 0 | 0.012584642 | |
| 21155616 | 4 days ago | | | 0 | 0.0016208888 | |
| 21155265 | 4 days ago | | | 0 | 0.0021875624 | |
| 21154784 | 5 days ago | | | 0 | 0.0013729596 | |
| 21154773 | 5 days ago | | | 0 | 0.0013668986 | |
| 21149629 | 5 days ago | | | 0 | 0.0013038482 | |
| 21107698 | 11 days ago | | | 0 | 0.0011738534 | |
| 21106356 | 11 days ago | | | 0 | 0.00061982874 |
ABI
ABI objects
Getter at block 21187276
asset() view returns (address)
0x3432b6a60d23ca0dfca7761b7ab56459d9c964d0
decimals() view returns (uint8)
18
limit() view returns (uint256)
5649717514124290000000000
limitIncreaser() view returns (address)
0x5721ce64ee0d772ce613b62d411350091c544cd0
name() view returns (string)
DefaultCollateral_Frax Share
symbol() view returns (string)
DC_FXS
totalDebt() view returns (uint256)
0
totalRepaidDebt() view returns (uint256)
0
totalSupply() view returns (uint256)
3094671597396215564170096
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
debt(address issuer, address recipient) view returns (uint256 amount)
issuerDebt(address issuer) view returns (uint256 amount)
issuerRepaidDebt(address issuer) view returns (uint256 amount)
recipientDebt(address recipient) view returns (uint256 amount)
recipientRepaidDebt(address recipient) view returns (uint256 amount)
repaidDebt(address issuer, address recipient) view returns (uint256 amount)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
deposit(address recipient, uint256 amount) returns (uint256)
deposit(address recipient, uint256 amount, uint256 deadline, uint8 v, bytes32 r, bytes32 s) returns (uint256)
increaseLimit(uint256 amount)
initialize(address asset_, uint256 initialLimit, address limitIncreaser_)
issueDebt(address recipient, uint256 amount)
setLimitIncreaser(address limitIncreaser_)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
withdraw(address recipient, uint256 amount)
Approval(address indexed owner, address indexed spender, uint256 value)
Deposit(address indexed depositor, address indexed recipient, uint256 amount)
IncreaseLimit(uint256 amount)
Initialized(uint64 version)
IssueDebt(address indexed issuer, address indexed recipient, uint256 debtIssued)
RepayDebt(address indexed issuer, address indexed recipient, uint256 debtRepaid)
SetLimitIncreaser(address indexed limitIncreaser)
Transfer(address indexed from, address indexed to, uint256 value)
Withdraw(address indexed withdrawer, address indexed recipient, uint256 amount)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
ExceedsLimit()
FailedInnerCall()
InsufficientDeposit()
InsufficientIssueDebt()
InsufficientWithdraw()
InvalidInitialization()
NotInitializing()
NotLimitIncreaser()
ReentrancyGuardReentrantCall()
SafeERC20FailedOperation(address token)
UnsafeCast()