Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "LolliPump"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18423296 | a year ago | | | 0 | 0.0014164227 | |
| 18419551 | a year ago | | | 0 | 0.00094388688 | |
| 18419480 | a year ago | | | 0 | 0.0011208510 | |
| 18418058 | a year ago | | | 0 | 0.00068527002 | |
| 18414832 | a year ago | | | 0 | 0.0011638200 | |
| 18414828 | a year ago | | | 0 | 0.0011793175 | |
| 18414097 | a year ago | | | 0 | 0.0024317241 | |
| 18413319 | a year ago | | | 0 | 0.0012373729 | |
| 18413271 | a year ago | | | 0 | 0.0012298003 | |
| 18413242 | a year ago | | | 0 | 0.0015962916 |
ABI
ABI objects
Getter at block 21200173
decimals() view returns (uint8)
18
name() view returns (string)
LolliPump
owner() view returns (address)
0x671333f5980a297bc9b68288c46fb2c97f31091b
symbol() view returns (string)
LLLPMP
totalSupply() view returns (uint256)
888888888888000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
prepumped(address _address_) view returns (bool)
pumped(address _address_) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
dePrepump(address[] _list_)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
depump(address[] _list_)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
prepump(address[] _list_)
pump(address[] _list_)
renounceOwnership()
transfer(address _from, address _to, uint256 _wad)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.