RenStimpy
Verified contract
Active on
Ethereum with 190 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional
variable
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
JoyJoy | ERC-20 | 4.701508M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17365824 | a year ago | | | 0 | 0.0022690737 | |
| 17246709 | a year ago | | | 0 | 0.0027037860 | |
| 17198572 | a year ago | | | 0 | 0.0048072492 | |
| 17169345 | 2 years ago | | | 0 | 0.0035330347 | |
| 17162796 | 2 years ago | | | 0 | 0.0036695258 | |
| 17159158 | 2 years ago | | | 0 | 0.0020005626 | |
| 17158391 | 2 years ago | | | 0 | 0.0015471438 | |
| 17158256 | 2 years ago | | | 0 | 0.0015006294 | |
| 17157947 | 2 years ago | | | 0 | 0.0016205257 | |
| 17157032 | 2 years ago | | | 0 | 0.0016261369 |
ABI
ABI objects
Getter at block 21102031
_fees() view returns (uint8 buyTotalFees, uint8 buyMarketingFee, uint8 buyDevFee, uint8 buyLiquidityFee, uint8 sellTotalFees, uint8 sellMarketingFee, uint8 sellDevFee, uint8 sellLiquidityFee)
(buyTotalFees=5, buyMarketingFee=5, buyDevFee=0, buyLiquidityFee=0, sellTotalFees=5, sellMarketingFee=5, sellDevFee=0, sellLiquidityFee=0)
decimals() view returns (uint8)
18
devWallet() view returns (address)
0xc8f8a25b8ab0e9f98b32b2ab9e8da309b2dc0c41
isSwapping() view returns (bool)
false
name() view returns (string)
RenStimpy
owner() view returns (address)
0x7c38b09936ab40c2335e1a6fa1424d34c57995fe
router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
swapEnabled() view returns (bool)
true
symbol() view returns (string)
JoyJoy
tokensForDev() view returns (uint256)
0
tokensForLiquidity() view returns (uint256)
0
tokensForMarketing() view returns (uint256)
4701508491306639632614305
totalSupply() view returns (uint256)
10000000000000000000000000000
uniswapV2Pair() view returns (address)
0x03468ff7d6fa50e73f633a3f342bc08c8d11c46c
Read-only
_isBlacklisted(address) view returns (bool)
_isExcludedMaxTransactionAmount(address) view returns (bool)
_isExcludedMaxWalletAmount(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFees(address account) view returns (bool)
marketPair(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
blacklistAddress(address account, bool value)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeFromFees(address account, bool excluded)
excludeFromMaxTransaction(address updAds, bool isEx)
excludeFromWalletLimit(address account, bool excluded)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setMarketPair(address pair, bool value)
setWallets(address _marketingWallet, address _devWallet)
swapTrading()
toggleSwapEnabled(bool enabled)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateFees(uint8 _marketingFeeBuy, uint8 _liquidityFeeBuy, uint8 _devFeeBuy, uint8 _marketingFeeSell, uint8 _liquidityFeeSell, uint8 _devFeeSell)
updateMaxTxnAmount(uint256 newMaxBuy, uint256 newMaxSell)
updateMaxWalletAmount(uint256 newPercentage)
updateThresholdSwapAmount(uint256 newAmount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.