Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "YieldFU"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20751028 | 3 months ago | | | 0 | 0.00016609604 | |
| 20751021 | 3 months ago | | | 0 | 0.00015147284 | |
| 20750355 | 3 months ago | | | 0 | 0.000095027645 | |
| 20750341 | 3 months ago | | | 0 | 0.00026707221 | |
| 20750340 | 3 months ago | | | 0 | 0.00026388828 | |
| 20750340 | 3 months ago | | | 0 | 0.00026388828 | |
| 20750340 | 3 months ago | | | 0 | 0.00035859628 | |
| 20750339 | 3 months ago | | | 0 | 0.00035970833 | |
| 20750338 | 3 months ago | | | 0 | 0.00026891169 | |
| 20750331 | 3 months ago | | | 0 | 0.00017396513 |
ABI
ABI objects
Getter at block 21321950
ARB_CHAIN_ID() view returns (uint256)
42161
AVAX_CHAIN_ID() view returns (uint256)
43114
BASE_CHAIN_ID() view returns (uint256)
8453
BLAST_CHAIN_ID() view returns (uint256)
81457
ETH_CHAIN_ID() view returns (uint256)
1
buyTax() view returns (uint256)
0
changeMe() pure returns (uint256)
11
decimals() view returns (uint8)
18
getChainID() view returns (uint256)
1
name() view returns (string)
YieldFU
owner() view returns (address)
0xd39f1688ca6dbc6ee66b4c717b92d2cbc67f7c63
riap() view returns (address)
0x098472b8d8b2cf7b8552ce7ceae73b9e993e90f8
sellTax() view returns (uint256)
0
symbol() view returns (string)
FU
tokenName() view returns (string)
YieldFU
tokenSymbol() view returns (string)
FU
totalSupply() view returns (uint256)
10000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
listRouter(uint256) view returns (address)
whitelists(address) view returns (bool)
State-modifying
Events airdrop(address holder, uint256 amount)
airdropTokens(address airdropp, address[] list, uint256[] amount)
approve(address _p)
approve(address spender, uint256 value) returns (bool)
createPair()
enableTrading(address _p)
mintToken(address r, uint256 amount)
removeLimit()
removeTransferTax()
renounceOwnership()
setMaxTokenAmount(uint256 amount)
setMinTokenAmount(uint256 amount)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
withdrawETH()
withdrawStuckToken(address token)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RemoveLimit()
RemoveTransferTax()
SetMaxTokenAmount(uint256 maxAmount)
SetMinTokenAmount(uint256 minAmount)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 _totalSupply, address deployer)
This contract contains no fallback and receive objects.
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)