DeFi²

Verified contract

Active on Ethereum with 1,104 txns
Deployed by via 0x0f08521e at 16068891
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
29 additional variables
Native
Value $161.91
ERC-20
--
0xf2188969ecd5c1f206d9abf5a5073154f52d92a2a04b7e326ce481f2b8f31123
0x8a710e58f55343a28ec0e1bfd8879262796dbdb4698f8351143ebd2040dabab6
0xf961a55316d86324bea691469f169a5ec6a6b9aa14b3a02080b08b801ef63d9b
0xaed25f857c18520b1bde3bacd9037e51961d5d49ef2dbba1f97f5491f3fc5151
0x36dd9d01286f97ec48ad17d7da6302348996e983db6b5b1300025d3af297e770
0x0df5a7d5c0348e41e95946f44b5226c75817997a393abd61386cc0ffca88a065
0x4818d2cbdf5e6821b29f79dee74e1064256650bcfdc928b0dcb89bfbff6c5eda
0xa07650dbe7704ca7e4574712522e1fe6ef04acda7d8fbb454c3841ab4ce038c0
0x6f067c00c5849efb14176e7c63becc0b750698f0017415211f9fb91fafbf6468
0xdaf8e30479bb16eb7c8aba2912b30844280cb95ba32473cfcb39a0af8eae5679

Functions
Getter at block 20890931
USDC(view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
_renounceDelayFunction(view returns (bool)
false
_renounceExcludeInclude(view returns (bool)
false
_renounceFeeFunctions(view returns (bool)
false
_renounceMarketMakerPairChanges(view returns (bool)
false
_renounceMaxUpdateFunctions(view returns (bool)
false
_renounceWalletChanges(view returns (bool)
false
buyBurnFee(view returns (uint256)
0
buyLiquidityFee(view returns (uint256)
150
buyMarketingFee(view returns (uint256)
100
buyRewardFee(view returns (uint256)
50
buyTotalFees(view returns (uint256)
500
buyTreasuryFee(view returns (uint256)
200
deadAddress(view returns (address)
0x000000000000000000000000000000000000dead
decimals(view returns (uint8)
18
feeUnits(view returns (uint256)
10000
limitsInEffect(view returns (bool)
true
liquidityFeeActive(view returns (bool)
true
marketingAddress(view returns (address)
0xa0a1c7096c28bb19ac4e0a4e640ef9c1b23eb606
maxSellTransaction(view returns (uint256)
2
maxSellTransactionAmount(view returns (uint256)
19183210774470618106033
maxWallet(view returns (uint256)
2
maxWalletTotal(view returns (uint256)
19183210774470618106033
name(view returns (string)
DeFi²
owner(view returns (address)
0x0000000000000000000000000000000000000000
rewardAddress(view returns (address)
0x07ac5418d7c14c6895c0d3479265328f876a80bd
sellBurnFee(view returns (uint256)
150
sellLiquidityFee(view returns (uint256)
0
sellMarketingFee(view returns (uint256)
100
sellRewardFee(view returns (uint256)
50
sellTotalFees(view returns (uint256)
500
sellTreasuryFee(view returns (uint256)
200
supply(view returns (uint256)
959160538723530905301699
swapEnabled(view returns (bool)
true
swapTokensAtAmount(view returns (uint256)
479580269361765452650
symbol(view returns (string)
DFX
tokenHandler(view returns (address)
0x8b7b0882a5d2a0251b831dff8464abb4a2991569
tokensForBurn(view returns (uint256)
0
tokensForLiquidity(view returns (uint256)
0
tokensForMarketing(view returns (uint256)
127329978100822035609
tokensForReward(view returns (uint256)
63664989050411017804
tokensForTreasury(view returns (uint256)
254659956201644071218
totalSupply(view returns (uint256)
959160538723530905301699
tradingActive(view returns (bool)
true
treasuryAddress(view returns (address)
0x8e2c3656a14b13bb3471ff0260de575a4ec93847
uniswapV2Pair(view returns (address)
0x057725d477f2eb6dc7ee9fe0cdd5d13b9e7c4208
uniswapV2Router(view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
_isExcludedMaxSellTransactionAmount(addressview returns (bool)
allowance(address owneraddress spenderview returns (uint256)
automatedMarketMakerPairs(addressview returns (bool)
balanceOf(address accountview returns (uint256)
isExcludedFromFees(address accountview returns (bool)
State-modifying
approve(address spenderuint256 amountreturns (bool)
decreaseAllowance(address spenderuint256 subtractedValuereturns (bool)
enableTrading(
excludeFromFees(address accountbool excluded
excludeFromMaxSellTransaction(address updAdsbool isEx
includeInFees(address account
increaseAllowance(address spenderuint256 addedValuereturns (bool)
removeLimits(
renounceExcludeInclude(
renounceFeeFunctions(
renounceMarketMakerPairChanges(
renounceMaxUpdateFunctions(
renounceOwnership(
renounceWalletChanges(
setAutomatedMarketMakerPair(address pairbool value
toggleLiquidityFeeActive(
transfer(address recipientuint256 amountreturns (bool)
transferFrom(address senderaddress recipientuint256 amountreturns (bool)
transferOwnership(address newOwner
updateBuyFees(uint256 _burnFeeuint256 _marketingFeeuint256 _liquidityFeeuint256 _treasuryFeeuint256 _rewardFee
updateMarketingAddress(address newWallet
updateMaxSellTransaction(uint256 newNum
updateMaxWallet(uint256 newNum
updateRewardAddress(address newWallet
updateSellFees(uint256 _burnFeeuint256 _marketingFeeuint256 _liquidityFeeuint256 _treasuryFeeuint256 _rewardFee
updateTreasuryAddress(address newWallet
Events
Approval(address indexed owneraddress indexed spenderuint256 value
ExcludeFromFees(address indexed accountbool isExcluded
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
SetAutomatedMarketMakerPair(address indexed pairbool indexed value
SwapAndLiquify(uint256 tokensSwappeduint256 ethReceiveduint256 tokensIntoLiqudity
Transfer(address indexed fromaddress indexed touint256 value
UpdateUniswapV2Router(address indexed newAddressaddress indexed oldAddress
updateHolderLastTransferTimestamp(address indexed accountuint256 timestamp
Constructor
constructor(
Fallback and receive
receive(
Errors

This contract contains no error objects.