TokenFiErc20Facet
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
7
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 32 additional slots
Balances ($0.00)
No balances found for "TokenFiErc20Facet"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "TokenFiErc20Facet"
ABI
ABI objects
Getter at block 21266882 tokenInfo() view returns (struct ITokenFiErc20TokenInfo)
DOMAIN_SEPARATOR() view returns (bytes32 domainSeparator)
0xcbd09b338ccdaa10cf5728cd878a41fe428a0af4015e9ba615152141cd45d157
buybackHandler() view returns (address)
0x0000000000000000000000000000000000000000
decimals() view returns (uint8)
0
fees() view returns (struct ITokenFiErc20Fees)
((0, false), (0, false), (0, false), (0, false))
isReflectionToken() view returns (bool)
false
name() view returns (string)
symbol() view returns (string)
totalFees() view returns (uint256)
0
totalReflection() view returns (struct ITokenFiErc20TotalReflection)
(0, 0, 0)
totalSupply() view returns (uint256)
0
Read-only
allowance(address holder, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExchangePool(address pool) view returns (bool)
isExcludedFromReflectionRewards(address account) view returns (bool)
isExemptedFromTax(address account) view returns (bool)
nonces(address owner) view returns (uint256)
reflectionFromToken(uint256 tAmount, bool deductTransferFee) view returns (uint256)
tokenFromReflection(uint256 rAmount) view returns (uint256)
State-modifying
Events addExchangePool(address pool)
addExemptAddress(address account)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 amount) returns (bool)
excludeAccount(address account)
includeAccount(address account)
increaseAllowance(address spender, uint256 amount) returns (bool)
mint(address to, uint256 amount)
permit(address owner, address spender, uint256 amount, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
reflect(uint256 tAmount)
removeExchangePool(address pool)
removeExemptAddress(address account)
setBuybackDetails(struct ITokenFiErc20BuybackDetails _buybackDetails)
setBuybackHandler(address _newBuybackHandler)
setDecimals(uint8 decimals)
setName(string name)
setSymbol(string symbol)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address holder, address recipient, uint256 amount) returns (bool)
updateFees(struct ITokenFiErc20Fees _fees)
updateTokenLauncher(address _newTokenLauncher)
updateTreasury(address _newTreasury)
Approval(address indexed owner, address indexed spender, uint256 value)
BuybackDetailsUpdated(address indexed router, address indexed pairToken, uint256 liquidityBasisPoints, uint256 priceImpactBasisPoints)
BuybackHandlerUpdated(address indexed oldBuybackHandler, address indexed newBuybackHandler)
ExchangePoolAdded(address indexed pool)
ExchangePoolRemoved(address indexed pool)
ExemptedAdded(address indexed account)
ExemptedRemoved(address indexed account)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
TokenLauncherUpdated(address indexed oldTokenLauncher, address indexed newTokenLauncher)
Transfer(address indexed from, address indexed to, uint256 value)
TransferTax(address indexed account, address indexed receiver, uint256 amount, string indexed taxType)
TreasuryUpdated(address indexed oldTreasury, address indexed newTreasury)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
ECDSA__InvalidS()
ECDSA__InvalidSignature()
ECDSA__InvalidV()
ERC20Base__ApproveFromZeroAddress()
ERC20Base__ApproveToZeroAddress()
ERC20Base__BurnExceedsBalance()
ERC20Base__BurnFromZeroAddress()
ERC20Base__InsufficientAllowance()
ERC20Base__MintToZeroAddress()
ERC20Base__TransferExceedsBalance()
ERC20Base__TransferFromZeroAddress()
ERC20Base__TransferToZeroAddress()
ERC20Extended__ExcessiveAllowance()
ERC20Extended__InsufficientAllowance()
ERC20Permit__ExpiredDeadline()
ERC20Permit__InvalidSignature()
UintUtils__InsufficientHexLength()