MicroValidator
Verified contract
Active on
Ethereum with 1,071 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
16 additional
variables
Balances ($0.00)
Native
Value
$0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0 | $3,904.61 |
$0 | |
MICROV | ERC-20 | 156.870807 | -- | -- | |
AMPLIFI | ERC-20 | 122.843961 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21355705 | 6 days ago | | | 0 | 0.00025787718 | |
| 20909653 | 2 months ago | | | 0 | 0.00012619231 | |
| 19130455 | 10 months ago | | | 0 | 0.0014341226 | |
| 19014929 | a year ago | | | 0 | 0.00050240843 | |
| 16854419 | 2 years ago | | | 0 | 0.00039289912 | |
| 16428590 | 2 years ago | | | 0 | 0.00063083800 | |
| 16355865 | 2 years ago | | | 0 | 0.00036101894 | |
| 16148738 | 2 years ago | | | 0 | 0.00070362700 | |
| 15971127 | 2 years ago | | | 0 | 0.00047498949 | |
| 15945727 | 2 years ago | | | 0 | 0.00037819799 |
ABI
ABI objects
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 holder, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getIsDisabledExempt(address _holder) view returns (bool)
getIsFeeExempt(address _holder) view returns (bool)
getIsMaxExempt(address _holder) view returns (bool)
getIsUniswapPair(address _pair) view returns (bool)
isDisabledExempt(address) view returns (bool)
isFeeExempt(address) view returns (bool)
isMaxExempt(address) view returns (bool)
isOwner(address account) view returns (bool)
isUniswapPair(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
approveMax(address _spender) returns (bool)
burn(uint256 _amount)
changeSwapForETH(bool _swapForETH)
changeTaxDist(uint256 _taxDistOp, uint256 _taxDistValidator, uint256 _taxDistBps)
changeUSDT(address _USDT)
changeWETH(address _WETH)
configureContractSelling(bool _contractSellEnabled, uint256 _contractSellThreshold)
drainGas()
drainToken(address _token, address _recipient)
mint(uint256 _amount)
permanentlyDisableMinting()
setMaxWallet(uint256 _maxWallet)
setMinAmountToTriggerSwap(uint256 _minAmountToTriggerSwap)
setTransferTaxRecipients(address _opFeeRecipient1, address _opFeeRecipient2, address _opFeeRecipient3, address _validatorFeeRecipient)
setTransferTaxes(uint256 _buyFeeOp, uint256 _buyFeeValidator, uint256 _sellFeeOp, uint256 _sellFeeValidator, uint256 _bps)
toggleIsDisabledExempt(address _holder, bool _exempt)
toggleIsFeeExempt(address _holder, bool _exempt)
toggleIsMaxExempt(address _holder, bool _exempt)
toggleIsUniswapPair(address _pair, bool _isPair)
toggleTrading(bool _enabled)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address adr)
updateRouting(address _router, address _pair, address _USDT)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address owner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _priceFeed)
receive()
This contract contains no error objects.