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.000725 |
$0 | |
RAFL | ERC-20 | 100M | -- | -- | |
| ERC-20 | 2.4K | -- | -- | |
OHNO | ERC-20 | 227.647059 | -- | -- | |
BLOOM | ERC-20 | 1.42069 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22816684 | a day ago | | | 0 | 3.8478310e-7 | |
| 22631940 | 6 days ago | | | 0 | 4.5321352e-7 | |
| 22573431 | 7 days ago | | | 0 | 4.5780557e-7 | |
| 22563888 | 7 days ago | | | 0 | 3.4925185e-7 | |
| 22469154 | 9 days ago | | | 0 | 4.5321352e-7 | |
| 22368664 | 12 days ago | | | 0 | 8.5165574e-7 | |
| 22285285 | 14 days ago | | | 0 | 0.0000014584665 | |
| 22247453 | 15 days ago | | | 0 | 1.6684898e-7 | |
| 22186137 | 16 days ago | | | 0 | 2.5136092e-7 | |
| 22140842 | 17 days ago | | | 0 | 0.000000406515197180 |
ABI
ABI objects
Getter at block 22877411
CONTRACT_HASH() view returns (bytes32)
0x10f8c53b9d200f962270bc9b54f78fa99c99ee7cdfafa82dafef9f2a9b7f31fb
CONTRACT_NAME() view returns (string)
RAFLToken
VERSION() view returns (string)
rafl_v_1
_tTotal() view returns (uint256)
100000000000000000
decimals() view returns (uint8)
8
deflationBPS() view returns (uint256)
0
documentUri() view returns (string)
https://rafl.co
initialDocumentUri() view returns (string)
https://rafl.co
initialMaxTokenAmountPerAddress() view returns (uint256)
0
initialSupply() view returns (uint256)
1000000000
initialTokenOwner() view returns (address)
0xff8010dcaa8b11b3d2882563d84aa3530c7852e5
isBurnable() view returns (bool)
true
isDeflationary() view returns (bool)
false
isDocumentUriAllowed() view returns (bool)
true
isMaxAmountOfTokensSet() view returns (bool)
false
isMaxSupplySet() view returns (bool)
false
isMintable() view returns (bool)
false
isReflective() view returns (bool)
false
isTaxable() view returns (bool)
true
maxTaxBPS() view returns (uint256)
0
maxTokenAmountPerAddress() view returns (uint256)
0
maxTotalSupply() view returns (uint256)
0
name() view returns (string)
RAFL
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
RAFL
tFeeBPS() view returns (uint256)
0
taxAddress() view returns (address)
0x000000000000000000000000000000000000dead
taxBPS() view returns (uint256)
0
totalSupply() view returns (uint256)
100000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFee(address _whitelistedAddress) view returns (bool)
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)
excludeFromFee(address _addressToWhitelist)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address to, uint256 amount)
renounceOwnership()
setDeflationConfig(uint256 _deflationBPS)
setDocumentUri(string newDocumentUri)
setMaxTax(uint256 _maxTaxBPS)
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)
unexcludeFromFee(address _addressToWhitelist)
Approval(address indexed owner, address indexed spender, uint256 value)
DeflationConfigSet(uint256 indexed _deflationBPS)
DocumentUriSet(string newDocUri)
MaxTaxSet(uint256 indexed _taxBPS)
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 RAFLTokenERC20ConfigProps 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()
InvalidMaxTaxBPS(uint256 bps)
InvalidMaxTokenAmount(uint256 maxTokenAmount)
InvalidReflectiveConfig()
InvalidTaxBPS(uint256 bps)
InvalidTotalBPS(uint256 bps)
MaxTokenAmountNotAllowed()
MaxTokenAmountPerAddrLtPrevious()
MintingNotEnabled()
TokenIsNotDeflationary()
TokenIsNotReflective()
TokenIsNotTaxable()
TotalReflectionTooSmall()
TotalSupplyExceedsMaxAllowedAmount()
ZeroTransferError()