YFIIII.finance
Verified contract
Active on
Ethereum with 82 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Native
Value
$0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0 | $3,594.88 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15448810 | 2 years ago | | | 0 | 0.00083740193 | |
| 11941185 | 4 years ago | | | 0 | 0.0016499879 | |
| 11447247 | 4 years ago | | | 0 | 0.00093468900 | |
| 10974191 | 4 years ago | | | 0 | 0.0028930850 | |
| 10970525 | 4 years ago | | | 0 | 0.0033826841 | |
| 10953475 | 4 years ago | | | 0 | 0.0021512650 | |
| 10953472 | 4 years ago | | | 0 | 0.0037832650 | |
| 10848864 | 4 years ago | | | 0 | 0.0033802710 | |
| 10822158 | 4 years ago | | | 0 | 0.0051630440 | |
| 10728053 | 4 years ago | | | 0 | 0.0041812850 |
ABI
ABI objects
Getter at block 21295898
cmContractType() view returns (string)
CMErc20
cmImage() view returns (string)
https://i.imgur.com/MDy24gF.jpg
cmURL() view returns (string)
decimals() view returns (uint8)
18
name() view returns (string)
YFIIII.finance
owner() view returns (address)
0xca5b4abb6c148fbb34ee66ac726bffe43288983e
symbol() view returns (string)
YFIIII
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.