YieldFarming Index
Verified contract
Active on
Base with 8,589 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.000785 |
$0 | |
OHNO | ERC-20 | 1 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- | |
YFX | ERC-20 | 0 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22726489 | 11 hours ago | | | 0 | 1.4090400e-7 | |
| 22688453 | a day ago | | | 0 | 2.9792076e-7 | |
| 22676491 | 2 days ago | | | 0 | 2.8859845e-7 | |
| 22667697 | 2 days ago | | | 0 | 1.8357986e-7 | |
| 22656402 | 2 days ago | | | 0 | 1.5192298e-7 | |
| 22655575 | 2 days ago | | | 0 | 1.5268814e-7 | |
| 22654353 | 2 days ago | | | 0 | 1.5070324e-7 | |
| 22608718 | 3 days ago | | | 0 | 1.5593609e-7 | |
| 22522424 | 5 days ago | | | 0 | 2.9322276e-7 | |
| 22447939 | 7 days ago | | | 0 | 2.4305527e-7 |
ABI
ABI objects
Getter at block 22745632
ALWAYS_TAXED_FROM() view returns (bytes32)
0x3c9053d8d897bea84f1a2e8814845cc40f47b0a508dc93e56bc37c81c21a3b78
ALWAYS_TAXED_TO() view returns (bytes32)
0xdb1f6cc858f64c436f0ba814bf59b72262e27f9b82ae65442c00c7cfad070f35
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
NOT_TAXED_FROM() view returns (bytes32)
0x5a8e93afc88a8f41c32a59ead48949c995bbbd1ca15b8a3f9b53ed2443461237
NOT_TAXED_TO() view returns (bytes32)
0x651dbafbf0066bfdd2c717cccc977cff67bf8877ed830ce641731c2e8837c0ff
deadaddr() view returns (address)
0x000000000000000000000000000000000000dead
decimals() view returns (uint8)
18
name() view returns (string)
YieldFarming Index
owner() view returns (address)
0xf44e40882f3536edfea032530213c7fcf146b269
symbol() view returns (string)
YFX
taxdestination() view returns (address)
0xf44e40882f3536edfea032530213c7fcf146b269
taxdestination2() view returns (address)
0x473d3a2005499301dc353afa9d0c9c5980b5188c
taxdestination3() view returns (address)
0x11a70541df802260856087275115f4735849ea1c
taxed() view returns (bool)
false
thetax() view returns (uint256)
100
totalSupply() view returns (uint256)
1731224183102146051404238
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(address _from, uint256 _amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
disableTax()
enableTax()
grantRole(bytes32 role, address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address recipient, uint256 _amount)
renounceOwnership()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateMinter(address _minter)
updateTax(uint256 newtax)
updateTaxDestination(address newdestination, address newdestination2, address newdestination3)
whitelisttax(address _user)
whitelisttaxFROM(address _user)
whitelisttaxTO(address _user)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
TaxChanged(address account)
TaxDestinationChanged(address account)
TaxOff(address account)
TaxOn(address account)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(bool __taxed, uint256 __thetax, uint256 __maxtax, uint256 __mintax, address __owner, address __owner2, address __owner3)
This contract contains no fallback and receive objects.
This contract contains no error objects.