Defi Franc
Verified contract
Active on
Ethereum with 7,331 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 "Defi Franc"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21227539 | 9 hours ago | | | 0 | 0.00039047128 | |
| 21221029 | a day ago | | | 0 | 0.00037032200 | |
| 21220345 | a day ago | | | 0 | 0.00037485556 | |
| 21200924 | 4 days ago | | | 0 | 0.00071394269 | |
| 21180663 | 7 days ago | | | 0 | 0.0045788623 | |
| 21151681 | 11 days ago | | | 0 | 0.00044626878 | |
| 21138093 | 13 days ago | | | 0 | 0.00077533032 | |
| 21138091 | 13 days ago | | | 0 | 0.00076418642 | |
| 21137224 | 13 days ago | | | 0 | 0.0010098311 | |
| 21121603 | 15 days ago | | | 0 | 0.00029667200 |
ABI
ABI objects
Getter at block 21230305
DOMAIN_SEPARATOR() view returns (bytes32)
0x9d970ad54a1cd6b9b9e8e383d29320b6f24b0216a664db18c49a69e8beb3d206
PERMIT_TYPEHASH() view returns (bytes32)
0x6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c9
chainId() view returns (uint256 chainID)
1
decimals() view returns (uint8)
18
name() view returns (string)
Defi Franc
owner() view returns (address)
0x83737eae72ba7597b36494d723fbf58cafee8a69
stabilityPoolManager() view returns (address)
0x202fbff035188f9f0525e144c8b3f8249a74ad21
symbol() view returns (string)
DCHF
totalSupply() view returns (uint256)
80972609276177720534071
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
borrowerOps(uint256) view returns (address)
emergencyStopMintingCollateral(address) view returns (bool)
nonces(address owner) view returns (uint256)
troveManagers(uint256) view returns (address)
validBorrowerOps(address) view returns (bool)
validTroveManagers(address) view returns (bool)
State-modifying
Events addBorrowerOps(address _borrowerOps)
addTroveManager(address _troveManager)
approve(address spender, uint256 amount) returns (bool)
burn(address _account, uint256 _amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
emergencyStopMinting(address _asset, bool status)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address _asset, address _account, uint256 _amount)
permit(address owner, address spender, uint256 amount, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
removeBorrowerOps(address _borrowerOps)
removeTroveManager(address _troveManager)
renounceOwnership()
returnFromPool(address _poolAddress, address _receiver, uint256 _amount)
sendToPool(address _sender, address _poolAddress, uint256 _amount)
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)
DCHFTokenBalanceUpdated(address _user, uint256 _amount)
EmergencyStopMintingCollateral(address _asset, bool state)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
StabilityPoolAddressChanged(address _newStabilityPoolAddress)
Transfer(address indexed from, address indexed to, uint256 value)
UpdateBorrowerOps(address[] borrowerOps)
UpdateTroveManagers(address[] troveManagers)
constructor(address _stabilityPoolManagerAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.