mushrooming Dai Stablecoin
Verified contract
Active on
Ethereum with 156 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "mushrooming Dai Stablecoin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14845516 | 2 years ago | | | 0 | 0.029175660 | |
| 14768175 | 3 years ago | | | 0 | 0.073223376 | |
| 14754122 | 3 years ago | | | 0 | 0.062241408 | |
| 14153474 | 3 years ago | | | 0 | 0.034920108 | |
| 13951626 | 3 years ago | | | 0 | 0.0018253966 | |
| 13567003 | 3 years ago | | | 0 | 0.32067133 | |
| 13459325 | 3 years ago | | | 0 | 0.0033400800 | |
| 13459319 | 3 years ago | | | 0 | 0.0093384600 | |
| 13413910 | 3 years ago | | | 0 | 0.026428434 | |
| 13343264 | 3 years ago | | | 0 | 0.0021395549 |
ABI
ABI objects
Getter at block 21206185 balance() view returns (uint256) getRatio() view returns (uint256)
available() view returns (uint256)
0
controller() view returns (address)
0x4bf5059065541a2b176500928e91fbfd0b121d07
decimals() view returns (uint8)
18
governance() view returns (address)
0x43229759e12efbe3e2a0fb0510b15e516d046442
max() view returns (uint256)
10000
min() view returns (uint256)
9500
name() view returns (string)
mushrooming Dai Stablecoin
symbol() view returns (string)
mDAI
timelock() view returns (address)
0x5dae9b27313670663b34ac8bffd18825bb9df736
token() view returns (address)
0x6b175474e89094c44da98b954eedeac495271d0f
totalSupply() view returns (uint256)
1180780059214584820523
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
deposit(uint256 _amount)
depositAll()
earn()
harvest(address reserve, uint256 amount)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
setController(address _controller)
setGovernance(address _governance)
setMin(uint256 _min)
setTimelock(address _timelock)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
withdraw(uint256 _shares)
withdrawAll()
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _token, address _governance, address _timelock, address _controller)
This contract contains no fallback and receive objects.
This contract contains no error objects.