Pika
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
2
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 44 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
5 additional
variables
Balances ($0.00)
No balances found for "Pika"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "Pika"
ABI
ABI objects
Getter at block 21212472
DOMAIN_SEPARATOR() view returns (bytes32)
0x5294ae9bf1ba29769df9a6615c588c6403339e338017b858d24db808e42ae5b0
WETH() view returns (address)
0x0000000000000000000000000000000000000000
beneficiary() view returns (uint256)
0
decimals() view returns (uint8)
18
feesEnabled() view returns (bool)
false
liquidity() view returns (uint256)
0
minSupply() view returns (uint256)
0
name() view returns (string)
owner() view returns (address)
0x0000000000000000000000000000000000000000
proposedOwner() view returns (address)
0x0000000000000000000000000000000000000000
router() pure returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
staking() view returns (uint256)
0
swapEnabled() view returns (bool)
false
symbol() view returns (string)
totalSupply() view returns (uint256)
0
uniswapPair() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFee(address) view returns (bool)
nonces(address owner) view returns (uint256)
packBeneficiary(address _beneficiary, uint256 _fee) pure returns (uint256)
unpackBeneficiary(uint256 _beneficiary) pure returns (address, uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 value)
claimOwnership()
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(uint256 _minSupply, uint256 _totalSupply, address _beneficiary, string _name, string _symbol, uint256 _initial_fee)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
proposeOwner(address _newOwner)
setBeneficiary(address _newBeneficiary, uint256 _fee)
setBurn(uint256 newBurn)
setExcludeFromFee(address _account, bool _excluded)
setFeesEnabled(bool _enabled)
setLiquidity(address _contractAddress, uint256 _fee)
setMinSupply(uint256 _newMinSupply)
setStaking(address _contractAddress, uint256 _fee)
setSwapEnabled(bool _enabled)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
BeneficiaryRewardUpdated(address oldBeneficiary, address newBeneficiary, uint256 oldFee, uint256 newFee)
BurnUpdated(uint256 oldBurn, uint256 newBurn)
ExcludedFromFeeUpdated(address account, bool excluded)
FeesEnabledUpdated(bool enabled)
LiquidityRewardUpdated(address oldBeneficiary, address newBeneficiary, uint256 oldFee, uint256 newFee)
MinSupplyUpdated(uint256 oldAmount, uint256 newAmount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
StakingRewardUpdated(address oldBeneficiary, address newBeneficiary, uint256 oldFee, uint256 newFee)
SwapEnabledUpdated(bool enabled)
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
receive()
This contract contains no error objects.