EXIT369

Verified contract

Active on Ethereum with 202 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 11 additional slots
ERC-20
--
0x4207ce6650822852854abadb982ed3585a1a8351ed6a071895d77b23a296fff4
0xf82b82c7d4c6c341ce89c1d055f0d8bb2d8f8988ecbed7bb89e032573eb9ff7b
0x5233d6e5b8105f4ff5923b1ca68d1cb4f3e9c5e113c213c022e47b555c91f163
0x804425044dd527a2f7b1322a3b3b70d98cdb11a273ff74f92f6f1c34bc11e81f
0xfc8de5a908817bf9b70b3c9d9f3b92b4b9f5a454f46ce78c60e49f0d16a0dd18
0xd659a66a9959a85d8595e512f643ae2ee38021344b138279a3de272c5501ec2a
0xcf70f638fedb970abb2584b25e39dd4003fe3a8aa9edddc9a0c0fd7f7be8c90a
From
0x6557f7b945204ba3c096b4d7c5a1f14ba17841c8664bbc4bcb54b06e2716b594
0xf47c3e3376ef49a4e6272277a9a9b4541645d69cba5ce37032d682d14d86b815
0x24291b9960ad38d403cf61a44f09c6e2ff7b739e47c514eaf166256161471bfb

Functions
Getter at block 21282648
PRECISION(view returns (uint256)
10000
SWAP_TAX(view returns (uint256)
125
decimals(pure returns (uint8)
18
isSwapping(view returns (bool)
false
mirrorERC721(view returns (address)
0x0c23640fd865c23a44913e7ccf0c4fc151f6e674
name(view returns (string)
EXIT369
pair(view returns (address)
0xd70986d95c47eeeff8fc6dbc772726373b886dd5
router(view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
symbol(view returns (string)
EXIT369
totalSupply(view returns (uint256)
100000000000000000000
treasury(view returns (address)
0x6086c9b923c301d936129de4c0ffec16d11f93e9
univ2router(view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
wnt(view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address ownerview returns (uint256)
getSkipNFT(address ownerview returns (bool)
tokenURI(uint256 _tokenIdview returns (string _result)
State-modifying
approve(address spenderuint256 amountreturns (bool)
setSkipNFT(bool skipNFTreturns (bool)
transfer(address touint256 amountreturns (bool)
transferFrom(address fromaddress touint256 amountreturns (bool)
Events
Approval(address indexed owneraddress indexed spenderuint256 amount
SkipNFTSet(address indexed targetbool status
Transfer(address indexed fromaddress indexed touint256 amount
Constructor
constructor(address _wntaddress _univ2routeraddress _treasurystring name_string symbol_string baseURI_uint96 _totalSupplyuint256 _tokenLiquidityThresholdaddress univ2factory
Fallback and receive
fallback(
receive(
Errors
ApprovalCallerNotOwnerNorApproved(
DNAlreadyInitialized(
FnSelectorNotRecognized(
InsufficientAllowance(
InsufficientBalance(
LinkMirrorContractFailed(
MirrorAddressIsZero(
SenderNotMirror(
TokenDoesNotExist(
TotalSupplyOverflow(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToZeroAddress(
UnitIsZero(