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 |
---|---|---|---|---|---|
FU | ERC-20 | 27.333955M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20925810 | a month ago | | | 0 | 0.00021541383 | |
| 20901255 | a month ago | | | 0 | 0.00034958880 | |
| 20850861 | 2 months ago | | | 0 | 0.00014998205 | |
| 20850760 | 2 months ago | | | 0 | 0.00041897670 | |
| 20850603 | 2 months ago | | | 0 | 0.00032977565 | |
| 20850569 | 2 months ago | | | 0 | 0.00036971553 | |
| 20850545 | 2 months ago | | | 0 | 0.00055860130 | |
| 20850545 | 2 months ago | | | 0 | 0.00055860130 | |
| 20850545 | 2 months ago | | | 0 | 0.00055860130 | |
| 20850545 | 2 months ago | | | 0 | 0.00055860130 |
ABI
ABI objects
Getter at block 21217700
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
TOKEN_MANAGER() view returns (bytes32)
0x593fb413ec9f9ad9f53f309300b515310ff474591268ca3cbe9752fd88eb76a0
UNRESTRICTED() view returns (bytes32)
0x91d0ca641b4a271c992464d0c8d47e8cececb6cb7bcb03d087fb339947fac912
_maxSwap() view returns (uint256)
2666666664000000
autoRebase() view returns (bool)
true
autoRebasePercent() view returns (uint256)
125
decimals() view returns (uint8)
9
getCirculatingSupply() view returns (uint256)
880026367175529187
lastRebase() view returns (uint256)
1727571695
name() view returns (string)
YieldFu
symbol() view returns (string)
FU
totalSupply() view returns (uint256)
880026367175529188
Read-only
allowance(address owner_, address spender) view returns (uint256)
balanceOf(address who) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isPair(address) view returns (bool)
pairs(uint256) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events addLP(address _address)
approve(address spender, uint256 value) returns (bool)
clearETH()
clearTax()
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableTax()
generalOpen()
grantRole(bytes32 role, address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
issueRewards(address to, uint256 amount)
lp(address deliver) payable
rebasePercent(uint256 _percent, bool up, bool priceChange) returns (uint256)
removeRewards(address from, uint256 amount)
renounceRole(bytes32 role, address callerConfirmation)
revokeRole(bytes32 role, address account)
runAutoRebase()
setAutoRebase(bool _auto, uint256 _percent, uint256 _timer)
setAutoRebaseTimer(uint256 _timer)
setRoles(bytes32 role, address[] wallets, bool active)
toggleSwap()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
LogRebase(uint256 totalSupply)
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)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
AccessControlBadConfirmation()
AccessControlUnauthorizedAccount(address account, bytes32 neededRole)