Smurf Reflections
Verified contract
Active on
Ethereum with 49 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
11 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SMURFR | ERC-20 | 1.8M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18435705 | a year ago | | | 0 | 0.00087673805 | |
| 18435701 | a year ago | | | 0 | 0.00092689291 | |
| 18435636 | a year ago | | | 0 | 0.0013456009 | |
| 18435636 | a year ago | | | 0 | 0.0013456009 | |
| 18435635 | a year ago | | | 0 | 0.00084539350 | |
| 18435632 | a year ago | | | 0 | 0.0012443842 | |
| 18435631 | a year ago | | | 0 | 0.00078457615 | |
| 18435630 | a year ago | | | 0 | 0.0014107565 | |
| 18435628 | a year ago | | | 0 | 0.0013468855 | |
| 18435627 | a year ago | | | 0 | 0.00084298842 |
ABI
ABI objects
Getter at block 21078133
SMURF() view returns (address)
0xff836a5821e69066c87e268bc51b849fab94240c
allocationSum() view returns (uint256)
100
antiBot() view returns (bool)
true
buyFee() view returns (uint256)
4
decimals() pure returns (uint8)
18
devWallet() view returns (address)
0x75be81a03707f73d4edf199ed32f9309bcea184f
factory() view returns (address)
0x0000000000000000000000000000000000000000
getCirculatingSupply() view returns (uint256)
1000000000000000000000000000
getOwner() view returns (address)
0x75be81a03707f73d4edf199ed32f9309bcea184f
launchedAt() view returns (uint256)
18435616
lpWallet() view returns (address)
0x000000000000000000000000000000000000dead
maxTx() view returns (uint256)
10000000000000000000000000
maxWallet() view returns (uint256)
20000000000000000000000000
name() pure returns (string)
Smurf Reflections
owner() view returns (address)
0x75be81a03707f73d4edf199ed32f9309bcea184f
pair() view returns (address)
0x0e2370d742ad12f8137c7359bead27cbd5bc4272
router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
sellFee() view returns (uint256)
20
smurfReflections() view returns (address)
0x8e67fbd227a7361c26bb946addee15c2601f4247
smurfReflectionsGas() view returns (uint256)
0
swapAndLiquifyEnabled() view returns (bool)
true
swapThreshold() view returns (uint256)
2500000000000000000000000
symbol() pure returns (string)
SMURFR
toLiquidity() view returns (uint256)
0
toMarketing() view returns (uint256)
25
toReflections() view returns (uint256)
75
totalSupply() view returns (uint256)
1000000000000000000000000000
tradingOpen() view returns (bool)
true
Read-only
allowance(address holder, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
checkPendingReflections(address shareholder) view returns (uint256)
isDividendExempt(address) view returns (bool)
isFeeExempt(address) view returns (bool)
isTxLimitExempt(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
approveMax(address spender) returns (bool)
changeFeeAllocation(uint256 newRewardFee, uint256 newLpFee, uint256 newMarketingFee)
changeIsFeeExempt(address holder, bool exempt)
changeIsTxLimitExempt(address holder, bool exempt)
changeSmurfReflectionsGas(uint256 newGas)
changeSwapBackSettings(bool enableSwapBack, uint256 newSwapBackLimit)
changeTotalFees(uint256 newBuyFee, uint256 newSellFee)
changeTxLimit(uint256 newLimit)
changeWalletLimit(uint256 newLimit)
clearStuckEth()
delBot(address notbot)
getSMURF()
manualProcessGas(uint256 manualGas)
manualSwapBack()
openTrading()
renounceOwnership()
setBots(address[] bots_)
setDevWallet(address newDevWallet)
setDistributionCriteria(uint256 newMinPeriod, uint256 newMinDistribution)
setIsDividendExempt(address holder, bool exempt)
setOwnerWallet(address newOwnerWallet)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.