Conviction
Verified contract
Active on
Ethereum with 475 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
12 additional
variables
Balances ($660.31)
Native
Value
$660.31
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.249498 | $2,646.54 |
$660.31 | |
CONV | ERC-20 | 32.746671M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18902424 | 10 months ago | | | 0 | 0.0011551407 | |
| 18678959 | a year ago | | | 0 | 0.00082613408 | |
| 16356581 | 2 years ago | | | 0 | 0.00036240976 | |
| 16182476 | 2 years ago | | | 0 | 0.00033692038 | |
| 15496152 | 2 years ago | | | 0 | 0.00019672230 | |
| 14891790 | 2 years ago | | | 0 | 0.0012537467 | |
| 14737149 | 2 years ago | | | 0 | 0.0028678661 | |
| 14736973 | 2 years ago | | | 0 | 0.00065593000 | |
| 14658006 | 3 years ago | | | 0 | 0.00094433655 | |
| 14655962 | 3 years ago | | | 0 | 0.0014937113 |
ABI
ABI objects
Getter at block 21083545
JEET_TAPER_HOURS() view returns (uint256)
72
JEET_TAX_MULTIPLIER() view returns (uint256)
4
buyDrawSeconds() view returns (uint256)
3600
decimals() view returns (uint8)
18
getBuyPeriod() view returns (uint256)
22622
launchTime() view returns (uint256)
1648916628
name() view returns (string)
Conviction
numBuyWinners() view returns (uint16)
5
owner() view returns (address)
0x711289830438fd39ab1db345b70c1cf68ca9a439
percentTreasuryBuyerPool() view returns (uint256)
200
percentTreasuryInitiatorPool() view returns (uint256)
0
symbol() view returns (string)
CONV
totalSupply() view returns (uint256)
1000000000000000000000000000
treasury() view returns (address)
0x0000000000000000000000000000000000000000
uniswapV2Pair() view returns (address)
0x8b4518e3dbcd8cd2ebdcd36451f279374b531a57
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
buyPeriodBuyers(uint256, uint256) view returns (address)
buyPeriodBuyersIndexed(uint256, address) view returns (bool)
calculateJeetExpiration(address _sender) view returns (uint256)
calculateJeetTax(address _sender, uint256 _tax) view returns (uint256)
getAllBuyPeriodBuyerAmount(uint256 _period) view returns (uint256)
getBuyPeriodWinners(uint256 _period) view returns (address[])
isFuckerRemoved(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
blacklistFucker(address account)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
drawWinnerAt(uint256 _period)
drawWinnerAtPreviousBuyPeriod()
forgiveFucker(address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
launch() payable
manualNuke(uint256 _percent, address _to)
rawFulfillRandomWords(uint256 requestId, uint256[] randomWords)
renounceOwnership()
setBuyDrawSeconds(uint256 _seconds)
setIsTaxExcluded(address _wallet, bool _isExcluded)
setLiquifyRate(uint256 _rate)
setNukeFreq(uint256 _seconds)
setNumBuyerWinners(uint16 _winners)
setPercentTreasuryBuyerPool(uint256 _percent)
setPercentTreasuryInitiatorPool(uint256 _percent)
setSwapEnabled(bool _enabled)
setTaxBuyerIncent(uint256 _tax)
setTaxLp(uint256 _tax)
setTaxesOff(bool _areOff)
setTreasury(address _treasury)
setVrfCallbackGasLimit(uint32 _gas)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
withdrawETH()
Approval(address indexed owner, address indexed spender, uint256 value)
InitiatedBuyWinner(uint256 indexed requestId, uint256 indexed buyPeriod)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SelectedBuyWinner(uint256 indexed requestId, uint256 indexed buyPeriod)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _vrfCoordinator, uint64 _subscriptionId, address _linkToken, bytes32 _keyHash)
receive()
OnlyCoordinatorCanFulfill(address have, address want)