MicroValidator

Verified contract

Active on Ethereum with 1,071 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
16 additional variables
Native
Value $0
ERC-20
--
ERC-20
--
0xecf7d13682894c53c5d6053ef3ed08b53f0a80aeaf206fbcd2d657d41fb66a49
0x36d2536ccd24d74926f87f67c178842441af3c65213dbc0453b5309def221627
0xfa0d7818d20932160582935b53f101009bbfd4954716125d708fbac929deaaa9
0xc9ac17ba6c42d3f77a4424cbefce82b940a3f2b2aff8e9b22ff39598afc5ccc6
0xd7a5c9d111ce799b77028ac0214e0824a97bb21ed40973ca05f6bda69591f06e
0x04eaa658d9d9f5c5bf29fc20d07638adfe07665357efb1302dd767ea49e994bd
0x799a1c5dc03537a67dbfe173538a1c4e8f4f3c63c1342e52d3c7598ba5f41e8b
0x5adafbb0b9380c3356af4aaecd415453b83ef870a779c44c9b28651bbcd4d458
0x9cc70ab85ef228089c3e92c1d573bcd069505e82cac20d192ed6a1c554d50d9e
0x4c330d7c0cf67df9e91e7fec33d93c40e1b99254eaba0c0c6d24074ffe0f2962

Functions
Getter at block 21396865
BASE(view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
DEAD(view returns (address)
0x000000000000000000000000000000000000dead
USDT(view returns (address)
0xdac17f958d2ee523a2206206994597c13d831ec7
WETH(view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
_opTokensToSwap(view returns (uint256)
0
_validatorTokensToSwap(view returns (uint256)
156870807465851075551
bps(view returns (uint256)
10000
buyFeeOp(view returns (uint256)
0
buyFeeTotal(view returns (uint256)
0
buyFeeValidator(view returns (uint256)
0
contractSellEnabled(view returns (bool)
true
contractSellThreshold(view returns (uint256)
200000000000000000000
decimals(pure returns (uint8)
18
getOwner(view returns (address)
0x4d939977da7d0d0c3239dd0415f13a35cc1664b4
isContractSelling(view returns (bool)
false
maxWallet(view returns (uint256)
1000000000000000000000000
microvalidator(view returns (address)
0x98c4c291f1de5076212e32ffc4b270f2d56533b4
microvalidatorAddress(view returns (address)
0x98c4c291f1de5076212e32ffc4b270f2d56533b4
minAmountToTriggerSwap(view returns (uint256)
0
mintingEnabled(view returns (bool)
true
name(pure returns (string)
MicroValidator
opFeeRecipient1(view returns (address)
0xb8d7da7e64271e274e132001f9865ad8de5001c8
opFeeRecipient2(view returns (address)
0x21ccabc78fc240892a54106bc7a8dc3880536347
opFeeRecipient3(view returns (address)
0xd703f7b098262b0751c9a654eea332183d199a69
pair(view returns (address)
0x348688af66806420ec68f7aff5089bac44ebd032
router(view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
sellFeeOp(view returns (uint256)
0
sellFeeTotal(view returns (uint256)
900
sellFeeValidator(view returns (uint256)
900
swapForETH(view returns (bool)
true
symbol(pure returns (string)
MICROV
taxDistBps(view returns (uint256)
10000
taxDistOp(view returns (uint256)
2700
taxDistValidator(view returns (uint256)
7300
totalSupply(view returns (uint256)
6000000000000000000000000
tradingEnabled(view returns (bool)
false
usdt(view returns (address)
0xdac17f958d2ee523a2206206994597c13d831ec7
validatorFeeRecipient(view returns (address)
0x58917027c0648086f85cd208e289095731cfde1b
Read-only
allowance(address holderaddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
getIsDisabledExempt(address _holderview returns (bool)
getIsFeeExempt(address _holderview returns (bool)
getIsMaxExempt(address _holderview returns (bool)
getIsUniswapPair(address _pairview returns (bool)
isDisabledExempt(addressview returns (bool)
isFeeExempt(addressview returns (bool)
isMaxExempt(addressview returns (bool)
isOwner(address accountview returns (bool)
isUniswapPair(addressview returns (bool)
State-modifying
approve(address spenderuint256 amountreturns (bool)
approveMax(address _spenderreturns (bool)
burn(uint256 _amount
changeSwapForETH(bool _swapForETH
changeTaxDist(uint256 _taxDistOpuint256 _taxDistValidatoruint256 _taxDistBps
changeUSDT(address _USDT
changeWETH(address _WETH
configureContractSelling(bool _contractSellEnableduint256 _contractSellThreshold
drainGas(
drainToken(address _tokenaddress _recipient
mint(uint256 _amount
permanentlyDisableMinting(
setMaxWallet(uint256 _maxWallet
setMinAmountToTriggerSwap(uint256 _minAmountToTriggerSwap
setTransferTaxRecipients(address _opFeeRecipient1address _opFeeRecipient2address _opFeeRecipient3address _validatorFeeRecipient
setTransferTaxes(uint256 _buyFeeOpuint256 _buyFeeValidatoruint256 _sellFeeOpuint256 _sellFeeValidatoruint256 _bps
toggleIsDisabledExempt(address _holderbool _exempt
toggleIsFeeExempt(address _holderbool _exempt
toggleIsMaxExempt(address _holderbool _exempt
toggleIsUniswapPair(address _pairbool _isPair
toggleTrading(bool _enabled
transfer(address recipientuint256 amountreturns (bool)
transferFrom(address senderaddress recipientuint256 amountreturns (bool)
transferOwnership(address adr
updateRouting(address _routeraddress _pairaddress _USDT
Events
Approval(address indexed owneraddress indexed spenderuint256 value
OwnershipTransferred(address owner
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(address _priceFeed
Fallback and receive
receive(
Errors

This contract contains no error objects.