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 "IP DAI"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20625705 | 2 months ago | | | 0 | 0.000055279829 | |
| 20572331 | 2 months ago | | | 0 | 0.000021713931 | |
| 20557437 | 2 months ago | | | 0 | 0.000041747674 | |
| 20554307 | 2 months ago | | | 0 | 0.000039274330 | |
| 20551135 | 2 months ago | | | 0 | 0.000025452142 | |
| 20406135 | 3 months ago | | | 0 | 0.000051037401 | |
| 20000100 | 5 months ago | | | 0 | 0.00012086916 | |
| 19893128 | 5 months ago | | | 0 | 0.00015788970 | |
| 19820019 | 6 months ago | | | 0 | 0.00034568361 | |
| 19727151 | 6 months ago | | | 0 | 0.00044541015 |
ABI
ABI objects
Getter at block 21075757
decimals() view returns (uint8)
18
getAsset() view returns (address)
0x6b175474e89094c44da98b954eedeac495271d0f
name() view returns (string)
IP DAI
owner() view returns (address)
0xd92e9f039e4189c342b4067cc61f5d063960d248
symbol() view returns (string)
ipDAI
totalSupply() view returns (uint256)
1019554171839044109007818
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(address account, uint256 amount)
confirmTransferOwnership()
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount)
renounceOwnership()
setJoseph(address newJoseph)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address appointedOwner)
AppointedToTransferOwnership(address indexed appointedOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed account, uint256 amount)
JosephChanged(address indexed changedBy, address indexed oldJoseph, address indexed newJoseph)
Mint(address indexed account, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name, string symbol, address asset)
This contract contains no fallback and receive objects.
This contract contains no error objects.