Zero Collateral Dai
Verified contract
Active on
Ethereum with 6,797 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DAI | ERC-20 | 29.763119K | $1.001 |
$29,792.88 | |
StableDAI.com | ERC-20 | 413 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20992428 | 23 days ago | | | 0 | 0.00071519656 | |
| 20943791 | a month ago | | | 0 | 0.00057474677 | |
| 20725537 | 2 months ago | | | 0 | 0.000077345771 | |
| 20600202 | 3 months ago | | | 0 | 0.000042103900 | |
| 20322292 | 4 months ago | | | 0 | 0.00017300013 | |
| 20322281 | 4 months ago | | | 0 | 0.00015515325 | |
| 20322277 | 4 months ago | | | 0 | 0.00013650367 | |
| 20260530 | 4 months ago | | | 0 | 0.00011116923 | |
| 20190571 | 4 months ago | | | 0 | 0.00016085274 | |
| 19766664 | 6 months ago | | | 0 | 0.00019786192 |
ABI
ABI objects
Getter at block 21159924
EIP712_DOMAIN_SEPARATOR() view returns (bytes32)
0xe3fac4a801a8068bde46ec3e9ac596b00e47bec8b88561a67ddba289596a2f55
EIP712_PERMIT_TYPEHASH() view returns (bytes32)
0x6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c9
decimals() view returns (uint8)
18
name() view returns (string)
Zero Collateral Dai
symbol() view returns (string)
ZAI
totalSupply() view returns (uint256)
3794499798045641909743504734440
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isMinter(address account) view returns (bool)
State-modifying
Events addMinter(address account)
approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount) returns (bool)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceMinter()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
MinterAdded(address indexed account)
MinterRemoved(address indexed account)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.