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 |
---|---|---|---|---|---|
YIFY | ERC-20 | 11.208077B | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20196066 | 5 months ago | | | 0 | 0.000062563214 | |
| 20067077 | 6 months ago | | | 0 | 0.00013119228 | |
| 17790225 | a year ago | | | 0 | 0.00063525430 | |
| 16557251 | 2 years ago | | | 0 | 0.0011448308 | |
| 16541152 | 2 years ago | | | 0 | 0.00084542718 | |
| 16433442 | 2 years ago | | | 0 | 0.00081503629 | |
| 16403558 | 2 years ago | | | 0 | 0.00084804685 | |
| 16376440 | 2 years ago | | | 0 | 0.00077097856 | |
| 16341545 | 2 years ago | | | 0 | 0.00088885176 | |
| 16325498 | 2 years ago | | | 0 | 0.00038064507 |
ABI
ABI objects
Getter at block 21284098
decimals() view returns (uint8)
9
name() view returns (string)
Yolanzi
symbol() view returns (string)
YIFY
totalSupply() view returns (uint256)
3141592653589793238462
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burn(uint256 value)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
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)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name, string symbol, uint8 decimals, uint256 totalSupply, address feeReceiver, address tokenOwnerAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.