PikaMoon

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0x99e2430c at 19417579
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "PikaMoon"

No transactions found for "PikaMoon"


Functions
Getter at block 20791592
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
UPGRADE_INTERFACE_VERSION(view returns (string)
5.0.0
burnTax(view returns (uint16)
5
cap(view returns (uint256)
0
decimals(pure returns (uint8)
9
ecoSystemWallet(view returns (address)
0x0000000000000000000000000000000000000000
ecosystemTax(view returns (uint16)
10
feeMultiply(view returns (uint32)
1000
isTaxEnabled(view returns (bool)
false
marketingTax(view returns (uint16)
10
marketingWallet(view returns (address)
0x0000000000000000000000000000000000000000
name(view returns (string)
proxiableUUID(view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
symbol(view returns (string)
totalSupply(view returns (uint256)
0
Read-only
allowance(address owneraddress spenderview returns (uint256)
automatedMarketMakerPairs(addressview returns (bool)
balanceOf(address accountview returns (uint256)
calculateTax(address fromaddress touint256 valueview returns (uint256 taxuint256 burnAmountuint256 marketingAmountuint256 ecosystemAmount)
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
isExcludeFromTax(addressview returns (bool)
supportsInterface(bytes4 interfaceIdview returns (bool)
State-modifying
approve(address spenderuint256 valuereturns (bool)
burn(uint256 amount
changeEcoSystemWallet(address _ecoSystemWallet
changeMarketingWallet(address _marketing
excludeFromTax(address _userbool _isExcludeFromTax
grantRole(bytes32 roleaddress account
initialize(string _namestring _symboladdress _ecosystemdevelopmentaddress _marketing
mint(address touint256 amount
renounceRole(bytes32 roleaddress callerConfirmation
revokeRole(bytes32 roleaddress account
setAutomatedMarketMakerPair(address pairbool value
toggleTax(
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
upgradeToAndCall(address newImplementationbytes datapayable 
Events
Approval(address indexed owneraddress indexed spenderuint256 value
EventEcoSystemWallet(address ecoSystemWalletaddress _ecoSystemWallet
EventMarketingWallet(address marketingWalletaddress _marketingWallet
ExcludeFromTax(address _userbool _isExcludeFromTax
Initialized(uint64 version
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
SetAutomatedMarketMakerPair(address pairbool value
ToggleTax(bool tax
Transfer(address indexed fromaddress indexed touint256 value
Upgraded(address indexed implementation
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AccessControlBadConfirmation(
AccessControlUnauthorizedAccount(address accountbytes32 neededRole
AddressEmptyCode(address target
ERC1967InvalidImplementation(address implementation
ERC1967NonPayable(
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
FailedInnerCall(
InvalidInitialization(
NotInitializing(
PairIsAlreadyGivenValue(
UUPSUnauthorizedCallContext(
UUPSUnsupportedProxiableUUID(bytes32 slot
ZeroAddress(