Yieldilizer
Verified contract
Active on
Ethereum with 314 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x1a26…06eb
-
variable spans 2 additional slots
4 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
YDR | ERC-20 | 12.017393M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20784980 | 3 months ago | | | 0 | 0.0069807186 | |
| 20251568 | 5 months ago | | | 0 | 0.000078637142 | |
| 19909943 | 7 months ago | | | 0 | 0.0010218839 | |
| 19773407 | 7 months ago | | | 0 | 0.00013432800 | |
| 19773407 | 7 months ago | | | 0 | 0.00013467342 | |
| 19758432 | 7 months ago | | | 0 | 0.00011103263 | |
| 19133508 | 10 months ago | | | 0 | 0.0016559306 | |
| 18563939 | a year ago | | | 0 | 0.013320464 | |
| 18563934 | a year ago | | | 0 | 0.014520624 | |
| 18230988 | a year ago | | | 0 | 0.00058505122 |
ABI
ABI objects
Getter at block 21379706
decimals() view returns (uint8)
18
dividendTracker() view returns (address)
0x1a261f322b62acc1380aeeef8f329df775a806eb
getBaseBuyFees() view returns (uint8, uint8, uint8, uint8, uint8)
(1, 1, 1, 0, 1)
getBaseSellFees() view returns (uint8, uint8, uint8, uint8, uint8)
(0, 2, 1, 1, 1)
getNumberOfDividendTokenHolders() view returns (uint256)
244
getTotalRewardsDistributed() view returns (uint256)
83857798262550208889335365
isTradingEnabled() view returns (bool)
true
maxTxAmount() view returns (uint256)
5000000000000000000000000000
maxWalletAmount() view returns (uint256)
5000000000000000000000000000
minimumTokensBeforeSwap() view returns (uint256)
1500000000000000000000000
name() view returns (string)
Yieldilizer
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
YDR
totalSupply() view returns (uint256)
3811696852554536097304399979
uniswapV2Pair() view returns (address)
0xc35ca88cdb6f66199ab7de6637ae7d71c06975e0
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
automatedMarketMakerPairs(address) view returns (bool)
balanceOf(address account) view returns (uint256)
dividendTokenBalanceOf(address account) view returns (uint256)
withdrawableDividendOf(address account) view returns (uint256)
State-modifying
Events allowTradingWhenDisabled(address account, bool allowed)
approve(address spender, uint256 amount) returns (bool)
burn(uint256 value)
claim(address user, uint256 amount)
claimPendingETH(uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeFromDividends(address account)
excludeFromFees(address account, bool excluded)
excludeFromMaxTransactionLimit(address account, bool excluded)
excludeFromMaxWalletLimit(address account, bool excluded)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
removeLimitis()
renounceOwnership()
setBaseFeesOnBuy(uint8 _liquidityFeeOnBuy, uint8 _marketingFeeOnBuy, uint8 _buyBackFeeOnBuy, uint8 _burnFeeOnBuy, uint8 _holdersFeeOnBuy)
setBaseFeesOnSell(uint8 _liquidityFeeOnSell, uint8 _marketingFeeOnSell, uint8 _buyBackFeeOnSell, uint8 _burnFeeOnSell, uint8 _holdersFeeOnSell)
setMaxTransactionAmount(uint256 newValue)
setMaxWalletAmount(uint256 newValue)
setMinimumTokenBalanceForDividends(uint256 newValue)
setMinimumTokensBeforeSwap(uint256 newValue)
setStructure(address newLiquidityWallet, address newMarketingWallet, address newTeamWallet)
startTrading()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
AllowedWhenTradingDisabledChange(address indexed account, bool isExcluded)
Approval(address indexed owner, address indexed spender, uint256 value)
AutomatedMarketMakerPairChange(address indexed pair, bool indexed value)
ClaimPendingETH(uint256 amount)
DividendsSent(uint256 tokensSwapped)
ExcludeFromFeesChange(address indexed account, bool isExcluded)
ExcludeFromMaxStructureChange(address indexed account, bool isExcluded)
ExcludeFromMaxTransferChange(address indexed account, bool isExcluded)
FeeChange(string indexed identifier, uint8 liquidityFee, uint8 marketingFee, uint8 buyBackFee, uint8 burnFee, uint8 holdersFee)
FeesApplied(uint8 liquidityFee, uint8 marketingFee, uint8 buyBackFee, uint8 burnFee, uint8 holdersFee, uint8 totalFee)
ManualTaxChange(uint256 indexed newValue, uint256 indexed oldValue, string indexed taxType, bytes23 period)
MaxTransactionAmountChange(uint256 indexed newValue, uint256 indexed oldValue)
MaxWalletAmountChange(uint256 indexed newValue, uint256 indexed oldValue)
MinTokenAmountBeforeSwapChange(uint256 indexed newValue, uint256 indexed oldValue)
MinTokenAmountForDividendsChange(uint256 indexed newValue, uint256 indexed oldValue)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
StructureChange(string indexed indentifier, address indexed newWallet, address indexed oldWallet)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiqudity)
TokenBurn(uint8 _burnFee, uint256 burnAmount)
Transfer(address indexed from, address indexed to, uint256 value)
UniswapV2RouterChange(address indexed newAddress, address indexed oldAddress)
constructor()
receive()
This contract contains no error objects.