Snek on Ethereum
Verified contract
Active on
Ethereum with 137 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PAL | ERC-20 | 196.863983M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19350078 | 9 months ago | | | 0 | 0.0019918969 | |
| 19245142 | 9 months ago | | | 0 | 0.00081010512 | |
| 19118469 | 10 months ago | | | 0 | 0.0010816196 | |
| 19111934 | 10 months ago | | | 0 | 0.00056600704 | |
| 19074748 | 10 months ago | | | 0 | 0.00053215682 | |
| 18854336 | a year ago | | | 0 | 0.0010693457 | |
| 18637094 | a year ago | | | 0 | 0.0013055928 | |
| 18547490 | a year ago | | | 0 | 0.00097043015 | |
| 18546353 | a year ago | | | 0 | 0.0014761221 | |
| 18490485 | a year ago | | | 0 | 0.00099867354 |
ABI
ABI objects
Getter at block 21275755
UNISWAP_V2_PAIR() view returns (address)
0x66cc9d62507ab8fb2306b3cbc88ddfa54913741e
UNISWAP_V2_ROUTER() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
_totalProportion() view returns (uint256)
74887429708793445603953081158
buyFee() view returns (uint8 reflection, uint8 marketing, uint8 lp, uint8 buyback, uint8 burn, uint128 total)
(reflection=1, marketing=4, lp=0, buyback=0, burn=0, total=5)
claimingFees() view returns (bool)
true
decimals() pure returns (uint8)
18
getCirculatingSupply() view returns (uint256)
71946673200306131984565635547
marketingFeeReceiver() view returns (address)
0x792395e3d5129ffca8449d47ee7c8c4ae089e7dd
name() view returns (string)
Snek on Ethereum
owner() view returns (address)
0x0000000000000000000000000000000000000000
sellFee() view returns (uint8 reflection, uint8 marketing, uint8 lp, uint8 buyback, uint8 burn, uint128 total)
(reflection=1, marketing=4, lp=0, buyback=0, burn=0, total=5)
swapThreshold() view returns (uint256)
153431760000000000000000000
symbol() view returns (string)
PAL
totalSupply() view returns (uint256)
76715880000000000000000000000
Read-only
_rOwned(address) view returns (uint256)
allowance(address holder, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
tokenFromReflection(uint256 proportion) view returns (uint256)
tokensToProportion(uint256 tokens) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
approveMax(address spender) returns (bool)
changeFees(uint8 reflectionFeeBuy, uint8 marketingFeeBuy, uint8 lpFeeBuy, uint8 buybackFeeBuy, uint8 burnFeeBuy, uint8 reflectionFeeSell, uint8 marketingFeeSell, uint8 lpFeeSell, uint8 buybackFeeSell, uint8 burnFeeSell)
clearStuckBalance()
clearStuckToken()
renounceOwnership()
setFeeReceivers(address m_, address lp_, address b_)
setIsFeeExempt(address holder, bool exempt)
setSwapBackSettings(bool _enabled, uint256 _amount)
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)
Reflect(uint256 amountReflected, uint256 newTotalProportion)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.