YFI PRODUCT TOKEN
Verified contract
Active on
Ethereum with 243 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "YFI PRODUCT TOKEN"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16263225 | 2 years ago | | | 0 | 0.00029616104 | |
| 13119430 | 3 years ago | | | 0 | 0.0023265451 | |
| 11650873 | 4 years ago | | | 0 | 0.0010588500 | |
| 11480801 | 4 years ago | | | 0 | 0.0053748450 | |
| 11413420 | 4 years ago | | | 0 | 0.0014113710 | |
| 11407484 | 4 years ago | | | 0 | 0.0016465995 | |
| 11402619 | 4 years ago | | | 0 | 0.00081577650 | |
| 11402583 | 4 years ago | | | 0 | 0.00097259107 | |
| 11392439 | 4 years ago | | | 0 | 0.0033097770 | |
| 11379582 | 4 years ago | | | 0 | 0.0015534051 |
ABI
ABI objects
Getter at block 21182974
decimals() view returns (uint8)
18
name() view returns (string)
YFI PRODUCT TOKEN
symbol() view returns (string)
YFIPT
totalSupply() view returns (uint256)
80000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
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(uint256 initialSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.