afiDai Stablecoin
Verified contract
Active on
Ethereum with 576 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 "afiDai Stablecoin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19757614 | 7 months ago | | | 0 | 0.00012135641 | |
| 17534795 | a year ago | | | 0 | 0.012647552 | |
| 17534791 | a year ago | | | 0 | 0.012000394 | |
| 17534787 | a year ago | | | 0 | 0.0099735949 | |
| 17534781 | a year ago | | | 0 | 0.0091751102 | |
| 17534765 | a year ago | | | 0 | 0.00086727007 | |
| 16619771 | 2 years ago | | | 0 | 0.0010943362 | |
| 16090097 | 2 years ago | | | 0 | 0.0032784070 | |
| 16090051 | 2 years ago | | | 0 | 0.0032784070 | |
| 15862595 | 2 years ago | | | 0 | 0.013736268 |
ABI
ABI objects
Getter at block 21212859 balance() view returns (uint256) getPricePerFullShare() view returns (uint256)
available() view returns (uint256)
0
controller() view returns (address)
0x96c0b9abd6ff7cd712c71f3d5d32ba50d1e5014c
decimals() view returns (uint8)
18
governance() view returns (address)
0x13a08ddcd940b8602f147ff228f4c08720456aa3
max() view returns (uint256)
10000
min() view returns (uint256)
9500
name() view returns (string)
afiDai Stablecoin
symbol() view returns (string)
afiDAI
token() view returns (address)
0x6b175474e89094c44da98b954eedeac495271d0f
totalSupply() view returns (uint256)
3885012883241622129405
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)
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 _controller)
This contract contains no fallback and receive objects.
This contract contains no error objects.