Liquidity Provision Bot
Verified contract
Active on
Ethereum with 345 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
20 additional
variables
Balances ($85.16)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PAXG | ERC-20 | 0.032241 | $2,641.19 |
$85.16 | |
LIQPRO | ERC-20 | 877.374511 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19911025 | 6 months ago | | | 0 | 0.00099838237 | |
| 19167098 | 10 months ago | | | 0 | 0.00039959951 | |
| 18233217 | a year ago | | | 0 | 0.00033490345 | |
| 18233212 | a year ago | | | 0 | 0.00049224387 | |
| 17959708 | a year ago | | | 0 | 0.00057749032 | |
| 17888101 | a year ago | | | 0 | 0.00050714991 | |
| 17865620 | a year ago | | | 0 | 0.00062521877 | |
| 17865351 | a year ago | | | 0 | 0.00062765785 | |
| 17865319 | a year ago | | | 0 | 0.00093914400 | |
| 17865302 | a year ago | | | 0 | 0.00082787605 |
ABI
ABI objects
Getter at block 21314981
_maxSellAmount() view returns (uint256)
30000000000000
_maxTxAmount() view returns (uint256)
30000000000000
_maxWalletToken() view returns (uint256)
30000000000000
circulatingSupply() view returns (uint256)
1000000000000000
currentDividends() view returns (uint256)
2079215001855352057
decimals() pure returns (uint8)
9
excessDividends() view returns (uint256)
1114033915488359251
getOwner() view returns (address)
0x000000000000000000000000000000000000dead
minDistribution() view returns (uint256)
1000000000000
minPeriod() view returns (uint256)
900
name() pure returns (string)
Liquidity Provision Bot
pair() view returns (address)
0x4bfe80bcd50c881a79d0d36b50e4dcfe4c5dbdc0
reward() view returns (address)
0x45804880de22913dafe09f4980848ece6ecbaf78
symbol() pure returns (string)
LIQPRO
totalDistributed() view returns (uint256)
303705091287383524
totalDividends() view returns (uint256)
2382920093142735581
totalShares() view returns (uint256)
999122625488979
totalSupply() view returns (uint256)
1000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getUnpaidEarnings(address shareholder) view returns (uint256)
isDividendExempt(address) view returns (bool)
isFeeExempt(address) view returns (bool)
isOwner(address account) view returns (bool)
shares(address) view returns (uint256 amount, uint256 totalExcluded, uint256 totalRealised)
totalRewardsDistributed(address _wallet) view returns (uint256)
State-modifying
Events _claimDividend()
approve(address spender, uint256 amount) returns (bool)
recoverBalance()
setDistributionCriteria(uint256 _minPeriod, uint256 _minDistribution)
setExcess()
setInternalAddresses(address _marketing, address _liquidity, address _development)
setParameters(uint256 _buy, uint256 _trans, uint256 _wallet)
setStructure(uint256 _liquidity, uint256 _marketing, uint256 _rewards, uint256 _development, uint256 _total, uint256 _sell, uint256 _trans)
setSwapbackSettings(uint256 _swapAmount, uint256 _swapThreshold, uint256 _minTokenAmount)
setisBalance(address _bool)
setisDividendExempt(address holder, bool exempt)
setisExempt(address _address, bool _enabled)
startTrading()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address adr)
Approval(address indexed owner, address indexed spender, uint256 value)
ExcludeFromFees(address indexed account, bool indexed isExcluded, uint256 indexed timestamp)
OwnershipTransferred(address owner)
SetDistributionCriteria(uint256 indexed minPeriod, uint256 indexed minDistribution, uint256 indexed timestamp)
SetDividendExempt(address indexed account, bool indexed isExempt, uint256 indexed timestamp)
SetInternalAddresses(address indexed marketing, address indexed liquidity, address indexed development, uint256 timestamp)
SetParameters(uint256 indexed maxTxAmount, uint256 indexed maxWalletToken, uint256 indexed maxTransfer, uint256 timestamp)
SetStructure(uint256 indexed total, uint256 indexed sell, uint256 transfer, uint256 indexed timestamp)
SetSwapBackSettings(uint256 indexed swapAmount, uint256 indexed swapThreshold, uint256 indexed swapMinAmount, uint256 timestamp)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.