no slep on snek
Verified contract
Active on
Base with 95 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SNEK | ERC-20 | 30.419678M | -- | -- | |
OHNO | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 23283403 | 14 days ago | | | 0 | 0.0000047188132 | |
| 23283177 | 14 days ago | | | 0 | 2.7778671e-7 | |
| 22689808 | a month ago | | | 0 | 0.0000014100024 | |
| 22509651 | a month ago | | | 0 | 0.0000016324751 | |
| 19683464 | 3 months ago | | | 0 | 0.0000011112102 | |
| 19352959 | 3 months ago | | | 0 | 1.1293641e-7 | |
| 17404590 | 5 months ago | | | 0 | 0.0000020748731 | |
| 16611537 | 6 months ago | | | 0 | 0.0000047188132 | |
| 16611423 | 6 months ago | | | 0.00095 | 1.5361833e-7 | |
| 16611421 | 6 months ago | | | 0 | 0.000000064674416374 |
ABI
ABI objects
Getter at block 23900652
BURN_ADDRESS() view returns (address)
0x000000000000000000000000000000000000dead
FEE_PRECISION() view returns (uint16)
10000
MAX_FEE() view returns (uint16)
2000
TOKEN_CODE() view returns (uint256)
3896785256663743169231881973588
autoProcessFees() view returns (bool)
true
decimals() view returns (uint8)
9
feeConfiguration() view returns (bool feesInToken, uint16 buyFees, uint16 sellFees, uint16 transferFees, uint16 burnFeeRatio, uint16 liquidityFeeRatio, uint16 collectorsFeeRatio)
(feesInToken=false, buyFees=200, sellFees=300, transferFees=0, burnFeeRatio=0, liquidityFeeRatio=2000, collectorsFeeRatio=8000)
liquidityOwner() view returns (address)
0x000000000000000000000000000000000000dead
name() view returns (string)
no slep on snek
numTokensToSwap() view returns (uint256)
10000000000000
owner() view returns (address)
0x0000000000000000000000000000000000000000
swapPair() view returns (address)
0x3849b33ccbb69b743006aaf0b2d9765d410c3090
swapRouter() view returns (address)
0x4752ba5dbc23f44d87826276bf6fd6b1c372ad24
symbol() view returns (string)
SNEK
totalFeeCollectorsShares() view returns (uint256)
10000
totalSupply() view returns (uint256)
1000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
feeCollectorShare(address account) view returns (uint256)
isExcludedFromFees(address account) view returns (bool)
isFeeCollector(address account) view returns (bool)
isLpPool(address pairAddress) view returns (bool)
State-modifying
Events addFeeCollector(address account, uint256 share)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
distributeFees(uint256 amount, bool inToken)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
processFees(uint256 amount, uint256 minAmountOut)
removeFeeCollector(address account)
renounceOwnership()
setAutoprocessFees(bool autoProcess)
setFeeConfiguration(struct TaxableTokenFeeConfiguration configuration)
setIsExcludedFromFees(address account, bool excluded)
setIsLpPool(address pairAddress, bool isLp)
setLiquidityOwner(address newOwner)
setNumTokensToSwap(uint256 amount)
setSwapRouter(address newRouter)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateFeeCollectorShare(address account, uint256 share)
Approval(address indexed owner, address indexed spender, uint256 value)
ExcludedFromFees(address indexed account, bool excluded)
FeeCollected(address indexed receiver, uint256 amount)
FeeCollectorAdded(address indexed account, uint256 share)
FeeCollectorRemoved(address indexed account)
FeeCollectorUpdated(address indexed account, uint256 oldShare, uint256 newShare)
FeeConfigurationUpdated(struct TaxableTokenFeeConfiguration configuration)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetLpPool(address indexed pairAddress, bool isLp)
SwapRouterUpdated(address indexed router, address indexed pair)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 initialSupply_, address feeReceiver_, address swapRouter_, struct TaxableTokenFeeConfiguration feeConfiguration_, address[] collectors_, uint256[] shares_)
receive()
This contract contains no error objects.