PIKAMOON
Verified contract
Proxy
Active on
Ethereum with 27,104 txns
Unified storage
Map
Table
Raw
Constants and immutables
1
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($5,956.94)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PIKA | ERC-20 | 15.411529M | $0.000358 |
$5,522.26 | |
Mog | ERC-20 | 138.228468M | $0.000003 |
$366.31 | |
BabyDoge | ERC-20 | 33.690317B | $0.00 |
$67.38 | |
USDC | ERC-20 | 1 | $0.99974 |
$1 | |
SNEKE | ERC-20 | 54.398851M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21244812 | 8 minutes ago | | | 0 | 0.00087474051 | |
| 21244696 | 32 minutes ago | | | 0 | 0.00045401921 | |
| 21244693 | 33 minutes ago | | | 0 | 0.00076729116 | |
| 21244633 | an hour ago | | | 0 | 0.00068053558 | |
| 21244365 | 2 hours ago | | | 0 | 0.00096166040 | |
| 21244337 | 2 hours ago | | | 0 | 0.0015148204 | |
| 21244327 | 2 hours ago | | | 0 | 0.0019003279 | |
| 21244083 | 3 hours ago | | | 0 | 0.00084326629 | |
| 21243594 | 4 hours ago | | | 0 | 0.0024746978 | |
| 21243499 | 5 hours ago | | | 0 | 0.00070321291 |
ABI
ABI objects
Getter at block 21244850 proxiableUUID() view returns (bytes32)
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)
50000000000000000000
decimals() pure returns (uint8)
9
ecoSystemWallet() view returns (address)
0xa4846b20c03959051192d9451901a06281a42eec
ecosystemTax() view returns (uint16)
10
feeMultiply() view returns (uint32)
1000
isTaxEnabled() view returns (bool)
true
marketingTax() view returns (uint16)
10
marketingWallet() view returns (address)
0x11108d34607ea7cd5f0d2a8a5c9831da89c82187
name() view returns (string)
PIKAMOON
symbol() view returns (string)
PIKA
totalSupply() view returns (uint256)
46827914233271572052
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
Upgraded(address indexed implementation)
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(address implementation, bytes _data)
fallback()
AddressEmptyCode(address target)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
FailedInnerCall()
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()