InsureDAO-Reserve
Verified contract
Proxy
Active on
Ethereum with 393 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
0xddaa…6476
0xa035…8524
0x131f…f144
Balances ($0.00)
No balances found for "InsureDAO-Reserve"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18920519 | 10 months ago | | | 0 | 0.00073235033 | |
| 16590276 | 2 years ago | | | 0 | 0.0034352364 | |
| 16485637 | 2 years ago | | | 0 | 0.00064805386 | |
| 16429632 | 2 years ago | | | 0 | 0.0010908257 | |
| 16191438 | 2 years ago | | | 0 | 0.0040379866 | |
| 16040744 | 2 years ago | | | 0 | 0.00080506433 | |
| 16040742 | 2 years ago | | | 0 | 0.00078600919 | |
| 15867114 | 2 years ago | | | 0 | 0.00035079910 | |
| 15722133 | 2 years ago | | | 0 | 0.0037843483 | |
| 15634422 | 2 years ago | | | 0 | 0.00087405016 |
ABI
ABI objects
Getter at block 21093674
crowdPool() view returns (uint256)
59923566598
decimals() view returns (uint8)
6
initialized() view returns (bool)
true
metadata() view returns (string)
0x
name() view returns (string)
InsureDAO-Reserve
parameters() view returns (address)
0xddaa6ee776b701a7729d72bbd0d4fbe4bbb66476
paused() view returns (bool)
false
rate() view returns (uint256)
1000000
registry() view returns (address)
0xa035dfd0d16f238493b374a1743b77448d9c8524
surplusPool() view returns (uint256)
0
symbol() view returns (string)
iReserve
totalLiquidity() view returns (uint256)
59923566598
totalSupply() view returns (uint256)
59923566598
vault() view returns (address)
0x131fb74c6fede6d6710ff224e07ce0ed8123f144
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
valueOfUnderlying(address _owner) view returns (uint256)
withdrawalReq(address) view returns (uint256 timestamp, uint256 amount)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
changeMetadata(string _metadata)
compensate(uint256 _amount) returns (uint256 _compensated)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
defund(address _to, uint256 _amount)
deposit(uint256 _amount) returns (uint256 _mintAmount)
fund(uint256 _amount)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address _depositor, string _metaData, uint256[] _conditions, address[] _references)
requestWithdraw(uint256 _amount)
setPaused(bool _state)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
withdraw(uint256 _amount) returns (uint256 _retVal)
Approval(address indexed owner, address indexed spender, uint256 value)
Compensated(address indexed index, uint256 amount)
Defund(address indexed depositor, uint256 amount, uint256 attribution)
Deposit(address indexed depositor, uint256 amount, uint256 mint)
Fund(address indexed depositor, uint256 amount, uint256 attribution)
MetadataChanged(string metadata)
Paused(bool paused)
Transfer(address indexed from, address indexed to, uint256 value)
Withdraw(address indexed withdrawer, uint256 amount, uint256 retVal)
WithdrawRequested(address indexed withdrawer, uint256 amount, uint256 unlockTime)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.