Poncho

Verified contract

Active on Base with 74 txns
Deployed by via 0xe8497702 at 23092468
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Poncho"

0x5ac5962cb852e8038c5b2f28604eefb99900a5a9f2a4ea8815fc5fae317aee3c
0x88dc2d9bb9026ed74d395c014e17673cb7c0c1125143e90d062bebf3c742aaec
0x6f75a6bfbf58ca203fc823d801c0f16bc83e7bcf87f0dfed5dc0b90aa47ce0f5
0x65367112b1ce3f77e203b536b213e9873201e09fb033fc18d91daeb65f33fe94
0x3f250f956c6ea58fa59808126841909983985ddbf220b618835606205ffaf7b6
0x259977679ab92e28ce6ddfe5ef8749dda504fc79e54a8c9b9ef3a270b093a27c
0xf1d5f37f08dab1f42e93157b04c5aaf0054136211b0b8d08b5a2c8a54d07a83b
0xb783227f4652deda4206eecb53988dea82b61fb1dde49e22e14d79dd1cec634c
0x4f4b24e9aa41a17526a4d094676cc083948a6ec7649796bd2cc3165e8f6cbd31
0xed11c424b9f14a3bde2f4652945370a4c5c82e7fc43fa03533e9c3135a411bf8

Functions
Getter at block 23739435
castHash(view returns (string)
0xfeb4d87fdff00b9314bfc4450d3d5d2b610a7349
decimals(view returns (uint8)
18
deployer(view returns (address)
0x5881d9bfff787c8655a9b7f3484ae1a6f7a966e8
fid(view returns (uint256)
5321
image(view returns (string)
name(view returns (string)
Poncho
symbol(view returns (string)
Poncho
totalSupply(view returns (uint256)
100000000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
Events
Approval(address indexed owneraddress indexed spenderuint256 value
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(string name_string symbol_uint256 maxSupply_address deployer_uint256 fid_string image_string castHash_
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender