Wen Moon
Verified contract
Proxy
Active on
Ethereum with 29 txns
Unified storage
Map
Table
Raw
Constants and immutables
1
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 4 additional slots
-
variable spans 32 additional slots
Balances ($0.00)
No balances found for "Wen Moon"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20179305 | 5 months ago | | | 0 | 0.00021367113 | |
| 20179110 | 5 months ago | | | 0 | 0.00045098314 | |
| 20179110 | 5 months ago | | | 0 | 0.00045098314 | |
| 20179101 | 5 months ago | | | 0 | 0.00050656607 | |
| 20179094 | 5 months ago | | | 0 | 0.00045858927 | |
| 20179094 | 5 months ago | | | 0 | 0.00045858927 | |
| 20179094 | 5 months ago | | | 0 | 0.00045858927 | |
| 20179093 | 5 months ago | | | 0 | 0.00028935233 | |
| 20179092 | 5 months ago | | | 0 | 0.00045263198 | |
| 20179092 | 5 months ago | | | 0 | 0.00045263198 |
ABI
ABI objects
Getter at block 21210133 tokenInfo() view returns (struct ITokenFiErc20TokenInfo)
DOMAIN_SEPARATOR() view returns (bytes32 domainSeparator)
0xd307ae647c1b7b913f640e7d55dd4b1785c3e0789ebf7b4dbe1146c95a58c33f
buybackHandler() view returns (address)
0x16fa99e62efec3603182026d76747bea8c513646
decimals() view returns (uint8)
18
fees() view returns (struct ITokenFiErc20Fees)
((0, false), (0, false), (0, false), (0, false))
isReflectionToken() view returns (bool)
false
name() view returns (string)
Wen Moon
symbol() view returns (string)
Wen
totalFees() view returns (uint256)
0
totalReflection() view returns (struct ITokenFiErc20TotalReflection)
(0, 0, 0)
totalSupply() view returns (uint256)
1000000000000000000000000000000
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)
DiamondCut(struct IDiamondCutFacetCut[] _diamondCut, address _init, bytes _calldata)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
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)
constructor(address _contractOwner, address _diamondCutFacet)
fallback()
receive()
InitializationFunctionReverted(address _initializationContractAddress, bytes _calldata)
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()