This contract is being backfilled. You may encounter incomplete storage history.

PLOUTOS

Verified contract

Active on Base with 428 txns
Deployed by via 0xc1659386 at 16009186
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
0xfbaf38a9e24c90624908fc5a7020aacf8a1b469c62f4ea48bef8fc274f712618
0xf4f12b1cf365b73140ae2c9f13984505cd6458acfeb516fc8d322dfadf7276d7
0x724bae1d76f8368c3bdc748d5355860227b08a5a808e2c4b20219f7cdd0b10c6
0x18053680b1c533725ef2ed48ab33dbcfcca67fdfbedf71885ea3816d974c0b9b
0x5deb2fd9c2ce5b2cc350977094e8297d1701fea19bc71463acd7fc0417195098
0x4dec1d248931897a5deb0cfe61bac7d84e0d6560e4b37bcdaf2b5aa0f475aa1e
0x22193e78dbafce360bdb9d10982805cadba77b3218a555006d37298ab8a8b976
0xced93c3a1b0fc93555a39c131e09866f87166f50a69ee5c8f139c1919a93dd10
0x64edcf2086738811bce8ad4303d7580b93a11d07f071519a7c9cf61b1ee403fd
0xe3b9c40066a7edfdf5019f93afbd707c9dcb5b7b157845715185922577551991

Functions
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 useruint256 indexview returns (uint256 totalAmountuint256 claimedAmountuint256 nextClaimTime)
allocationLen(address userview returns (uint256)
allocations(addressuint256view returns (uint256 totalAmountuint256 claimedAmountuint256 nextClaimTime)
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
airdrop(payable 
approve(address spenderuint256 valuereturns (bool)
buyPresale(payable 
claimAllocation(uint256 index
giveAllocation(address useruint256 amount
renounceOwnership(
setPresaleRate(uint256 _rate
startStopPresale(bool _status
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
Events
AirdropClaimed(address indexed useruint256 amount
AllocationClaimed(address indexed useruint256 amount
AllocationIncreased(address indexed useruint256 amount
Approval(address indexed owneraddress indexed spenderuint256 value
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
PresalePurchased(address indexed useruint256 amount
PresaleRateChanged(uint256 newRate
PresaleStatusChanged(bool isActive
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(address _adminaddress _feeReceiver
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ERC20ExceededCap(uint256 increasedSupplyuint256 cap
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidCap(uint256 cap
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
ReentrancyGuardReentrantCall(