LOCKERTOKEN
Verified contract
Active on
Ethereum with 31 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xaa03…af5a
0xaa03…af5a
13 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LKT | ERC-20 | 1.444453M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17776210 | a year ago | | | 0 | 0.00051617527 | |
| 17774839 | a year ago | | | 0 | 0.00079121882 | |
| 17773393 | a year ago | | | 0 | 0.0010621750 | |
| 17773357 | a year ago | | | 0 | 0.00092749406 | |
| 17773325 | a year ago | | | 0 | 0.0011670731 | |
| 17773291 | a year ago | | | 0 | 0.0010797663 | |
| 17773279 | a year ago | | | 0 | 0.0010204660 | |
| 17773274 | a year ago | | | 0 | 0.050598208 | |
| 17773262 | a year ago | | | 0 | 0.0011343226 | |
| 17773257 | a year ago | | | 0 | 0.0012534608 |
ABI
ABI objects
Getter at block 21320353
_buyDevelopmentFees() view returns (uint256)
0
_buyLiquidityFees() view returns (uint256)
0
_buyMarketingFees() view returns (uint256)
0
_developmentShares() view returns (uint256)
0
_liquidityShares() view returns (uint256)
0
_marketingShares() view returns (uint256)
0
_maxTxAmount() view returns (uint256)
1000000000000000000
_sellDevelopmentFees() view returns (uint256)
0
_sellLiquidityFees() view returns (uint256)
0
_sellMarketingFees() view returns (uint256)
2
_totalDistributionShares() view returns (uint256)
10
_totalTaxIfBuying() view returns (uint256)
0
_totalTaxIfSelling() view returns (uint256)
2
_walletMax() view returns (uint256)
1000000000000000000
checkWalletLimit() view returns (bool)
true
deadAddress() view returns (address)
0x000000000000000000000000000000000000dead
decimals() view returns (uint8)
9
getCirculatingSupply() view returns (uint256)
1000000000000000000
name() view returns (string)
LOCKER TOKEN
owner() view returns (address)
0x0000000000000000000000000000000000000000
swapAndLiquifyByLimitOnly() view returns (bool)
false
swapAndLiquifyEnabled() view returns (bool)
true
symbol() view returns (string)
LKT
totalSupply() view returns (uint256)
1000000000000000000
uniswapPair() view returns (address)
0x9676bd1b948b6139f6297b7f90d3f66e7c5484cb
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
checkExcludedFromFees(address) view returns (bool)
checkMarketPair(address) view returns (bool)
checkTxLimitExcept(address) view returns (bool)
checkWalletLimitExcept(address) view returns (bool)
State-modifying
Events adjustMaximumTxAmount(uint256 maxTxAmount)
approve(address spender, uint256 amount) returns (bool)
calls_value()
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableTrading()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
manualSendETHtoWallet()
renounceOwnership()
set2ndTaxWallet(address newAddress)
setBuyingTax(uint256 newLiquidityTax, uint256 newMarketingTax, uint256 newDevelopmentTax)
setDistributionSetting(uint256 newLiquidityShare, uint256 newMarketingShare, uint256 newDevelopmentShare)
setLiquifyByLimitOnlyAndSwap(bool newValue)
setNumberTokensBeforeSwap(uint256 newLimit)
setSwapLiquifyEnable(bool _enabled)
setWalletLimitation(uint256 newLimit)
setcheckExcludedFromFee(address account, bool newValue)
setcheckTxLimitExempt(address holder, bool exempt)
setfirstTaxWallet(address newAddress)
setwalletsLimitExempt(address holder, bool exempt)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateMarketPair(address account)
updateSellingTaxation(uint256 newLiquidityTax, uint256 newMarketingTax, uint256 newDevelopmentTax)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiqudity)
SwapAndLiquifyEnabledUpdated(bool enabled)
SwapETHForTokens(uint256 amountIn, address[] path)
SwapTokensForETH(uint256 amountIn, address[] path)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.