MonstaVerse
Verified contract
Active on
Ethereum with 1,575 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
20 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MONSTR | ERC-20 | 30.684475T | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20787848 | a month ago | | | 0 | 0.0016347340 | |
| 20702064 | 2 months ago | | | 0 | 0.000030836214 | |
| 20367345 | 3 months ago | | | 0 | 0.00013317410 | |
| 19826800 | 6 months ago | | | 0 | 0.00020854824 | |
| 18967195 | 10 months ago | | | 0 | 0.00071545607 | |
| 18909228 | 10 months ago | | | 0 | 0.0010426609 | |
| 17883904 | a year ago | | | 0 | 0.00038888780 | |
| 17311578 | a year ago | | | 0 | 0.0049525977 | |
| 17311292 | a year ago | | | 0 | 0.0042574923 | |
| 17304449 | a year ago | | | 0 | 0.0052324076 |
ABI
ABI objects
Getter at block 21096702 getCirculatingSupply() view returns (uint256)
DEAD() view returns (address)
0x000000000000000000000000000000000000dead
_buyTaxes() view returns (uint16 reflect, uint16 liquidity, uint16 marketing, uint16 totalSwap)
(reflect=0, liquidity=0, marketing=500, totalSwap=500)
_hasLiqBeenAdded() view returns (bool)
true
_ratios() view returns (uint16 liquidity, uint16 marketing, uint16 total)
(liquidity=4, marketing=6, total=10)
_sellTaxes() view returns (uint16 reflect, uint16 liquidity, uint16 marketing, uint16 totalSwap)
(reflect=1, liquidity=1, marketing=500, totalSwap=501)
_taxWallets() view returns (address marketing)
0xf958d92f9cbfaf65d2c156c942dcda485cbd505f
_transferTaxes() view returns (uint16 reflect, uint16 liquidity, uint16 marketing, uint16 totalSwap)
(reflect=200, liquidity=400, marketing=600, totalSwap=1000)
contractSwapEnabled() view returns (bool)
true
currentRouter() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
decimals() view returns (uint8)
9
dexRouter() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
getAmountBlockDelay() view returns (uint8)
1
getOwner() view returns (address)
0x807881e205ead7c7cc2fc92d377e4a6f1f1ecf50
getSniperAmt() view returns (uint256)
0
launch() view returns (uint256)
1639942772
lpPair() view returns (address)
0x37206e28f8b2145299eed9f7429f80cad246679f
maxEthBuy() view returns (uint256)
100000000000000000000000
maxEthSell() view returns (uint256)
100000000000000000000000
maxEthTradesEnabled() view returns (bool)
true
name() view returns (string)
MonstaVerse
owner() view returns (address)
0x807881e205ead7c7cc2fc92d377e4a6f1f1ecf50
staticVals() view returns (uint16 maxReflect, uint16 maxLiquidity, uint16 maxMarketing, uint16 masterTaxDivisor)
(maxReflect=800, maxLiquidity=800, maxMarketing=800, masterTaxDivisor=10000)
symbol() view returns (string)
MONSTR
timedLimitsEnabled() view returns (bool)
true
totalSupply() view returns (uint256)
666000000000000000000000
tradingEnabled() view returns (bool)
true
Read-only
allowance(address holder, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isBlacklisted(address account) view returns (bool)
isExcludedFromFees(address account) view returns (bool)
isExcludedFromReward(address account) view returns (bool)
tokenFromReflection(uint256 rAmount) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
approveContractContingency() returns (bool)
changeRouterContingency(address router)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableTrading()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
intializeContract(address[] accounts, uint256[] amounts, uint256[] amountsD, address _antiSnipe)
removeBlacklisted(address account)
removeSniper(address account)
renounceOwnership()
setAmountBlocks(uint8 blocks)
setBlacklistEnabled(address account, bool enabled)
setBlacklistEnabledMultiple(address[] accounts, bool enabled)
setContractSwapEnabled(bool _enabled)
setEthLimits(uint256 buyVal, uint256 buyMult, uint256 sellVal, uint256 sellMult)
setEthLimitsEnabled(bool timeLimits, bool maxEthTrades)
setExcludedFromFees(address account, bool enabled)
setExcludedFromReward(address account, bool enabled)
setGasPriceLimit(uint256 gas)
setInitializer(address initializer)
setLpPair(address pair, bool enabled)
setNewRouter(address newRouter)
setProtectionSettings(bool _antiSnipe, bool _antiGas, bool _antiBlock, bool _algo)
setRatios(uint16 liquidity, uint16 marketing)
setSwapSettings(uint256 thresholdPercent, uint256 thresholdDivisor, uint256 amountPercent, uint256 amountDivisor)
setTaxesBuy(uint16 reflect, uint16 liquidity, uint16 marketing)
setTaxesSell(uint16 reflect, uint16 liquidity, uint16 marketing)
setTaxesTransfer(uint16 reflect, uint16 liquidity, uint16 marketing)
setWallets(address marketing)
sweepContingency()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwner(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
ContractSwapEnabledUpdated(bool enabled)
MinTokensBeforeSwapUpdated(uint256 minTokensBeforeSwap)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SniperCaught(address sniperAddress)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiqudity)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.