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 |
---|---|---|---|---|---|
LZPZ | ERC-20 | 2 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22884602 | 21 hours ago | | | 0 | 0.0000014829275 | |
| 22884588 | 21 hours ago | | | 0 | 0.0000014959541 | |
| 22841251 | 2 days ago | | | 0 | 0.0000014868024 | |
| 22841232 | 2 days ago | | | 0 | 0.0000014868024 | |
| 22841208 | 2 days ago | | | 0 | 0.0000014864801 | |
| 22806154 | 3 days ago | | | 0 | 4.2486849e-7 | |
| 22804914 | 3 days ago | | | 0 | 0.0000015336031 | |
| 22797160 | 3 days ago | | | 0 | 0.0000015346284 | |
| 22796093 | 3 days ago | | | 0 | 0.0000015366219 | |
| 22791995 | 3 days ago | | | 0 | 0.0000011571648 |
ABI
ABI objects
Getter at block 22921995
AIRDROP_AMOUNT() view returns (uint256)
30000000000
DAY30() view returns (uint256)
2592000
FEE() view returns (uint256)
200000000000000
IMMEDIATE_AIRDROP() view returns (uint256)
300000000
admin() view returns (address)
0x3d7342942d9cac4c063705b53cf764fab4f2847a
cap() view returns (uint256)
210000461530000000
circlatingSupply() view returns (uint256)
111112862922151675
decimals() pure returns (uint8)
9
feeReceiver() view returns (address)
0xcdd23a0b3f0c5e743b4f9daff595405007588f7d
maxSupply() view returns (uint256)
210000461530000000
name() view returns (string)
PLOUTOS
owner() view returns (address)
0xe34150718be876f330dd621000e44fb0aa6d735e
presaleActive() view returns (bool)
false
presaleRate() view returns (uint256)
600000000000000
symbol() view returns (string)
PLTL
totalSupply() pure returns (uint256)
210000461530000000
Read-only
allocationInfo(address user, uint256 index) view returns (uint256 totalAmount, uint256 claimedAmount, uint256 nextClaimTime)
allocationLen(address user) view returns (uint256)
allocations(address, uint256) view returns (uint256 totalAmount, uint256 claimedAmount, uint256 nextClaimTime)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events airdrop() payable
approve(address spender, uint256 value) returns (bool)
buyPresale() payable
claimAllocation(uint256 index)
giveAllocation(address user, uint256 amount)
renounceOwnership()
setPresaleRate(uint256 _rate)
startStopPresale(bool _status)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
AirdropClaimed(address indexed user, uint256 amount)
AllocationClaimed(address indexed user, uint256 amount)
AllocationIncreased(address indexed user, uint256 amount)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PresalePurchased(address indexed user, uint256 amount)
PresaleRateChanged(uint256 newRate)
PresaleStatusChanged(bool isActive)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _admin, address _feeReceiver)
This contract contains no fallback and receive objects.
ERC20ExceededCap(uint256 increasedSupply, uint256 cap)
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidCap(uint256 cap)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
ReentrancyGuardReentrantCall()