DiFy.Finance
Verified contract
Active on
Ethereum with 3,980 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1.24)
Native
Value
$0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0 | $3,545.73 |
$0 | |
USDC | ERC-20 | 1.235751 | $0.99947 |
$1.24 | |
UNIX | ERC-20 | 2.3K | -- | -- | |
ABA | ERC-20 | 100 | -- | -- | |
YFIN | ERC-20 | 25 | -- | -- | |
YFIII | ERC-20 | 6 | -- | -- | |
YFIII | ERC-20 | 1.3 | -- | -- | |
YFIII | ERC-20 | 0.768743 | -- | -- | |
yRise | ERC-20 | 0.01 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21276720 | 2 days ago | | | 0 | 0.00041901561 | |
| 21227940 | 9 days ago | | | 0 | 0.00048268323 | |
| 21215533 | 11 days ago | | | 0 | 0.00076412059 | |
| 21182920 | 15 days ago | | | 0 | 0.0017474645 | |
| 21155802 | 19 days ago | | | 0 | 0.00049099910 | |
| 21038928 | a month ago | | | 0 | 0.00012828390 | |
| 20895398 | 2 months ago | | | 0 | 0.00013570382 | |
| 20675444 | 3 months ago | | | 0 | 0.000077748438 | |
| 20434993 | 4 months ago | | | 0 | 0.00097187167 | |
| 20189340 | 5 months ago | | | 0 | 0.000087387289 |
ABI
ABI objects
Getter at block 21291853
cmContractType() view returns (string)
CMErc20
cmImage() view returns (string)
https://dify.finance/static/media/DifyLogo.37f3c7c9.png
cmURL() view returns (string)
https://dify.finance
decimals() view returns (uint8)
18
name() view returns (string)
DiFy.Finance
owner() view returns (address)
0x3d2a52e26e0ec55e8e6cdec448dd76b7e106b043
symbol() view returns (string)
YFIII
totalSupply() view returns (uint256)
30000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events _setCMImage(string image)
_setCMURL(string url)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
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, uint256 amount, uint8 decimals)
This contract contains no fallback and receive objects.
This contract contains no error objects.