DRTR

Verified contract

Active on Ethereum with 115 txns
Deployed by via 0x2f70e82f at 21064550
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "DRTR"

0x3ae3f86846a1e57408360aed6b6fd566b91f209b8d8ce8ab61a2a6edbfca7a3d
0x89de2e332df627f8b2d5c7f55a520e20195baafe9a78f17bf0eb9ff52d08e95d
0x2e425ff909583cf22970fac90087a68ce956fbae725e9faf092ca8f489e708f7
0xb7a2b8f7a6f6610ad080d9c9bfcb2f31bfa48d246c6037e1748cbd8dbd0286b6
0x0421c40000d1430ac8e94a1cb3f51df208072aaf66677b4c4a1a132ac0ce33d8
0x54c309fc9463db447dba32406a024a23b7b84d7f91169eb0b9a75b532756d31f
0x89c0735ebe9a4d1ecfb646f0461f56bc191acc5900c3fc9ee8bd7cf4c00a9453
0x1af8d0303b03579cd816111f5bafac2c09de9620c39bbef0c2bc8e9ea536f7dd
0xcffa2bfecc642fdc235095ce3caf9b14c89d33157cac6cb8040e69786610783e
0xd89e84a4a757201fd99e5614828b7002c1d7d75f69ce0f39907bdd4d61cb19ec

Functions
Getter at block 21387024
CONTRACT_HASH(view returns (bytes32)
0xc9aa98fa5c77b81a446559b1f4b3bf869fd0619c6452347993d4194bbde74e73
CONTRACT_NAME(view returns (string)
DefiV5Token
MAX_EXCLUSION_LIMIT(view returns (uint256)
100
MAX_REWARDS_EXCLUSION_LIMIT(view returns (uint256)
100
VERSION(view returns (string)
defi_v_5
_tTotal(view returns (uint256)
999000000000000000000000
decimals(view returns (uint8)
18
deflationBPS(view returns (uint256)
0
documentUri(view returns (string)
getFeesAndLimitsExclusionList(view returns (address[])
[]
getRewardsExclusionList(view returns (address[])
[]
initialDocumentUri(view returns (string)
initialMaxTokenAmountPerAddress(view returns (uint256)
0
initialSupply(view returns (uint256)
55000
initialTokenOwner(view returns (address)
0x33d97895bb7a7a99c39c5689b5e998b4a97fe9fe
isBurnable(view returns (bool)
true
isDeflationary(view returns (bool)
false
isDocumentUriAllowed(view returns (bool)
false
isMaxAmountOfTokensSet(view returns (bool)
false
isMaxSupplySet(view returns (bool)
true
isMintable(view returns (bool)
true
isReflective(view returns (bool)
false
isTaxable(view returns (bool)
false
maxTokenAmountPerAddress(view returns (uint256)
0
maxTotalSupply(view returns (uint256)
999000000000000000000000
name(view returns (string)
DRTR
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
DRTR
tFeeBPS(view returns (uint256)
0
taxAddress(view returns (address)
0x33d97895bb7a7a99c39c5689b5e998b4a97fe9fe
taxBPS(view returns (uint256)
0
totalSupply(view returns (uint256)
999000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
feesAndLimitsExcluded(uint256view returns (address)
isFeesAndLimitsExcluded(addressview returns (bool)
rewardsExcluded(uint256view returns (address)
tokenFromReflection(uint256 rAmountview returns (uint256)
State-modifying
approve(address spenderuint256 amountreturns (bool)
burn(uint256 amount
decreaseAllowance(address spenderuint256 subtractedValuereturns (bool)
excludeFromFeesAndLimits(address account
excludeFromRewards(address account
includeInFeesAndLimits(address account
includeInRewards(address account
increaseAllowance(address spenderuint256 addedValuereturns (bool)
mint(address touint256 amount
renounceOwnership(
setDeflationConfig(uint256 _deflationBPS
setDocumentUri(string newDocumentUri
setMaxTokenAmountPerAddress(uint256 newMaxTokenAmount
setReflectionConfig(uint256 _feeBPS
setTaxConfig(address _taxAddressuint256 _taxBPS
transfer(address touint256 amountreturns (bool)
transferFrom(address fromaddress touint256 amountreturns (bool)
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed spenderuint256 value
DeflationConfigSet(uint256 indexed _deflationBPS
DocumentUriSet(string newDocUri
ExcludeFromFeesAndLimits(address indexed account
ExcludedFromRewards(address indexed account
IncludedInFeesAndLimits(address indexed account
IncludedInRewards(address indexed account
MaxTokenAmountPerSet(uint256 newMaxTokenAmount
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
ReflectionConfigSet(uint256 indexed _feeBPS
TaxConfigSet(address indexed _taxAddressuint256 indexed _taxBPS
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(string name_string symbol_uint256 initialSupplyToSetuint8 decimalsToSetaddress tokenOwnerstruct DefiV5TokenERC20ConfigProps customConfigPropsstring newDocumentUriaddress _taxAddressuint256[3] bpsParamsuint256[2] amountParams
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AlreadyExcludedFromFeesAndLimits(
AlreadyExcludedFromRewards(
AlreadyIncludedInFeesAndLimits(
AlreadyIncludedInRewards(
BurningNotEnabled(
DestBalanceExceedsMaxAllowed(address addr
DocumentUriNotAllowed(
ERC20InsufficientBalance(address recipientuint256 fromBalanceuint256 balance
InvalidDecimals(uint8 decimals
InvalidMaxSupplyConfig(
InvalidMaxTokenAmount(uint256 maxTokenAmount
InvalidReflectiveConfig(
InvalidTotalBPS(uint256 bps
MaxTokenAmountNotAllowed(
MaxTokenAmountPerAddrLtPrevious(
MintingNotEnabled(
ReachedMaxExclusionLimit(
ReachedMaxRewardExclusionLimit(
TokenIsNotDeflationary(
TokenIsNotReflective(
TokenIsNotTaxable(
TotalReflectionTooSmall(
TotalSupplyExceedsMaxAllowedAmount(
ZeroTransferError(