PikaMoon
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
12
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 "PikaMoon"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "PikaMoon"
ABI
ABI objects
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 owner, address spender) view returns (uint256)
automatedMarketMakerPairs(address) view returns (bool)
balanceOf(address account) view returns (uint256)
calculateTax(address from, address to, uint256 value) view returns (uint256 tax, uint256 burnAmount, uint256 marketingAmount, uint256 ecosystemAmount)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isExcludeFromTax(address) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burn(uint256 amount)
changeEcoSystemWallet(address _ecoSystemWallet)
changeMarketingWallet(address _marketing)
excludeFromTax(address _user, bool _isExcludeFromTax)
grantRole(bytes32 role, address account)
initialize(string _name, string _symbol, address _ecosystemdevelopment, address _marketing)
mint(address to, uint256 amount)
renounceRole(bytes32 role, address callerConfirmation)
revokeRole(bytes32 role, address account)
setAutomatedMarketMakerPair(address pair, bool value)
toggleTax()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
upgradeToAndCall(address newImplementation, bytes data) payable
Approval(address indexed owner, address indexed spender, uint256 value)
EventEcoSystemWallet(address ecoSystemWallet, address _ecoSystemWallet)
EventMarketingWallet(address marketingWallet, address _marketingWallet)
ExcludeFromTax(address _user, bool _isExcludeFromTax)
Initialized(uint64 version)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
SetAutomatedMarketMakerPair(address pair, bool value)
ToggleTax(bool tax)
Transfer(address indexed from, address indexed to, uint256 value)
Upgraded(address indexed implementation)
constructor()
This contract contains no fallback and receive objects.
AccessControlBadConfirmation()
AccessControlUnauthorizedAccount(address account, bytes32 neededRole)
AddressEmptyCode(address target)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
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)
FailedInnerCall()
InvalidInitialization()
NotInitializing()
PairIsAlreadyGivenValue()
UUPSUnauthorizedCallContext()
UUPSUnsupportedProxiableUUID(bytes32 slot)
ZeroAddress()