Wen Moon

Verified contract

Proxy

Active on Ethereum with 29 txns
Deployed by via 0x8df77712 at 20178943
Slot
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

No balances found for "Wen Moon"

0xe6e7876f584e5dad785cb8f8b9ff48ded4ce727eaa875e086951905962a8fa6e
0xf5f212e6185952f43813cab35d6b23c5d982ae93c338a07f4de026d6491d1e0f
0x726533ec560040ad5c544645968a6a6a22be22d6dce03ec1f622b7b65add10a1
0x57f376bc9eeb47dde10e19a8b5a4b5493293f03e918bb991e6aa624f29417d59
0x318307ec4eb56c5f1c55f101c7f3513b1a03401dbc281433ee3f8f1e02c7b379
0xb447ab70bac14b176206e14166fb96f4a0685e1baa3d4e90ade63808fb88d3d4
0x4d3350708d51abea771a2ff81aaf6d7f29b86e308f2e35258fd148c56c228d1a
0x07ea0013c4b0d1973a77ff10aeca585b1bc886b4bbd2fc322085d3f0dd89723c
0xc2b156a87708342a2419d5f230f249f08507bb5145b64fa7e2f9d00b46d8d656
0xe169d2f1c8f198e0ab392bfa8a946056ab8d6ff650802eb1c20e025e4a8d05f7

Functions
Getter at block 21210133
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
 
tokenInfo(view returns (struct ITokenFiErc20TokenInfo)
totalFees(view returns (uint256)
0
totalReflection(view returns (struct ITokenFiErc20TotalReflection)
(0, 0, 0)
totalSupply(view returns (uint256)
1000000000000000000000000000000
Read-only
allowance(address holderaddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
isExchangePool(address poolview returns (bool)
isExcludedFromReflectionRewards(address accountview returns (bool)
isExemptedFromTax(address accountview returns (bool)
nonces(address ownerview returns (uint256)
reflectionFromToken(uint256 tAmountbool deductTransferFeeview returns (uint256)
tokenFromReflection(uint256 rAmountview returns (uint256)
State-modifying
addExchangePool(address pool
addExemptAddress(address account
approve(address spenderuint256 amountreturns (bool)
decreaseAllowance(address spenderuint256 amountreturns (bool)
excludeAccount(address account
includeAccount(address account
increaseAllowance(address spenderuint256 amountreturns (bool)
mint(address touint256 amount
permit(address owneraddress spenderuint256 amountuint256 deadlineuint8 vbytes32 rbytes32 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 recipientuint256 amountreturns (bool)
transferFrom(address holderaddress recipientuint256 amountreturns (bool)
updateFees(struct ITokenFiErc20Fees _fees
updateTokenLauncher(address _newTokenLauncher
updateTreasury(address _newTreasury
Events
DiamondCut(struct IDiamondCutFacetCut[] _diamondCutaddress _initbytes _calldata
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Approval(address indexed owneraddress indexed spenderuint256 value
BuybackDetailsUpdated(address indexed routeraddress indexed pairTokenuint256 liquidityBasisPointsuint256 priceImpactBasisPoints
BuybackHandlerUpdated(address indexed oldBuybackHandleraddress indexed newBuybackHandler
ExchangePoolAdded(address indexed pool
ExchangePoolRemoved(address indexed pool
ExemptedAdded(address indexed account
ExemptedRemoved(address indexed account
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
TokenLauncherUpdated(address indexed oldTokenLauncheraddress indexed newTokenLauncher
Transfer(address indexed fromaddress indexed touint256 value
TransferTax(address indexed accountaddress indexed receiveruint256 amountstring indexed taxType
TreasuryUpdated(address indexed oldTreasuryaddress indexed newTreasury
Constructor
constructor(address _contractOwneraddress _diamondCutFacet
Fallback and receive
fallback(
receive(
Errors
InitializationFunctionReverted(address _initializationContractAddressbytes _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(