YRock Finance
Verified contract
Active on
Ethereum with 19 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,198.21 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11015507 | 4 years ago | | | 0 | 0.0088442000 | |
| 11015467 | 4 years ago | | | 0 | 0.0076984500 | |
| 11015460 | 4 years ago | | | 0 | 0.0077002500 | |
| 11015443 | 4 years ago | | | 0 | 0.0022883490 | |
| 11015435 | 4 years ago | | | 0 | 0.0077002500 | |
| 11015431 | 4 years ago | | | 0 | 0.0077002500 | |
| 11015424 | 4 years ago | | | 0 | 0.0077002500 | |
| 11015418 | 4 years ago | | | 0 | 0.0077002500 | |
| 11015414 | 4 years ago | | | 0 | 0.0077002500 | |
| 11015412 | 4 years ago | | | 0 | 0.0077002500 |
ABI
ABI objects
Getter at block 21161699
cmContractType() view returns (string)
CMErc20
cmImage() view returns (string)
cmURL() view returns (string)
decimals() view returns (uint8)
18
name() view returns (string)
YRock Finance
owner() view returns (address)
0x1b94628f6ecbd5f08bb48538d7f4a4ad99143019
symbol() view returns (string)
YROCK
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.