Vibe to Earn
Verified contract
Active on
Ethereum with 1,077 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x1d99…6656
0xccda…35e0
8 additional
variables
Balances ($0.00)
No balances found for "Vibe to Earn"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20787740 | 3 months ago | | | 0 | 0.00027887094 | |
| 19917515 | 7 months ago | | | 0 | 0.0015327061 | |
| 18929635 | a year ago | | | 0 | 0.0011337996 | |
| 18907544 | a year ago | | | 0 | 0.00059816649 | |
| 18867776 | a year ago | | | 0 | 0.00039227595 | |
| 18820671 | a year ago | | | 0 | 0.011927422 | |
| 18780758 | a year ago | | | 0 | 0.0020733072 | |
| 18772262 | a year ago | | | 0 | 0.0025170571 | |
| 18772245 | a year ago | | | 0 | 0.0023036202 | |
| 18741707 | a year ago | | | 0 | 0.0064969981 |
ABI
ABI objects
Getter at block 21424435
DEADBLOCK_COUNT() view returns (uint256)
3
MAX_BUY() view returns (uint256)
840840840840000000000000000000
WETH_ADDRESS() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
_maxTxAmount() view returns (uint256)
420420420420420000000000000000000
_postMintFee() view returns (uint256)
35
_teamFee() view returns (uint256)
15
campaignFactory() view returns (address)
0xccda2424ef5ef151aaf234655209408f84ca35e0
decimals() view returns (uint8)
18
maxHoldingPercent() view returns (uint256)
2
name() view returns (string)
Vibe to Earn
owner() view returns (address)
0xab98d00d84d9b30c73295474d75652574885ec91
postMintCampaign() view returns (address)
0x1d99446d4b58b5e9129bb4e970a43924a36e6656
swapAndLiquifyEnabled() view returns (bool)
true
symbol() view returns (string)
VIBE
totalSupply() view returns (uint256)
420420420420420000000000000000000
uniswapV2Pair() view returns (address)
0x826a2eb34592e592227920991399a84a39db8dbb
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFee(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
campaignPause()
campaignTransferERC20(address _token, address _to, uint256 amount)
campaignTransferOwnership(address _newOwner)
campaignUnPause()
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeFromFee(address account)
includeInFee(address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
recover(address _newadd, uint256 amount)
recoverToken(address _token, uint256 _amount)
renounceOwnership()
setIPostMintCampaign(address _csc)
setMaxTxAmount(uint256 maxTxAmount)
setUpdateRootUploader(address[] _newAddresses, bool status)
setWETHAddress(address newWeth)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateMaxHoldingPercent(uint256 newAmount)
updateSwapAndLiquifyEnabled(bool _enabled)
Approval(address indexed owner, address indexed spender, uint256 value)
ETHAndWETHDistributed(address indexed sender, uint256 teamAmountETH, uint256 postMintETH)
ETHTransferredToCA(address indexed sender, uint256 ethReceived)
EthDepositedToWETH(address indexed sender, uint256 ethDeposited)
LiquidityPoolSet(address arg0)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiquidity)
SwapAndLiquifyEnabledUpdated(bool enabled)
SwapTokensForETH(uint256 amountIn, address[] path, uint256 amountOut)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _rounter, address _team, address _campaignFactory, address _wToken)
receive()
IncorrectSum()
LimitExceeded()
NoZeroTransfers()
NotAllowed()