pichi
Unverified contract
Proxy
Active on
Base with 249 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x3638…ed30
Balances ($0.00)
No balances found for "pichi"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22044497 | 14 hours ago | | | 0 | 4.7242925e-7 | |
| 22036540 | 18 hours ago | | | 0 | 3.5291970e-7 | |
| 22015086 | a day ago | | | 0 | 4.7297732e-7 | |
| 21978253 | 2 days ago | | | 0 | 0.000000088461277740 | |
| 21873362 | 5 days ago | | | 0 | 0.000000302236870590 | |
| 21796157 | 6 days ago | | | 0 | 2.7849360e-7 | |
| 21764642 | 7 days ago | | | 0 | 4.7267526e-7 | |
| 21747725 | 7 days ago | | | 0 | 3.1582252e-7 | |
| 21696594 | 9 days ago | | | 0 | 4.7549942e-7 | |
| 21674777 | 9 days ago | | | 0 | 4.7549942e-7 |
ABI
ABI objects
Getter at block 22069673
DOMAIN_SEPARATOR() view returns (bytes32)
0x295f4f7f1c7483034311b4fc25c5f48041d2ee9f59304b1e57904b66acf672e0
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=pichi, version=1, chainId=8453, verifyingContract=0xf054e1d4091f8f14223b64857fbe204ceced9f30, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
moxiePassVerifier() view returns (address)
0x3638807fcf806039fe64496c7e4499ea7aa7ed30
name() view returns (string)
pichi
owner() view returns (address)
0xffeace4541276ac65c4e433b7fc63cda32b30470
symbol() view returns (string)
fid:234616
totalSupply() view returns (uint256)
5756425922092303466106
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
nonces(address owner) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burn(uint256 value)
burnFrom(address account, uint256 value)
initialize(address _owner, string _name, string _symbol, uint256 _initialSupply, address _moxiePassVerifier)
mint(address _to, uint256 _amount)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceOwnership()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
EIP712DomainChanged()
Initialized(uint64 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
ECDSAInvalidSignature()
ECDSAInvalidSignatureLength(uint256 length)
ECDSAInvalidSignatureS(bytes32 s)
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)
ERC2612ExpiredSignature(uint256 deadline)
ERC2612InvalidSigner(address signer, address owner)
InvalidAccountNonce(address account, uint256 currentNonce)
InvalidInitialization()
NotInitializing()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
SubjectERC20_InvalidOwner()
SubjectERC20_InvalidTransfer()
SubjectERC20_NotAMoxiePassHolder()