PIKA
Verified contract
Proxy
Active on
Ethereum with 4,965 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
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
9 additional
variables
Balances ($547.59)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SHIB | ERC-20 | 19.356324M | $0.000025 |
$487.59 | |
USDT | ERC-20 | 60 | $1.00 |
$60 | |
PIKA | ERC-20 | 86.73912B | -- | -- | |
PIKA | ERC-20 | 977.5K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21205948 | a day ago | | | 0 | 0.00045663371 | |
| 21201153 | 2 days ago | | | 0 | 0.00086717213 | |
| 21196792 | 2 days ago | | | 0 | 0.00090156699 | |
| 21186381 | 4 days ago | | | 0 | 0.0017952113 | |
| 21185556 | 4 days ago | | | 0 | 0.0019699491 | |
| 21174617 | 5 days ago | | | 0 | 0.0015341800 | |
| 21163784 | 7 days ago | | | 0 | 0.00079363344 | |
| 21146758 | 9 days ago | | | 0 | 0.00046686407 | |
| 21144724 | 9 days ago | | | 0 | 0.00069853778 | |
| 21131853 | 11 days ago | | | 0 | 0.00099748380 |
ABI
ABI objects
Getter at block 21212472
DOMAIN_SEPARATOR() view returns (bytes32)
0x4487a88c73826bd2e07c1515bfac6af8fbc4961ba3415d7c3cfef1c090c94bc9
WETH() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
beneficiary() view returns (uint256)
731572115806261204470940054609090485966072366974718
decimals() view returns (uint8)
18
feesEnabled() view returns (bool)
false
liquidity() view returns (uint256)
0
minSupply() view returns (uint256)
10000000000000000000000000000000
name() view returns (string)
PIKA
owner() view returns (address)
0x694ecbe471786c6cf60a09e4141b12c35cf273a8
proposedOwner() view returns (address)
0x694ecbe471786c6cf60a09e4141b12c35cf273a8
router() pure returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
staking() view returns (uint256)
10962495303174678085646521528561940969280846568091836
swapEnabled() view returns (bool)
true
symbol() view returns (string)
PIKA
totalSupply() view returns (uint256)
46556023134205965426715971827319
uniswapPair() view returns (address)
0xc31c590acfad809d3293f58a1873c182a9643b7e
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 admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
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)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
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)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
receive()
This contract contains no error objects.