DeflationaryToken
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
5 additional
variables
Balances ($0.00)
No balances found for "DeflationaryToken"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "DeflationaryToken"
ABI
ABI objects
Getter at block 21202469
baseFeeData() view returns (uint8 liquidityFeeOnBuy, uint8 liquidityFeeOnSell, uint8 operationsFeeOnBuy, uint8 operationsFeeOnSell, uint8 burnFeeOnBuy, uint8 burnFeeOnSell, bool applyTaxOnTransfer)
(liquidityFeeOnBuy=0, liquidityFeeOnSell=0, operationsFeeOnBuy=0, operationsFeeOnSell=0, burnFeeOnBuy=0, burnFeeOnSell=0, applyTaxOnTransfer=false)
decimals() view returns (uint8)
0
maxSupply() view returns (uint256)
0
maxTxAmount() view returns (uint256)
0
maxWalletAmount() view returns (uint256)
0
minimumTokensBeforeSwap() view returns (uint256)
0
name() view returns (string)
owner() view returns (address)
0x0000000000ffe8b47b3e2130213b802212439497
symbol() view returns (string)
totalSupply() view returns (uint256)
0
uniswapV2Pair() view returns (address)
0x0000000000000000000000000000000000000000
uniswapV2Router() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
automatedMarketMakerPairs(address) view returns (bool)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
blockAccount(address account)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
claimETHOverflow()
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeFromFees(address account, bool excluded)
excludeFromMaxTransactionLimit(address account, bool excluded)
excludeFromMaxWalletLimit(address account, bool excluded)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address _owner, string _name, string _symbol, uint8 _decimals, uint256 _initialSupply, address _routerV2, struct DeflationaryTokenFeeDataStorage baseTaxes, address liquidityWallet_, address operationsWallet_, address burnWallet_, uint256 maxWalletPct, uint256 maxTxPct)
renounceOwnership()
setAutomatedMarketMakerPair(address pair, bool value)
setFeesData(struct DeflationaryTokenFeeDataStorage taxData)
setMaxTransactionAmount(uint256 newValue)
setMaxWalletAmount(uint256 newValue)
setMinimumTokensBeforeSwap(uint256 newValue)
setWallets(address newLiquidityWallet, address newOperationsWallet)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unblockAccount(address account)
Approval(address indexed owner, address indexed spender, uint256 value)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.