Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 7 additional slots
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
REPTAR | ERC-20 | 5.265M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18910241 | a year ago | | | 0 | 0.00053867160 | |
| 17957044 | a year ago | | | 0 | 0.0017223777 | |
| 17489353 | a year ago | | | 0 | 0.00069559141 | |
| 17483758 | a year ago | | | 0 | 0.00092686107 | |
| 17482832 | a year ago | | | 0 | 0.00082660770 | |
| 17482743 | a year ago | | | 0 | 0.00074100961 | |
| 17482716 | a year ago | | | 0 | 0.00079209917 | |
| 17482704 | a year ago | | | 0 | 0.00081876253 | |
| 17482692 | a year ago | | | 0 | 0.00085012264 | |
| 17482691 | a year ago | | | 0 | 0.0011707900 |
ABI
ABI objects
Getter at block 21392365
_fees() view returns (uint256 buyTotalFees, uint256 buyMarketingFee, uint256 buyDevelopmentFee, uint256 buyLiquidityFee, uint256 sellTotalFees, uint256 sellMarketingFee, uint256 sellDevelopmentFee, uint256 sellLiquidityFee)
(buyTotalFees=10, buyMarketingFee=10, buyDevelopmentFee=0, buyLiquidityFee=0, sellTotalFees=15, sellMarketingFee=15, sellDevelopmentFee=0, sellLiquidityFee=0)
decimals() view returns (uint8)
18
isSwapping() view returns (bool)
false
name() view returns (string)
REPTAR
owner() view returns (address)
0xfeb06caaebbd013a84ef2e85458eda4ccf9c2b29
router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
swapEnabled() view returns (bool)
true
symbol() view returns (string)
REPTAR
tokensForDevelopment() view returns (uint256)
0
tokensForLiquidity() view returns (uint256)
0
tokensForMarketing() view returns (uint256)
5265000000000000001675786
totalSupply() view returns (uint256)
2000000000000000000000000000
uniswapV2Pair() view returns (address)
0xaf275e091c22446ef69d25386d42439b2508a03a
Read-only
_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)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableTrading()
excludeFromFees(address account, bool excluded)
excludeFromMaxTransaction(address updAds, bool isEx)
excludeFromWalletLimit(address account, bool excluded)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
removeLimits()
renounceOwnership()
setMarketPair(address pair, bool value)
setWallets(address _marketingWallet, address _developmentWallet)
toggleSwapEnabled(bool enabled)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateFees(uint256 _marketingFeeBuy, uint256 _liquidityFeeBuy, uint256 _developmentFeeBuy, uint256 _marketingFeeSell, uint256 _liquidityFeeSell, uint256 _developmentFeeSell)
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.