Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
4 additional
variables
Balances ($17.12)
Native
Value
$17.12
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.005384 | $3,180.22 |
$17.12 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20643865 | 3 months ago | | | 0 | 0.000072873413 | |
| 19841421 | 6 months ago | | | 0 | 0.00042200025 | |
| 19840022 | 6 months ago | | | 0 | 0.00030504283 | |
| 17709748 | a year ago | | | 0 | 0.00061467818 | |
| 17531723 | a year ago | | | 0 | 0.00089881107 | |
| 17445556 | a year ago | | | 0 | 0.00087491900 | |
| 17330793 | a year ago | | | 0 | 0.0034262416 | |
| 17330649 | a year ago | | | 0 | 0.0031607720 | |
| 17329281 | a year ago | | | 0 | 0.0029999594 | |
| 17327882 | a year ago | | | 0 | 0.0015769800 |
ABI
ABI objects
Getter at block 21202221
decimals() view returns (uint8)
18
maxWallet() view returns (uint256)
10000000000000000000000000000000000000000000000000000000000000000
name() view returns (string)
Refound
owner() view returns (address)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
false
symbol() view returns (string)
$RFD
taxStatus() view returns (bool)
false
totalSupply() view returns (uint256)
1000000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isBlacklisted(address account) view returns (bool)
isExcluded(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
claimStuckTokens(address _token)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
disableBlacklist(address account)
disableTax()
enableBlacklist(address account)
enableTax()
exclude(address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
pause()
removeExclude(address account)
renounceOwnership()
setBuyTax(uint256 dev, uint256 liquidity)
setMaxWallet(uint256 amount)
setSellTax(uint256 dev, uint256 liquidity)
setTaxWallets(address dev)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
triggerTax()
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor(string _tokenName, string _tokenSymbol, uint256 _supply)
receive()
This contract contains no error objects.