Pike it Up!
Verified contract
Proxy
Active on
Base with 47,700 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.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 5 | $1.00 |
$5 | |
PIU | ERC-20 | 5.073742M | -- | -- | |
| ERC-20 | 2.4K | -- | -- | |
OHNO | ERC-20 | 12 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22708777 | a day ago | | | 0 | 7.2015550e-7 | |
| 22704740 | a day ago | | | 0 | 7.4264309e-7 | |
| 22703298 | a day ago | | | 0 | 4.9488870e-7 | |
| 22682380 | 2 days ago | | | 0 | 4.8893611e-7 | |
| 22679628 | 2 days ago | | | 0 | 7.3323787e-7 | |
| 22660028 | 2 days ago | | | 0 | 4.3482950e-7 | |
| 22640270 | 3 days ago | | | 0 | 6.7098750e-7 | |
| 22613383 | 3 days ago | | | 0 | 7.8960169e-7 | |
| 22607002 | 3 days ago | | | 0 | 3.7371780e-7 | |
| 22606919 | 3 days ago | | | 0 | 7.3681528e-7 |
ABI
ABI objects
Getter at block 22752934 proxiableUUID() view returns (bytes32)
UPGRADE_INTERFACE_VERSION() view returns (string)
5.0.0
decimals() view returns (uint8)
18
eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)
(fields=0x0f, name=, version=, chainId=8453, verifyingContract=0x68f216bde507f6ce6c66955d1b4216a402e94cf3, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
minter() view returns (address)
0x0000000000000000000000000000000000000000
name() view returns (string)
Pike it Up!
owner() view returns (address)
0xb1ea97c9f68978905fb1bf5089e71a073bc4f5c8
paused() view returns (bool)
false
symbol() view returns (string)
PIU
totalSupply() view returns (uint256)
8476203807705368637139948710
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
nonces(address) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 value)
burnFrom(address account, uint256 value)
claimTokens(string action, uint256 amount, uint256 nonce, uint256 deadline, bytes signature)
initialize(string _name, string _symbol, address _owner)
mint(address account, uint256 amount)
pause()
renounceOwnership()
setMinter(address newMinter)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unpause()
upgradeToAndCall(address newImplementation, bytes data) payable
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed spender, uint256 value)
EIP712DomainChanged()
Initialized(uint64 version)
NewMinter(address newMinter)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
TokensClaimed(address indexed user, uint256 amount, uint256 nonce, string action)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
Upgraded(address indexed implementation)
constructor(address implementation, bytes _data)
fallback()
AddressEmptyCode(address target)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
FailedInnerCall()
AddressEmptyCode(address target)
CallerNotMinter(address caller)
ClaimExpired()
DeployerNotOwner()
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
EnforcedPause()
ExpectedPause()
FailedInnerCall()
InvalidInitialization()
InvalidMinterZeroAddress()
InvalidNonce(address user, uint256 nonce)
InvalidSignature(uint8 e)
InvalidSigner(address signer)
NotInitializing()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
UUPSUnauthorizedCallContext()
UUPSUnsupportedProxiableUUID(bytes32 slot)
ZeroAddressNotValid()
ZeroMinterAddress()