Anchor DAI Token
Verified contract
Active on
Ethereum with 6 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 "Anchor DAI Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14114706 | 3 years ago | | | 0 | 0.0054665916 | |
| 14114648 | 3 years ago | | | 0 | 0.0056323511 | |
| 13386395 | 3 years ago | | | 0 | 0.0016897431 | |
| 13036738 | 3 years ago | | | 0 | 0.0020867000 | |
| 12606834 | 4 years ago | | | 0 | 0.0011551500 | |
| 12604444 | 4 years ago | | | 0 | 0.00050826600 |
ABI
ABI objects
Getter at block 21384332
decimals() view returns (uint8)
18
name() view returns (string)
Anchor DAI Token
owner() view returns (address)
0x83dd0a8e6f3a51c4cca6c3f95721f9926dd9e7e7
symbol() view returns (string)
aDAI
totalSupply() view returns (uint256)
679318651890079753474435
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)
burn(uint256 _amount)
burnFrom(address _from, uint256 _amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address _to, uint256 _amount)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string _name, string _symbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.