Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.000574 |
$0 | |
HAROLD | ERC-20 | 24.375M | -- | -- | |
OZMPC | ERC-20 | 8.3K | -- | -- | |
OHNO | ERC-20 | 1 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22665282 | 12 days ago | | | 0 | 0.0000015146513 | |
| 22665198 | 12 days ago | | | 0 | 9.5655308e-7 | |
| 22665115 | 12 days ago | | | 0 | 0.0000015139615 | |
| 22611813 | 13 days ago | | | 0 | 5.7925122e-7 | |
| 22303479 | 20 days ago | | | 0 | 1.6710980e-7 | |
| 21830674 | a month ago | | | 0 | 2.6955396e-7 | |
| 21830491 | a month ago | | | 0 | 0.000000303885468779 | |
| 21568018 | a month ago | | | 0 | 0.000000300541569416 | |
| 21541534 | a month ago | | | 0 | 0.0000015135637 | |
| 21486043 | a month ago | | | 0 | 0.0000061420328 |
ABI
ABI objects
Getter at block 23178087
VERSION() view returns (string)
defi_v_3
_tTotal() view returns (uint256)
7635288562974927526815869394
decimals() view returns (uint8)
18
deflationBPS() view returns (uint256)
250
documentUri() view returns (string)
initialDocumentUri() view returns (string)
initialMaxTokenAmountPerAddress() view returns (uint256)
0
initialSupply() view returns (uint256)
8000000000
initialTokenOwner() view returns (address)
0x16bdd32e46a751dea0ef5d77c67738c8ccdb6fa2
isBurnable() view returns (bool)
true
isDeflationary() view returns (bool)
true
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)
true
maxTokenAmountPerAddress() view returns (uint256)
0
maxTotalSupply() view returns (uint256)
8000000000000000000000000000
name() view returns (string)
HAROLD
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
HAROLD
tFeeBPS() view returns (uint256)
0
taxAddress() view returns (address)
0x16bdd32e46a751dea0ef5d77c67738c8ccdb6fa2
taxBPS() view returns (uint256)
250
totalSupply() view returns (uint256)
7635288562974927526815869394
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
tokenFromReflection(uint256 rAmount) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address to, uint256 amount)
renounceOwnership()
setDeflationConfig(uint256 _deflationBPS)
setDocumentUri(string newDocumentUri)
setMaxTokenAmountPerAddress(uint256 newMaxTokenAmount)
setReflectionConfig(uint256 _feeBPS)
setTaxConfig(address _taxAddress, uint256 _taxBPS)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
DeflationConfigSet(uint256 indexed _deflationBPS)
DocumentUriSet(string newDocUri)
MaxTokenAmountPerSet(uint256 newMaxTokenAmount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ReflectionConfigSet(uint256 indexed _feeBPS)
TaxConfigSet(address indexed _taxAddress, uint256 indexed _taxBPS)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name_, string symbol_, uint256 initialSupplyToSet, uint8 decimalsToSet, address tokenOwner, struct DefiV3TokenERC20ConfigProps customConfigProps, string newDocumentUri, address _taxAddress, uint256[3] bpsParams, uint256[2] amountParams)
This contract contains no fallback and receive objects.
BurningNotEnabled()
DestBalanceExceedsMaxAllowed(address addr)
DocumentUriNotAllowed()
ERC20InsufficientBalance(address recipient, uint256 fromBalance, uint256 balance)
InvalidDecimals(uint8 decimals)
InvalidMaxSupplyConfig()
InvalidMaxTokenAmount(uint256 maxTokenAmount)
InvalidReflectiveConfig()
InvalidTotalBPS(uint256 bps)
MaxTokenAmountNotAllowed()
MaxTokenAmountPerAddrLtPrevious()
MintingNotEnabled()
TokenIsNotDeflationary()
TokenIsNotReflective()
TokenIsNotTaxable()
TotalReflectionTooSmall()
TotalSupplyExceedsMaxAllowedAmount()
ZeroTransferError()