Deflationary
Verified contract
Active on
Ethereum with 115 txns
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 "Deflationary"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20829464 | 3 months ago | | | 0 | 0.0011168235 | |
| 20687675 | 3 months ago | | | 0 | 0.000096779803 | |
| 20686031 | 3 months ago | | | 0 | 0.00037746091 | |
| 20022395 | 6 months ago | | | 0 | 0.00030593995 | |
| 19935258 | 7 months ago | | | 0 | 0.0026111892 | |
| 19799092 | 7 months ago | | | 0 | 0.00017650978 | |
| 19786609 | 7 months ago | | | 0 | 0.00039330747 | |
| 19077915 | a year ago | | | 0 | 0.00041233463 | |
| 19070594 | a year ago | | | 0 | 0.0012127717 | |
| 19070568 | a year ago | | | 0 | 0.0010449381 |
ABI
ABI objects
Getter at block 21421129
decimals() pure returns (uint8)
9
feeRates() view returns (uint8 rfi, uint8 burn)
(rfi=0, burn=3)
name() pure returns (string)
Deflationary
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() pure returns (string)
DEF
totalBurnFees() view returns (uint256)
3802290395650338538735
totalRfiFees() view returns (uint256)
0
totalSupply() view returns (uint256)
996197709604349661461265
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFee(address account) view returns (bool)
isExcludedFromReward(address account) view returns (bool)
reflectionFromToken(uint256 tAmount, bool deductTransferRfi) view returns (uint256)
tokenFromReflection(uint256 rAmount) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeFromFee(address account)
excludeFromReward(address account)
includeInFee(address account)
includeInReward(address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setFeeRates(uint8 _burn)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
FeesChanged()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.