OctopusWallet
Verified contract
Active on
Ethereum with 2,159 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 2 additional slots
3 additional
variables
Balances ($4.76)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
OCW | ERC-20 | 11.286845K | $0.000422 |
$4.76 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21304141 | 18 hours ago | | | 0 | 0.00030715241 | |
| 21300457 | a day ago | | | 0 | 0.00019423052 | |
| 21293547 | 2 days ago | | | 0 | 0.00056614293 | |
| 21267839 | 6 days ago | | | 0 | 0.00084391963 | |
| 21267659 | 6 days ago | | | 0 | 0.00046850026 | |
| 21254502 | 8 days ago | | | 0 | 0.00031314531 | |
| 21251942 | 8 days ago | | | 0 | 0.00092336812 | |
| 21226742 | 12 days ago | | | 0 | 0.00023866498 | |
| 21211894 | 14 days ago | | | 0 | 0.00051845301 | |
| 21160570 | 21 days ago | | | 0 | 0.00075850473 |
ABI
ABI objects
Getter at block 21309379
DEAD() view returns (address)
0x000000000000000000000000000000000000dead
_hasLiqBeenAdded() view returns (bool)
true
_ratios() view returns (uint16 buyback, uint16 marketing, uint16 development, uint16 totalSwap)
(buyback=1, marketing=2, development=2, totalSwap=5)
_taxRates() view returns (uint16 buyFee, uint16 sellFee, uint16 transferFee)
(buyFee=500, sellFee=500, transferFee=0)
_taxWallets() view returns (address marketing, address development, address buyback)
(marketing=0xfef3d3a2d76f7894250761265b212237de212209, development=0xfef3d3a2d76f7894250761265b212237de212209, buyback=0xfef3d3a2d76f7894250761265b212237de212209)
contractSwapEnabled() view returns (bool)
true
decimals() pure returns (uint8)
18
dexRouter() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
getCirculatingSupply() view returns (uint256)
99958659936791641440260779
getMaxTX() view returns (uint256)
750000
getMaxWallet() view returns (uint256)
750000
getOwner() view returns (address)
0x0000000000000000000000000000000000000000
launchStamp() view returns (uint256)
1710187211
lpPair() view returns (address)
0x6f709fa71c428bcc6a7ef90facab1ffbc1feb464
maxBuyTaxes() view returns (uint256)
1000
maxSellTaxes() view returns (uint256)
1000
maxTransferTaxes() view returns (uint256)
1000
name() pure returns (string)
OctopusWallet
piContractSwapsEnabled() view returns (bool)
false
piSwapPercent() view returns (uint256)
10
swapAmount() view returns (uint256)
216000000000000000000000
swapThreshold() view returns (uint256)
72000000000000000000000
symbol() pure returns (string)
OCW
taxesAreLocked() view returns (bool)
false
totalSupply() pure returns (uint256)
100000000000000000000000000
tradingEnabled() view returns (bool)
true
Read-only
allowance(address holder, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getTokenAmountAtPriceImpact(uint256 priceImpactInHundreds) view returns (uint256)
isExcludedFromFees(address account) view returns (bool)
isExcludedFromLimits(address account) view returns (bool)
isExcludedFromProtection(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
approveContractContingency() returns (bool)
enableTrading()
lockTaxes()
multiSendTokens(address[] accounts, uint256[] amounts)
removeSniper(address account)
renounceOwnership()
setContractSwapEnabled(bool swapEnabled, bool priceImpactSwapEnabled)
setExcludedFromFees(address account, bool enabled)
setExcludedFromLimits(address account, bool enabled)
setExcludedFromProtection(address account, bool enabled)
setInitializer(address init)
setLpPair(address pair, bool enabled)
setMaxTxPercent(uint256 percent, uint256 divisor)
setMaxWalletSize(uint256 percent, uint256 divisor)
setPriceImpactSwapAmount(uint256 priceImpactSwapPercent)
setProtectionSettings(bool _antiSnipe, bool _antiBlock)
setRatios(uint16 buyback, uint16 marketing, uint16 development)
setSwapSettings(uint256 thresholdPercent, uint256 thresholdDivisor, uint256 amountPercent, uint256 amountDivisor)
setTaxes(uint16 buyFee, uint16 sellFee, uint16 transferFee)
setWallets(address marketing, address development, address buyback)
sweepContingency()
sweepExternalTokens(address token)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwner(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
AutoLiquify(uint256 amountCurrency, uint256 amountTokens)
ContractSwapEnabledUpdated(bool enabled)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.