fishcast

Verified contract

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

No balances found for "fishcast"

0xb625e0e87724cbc8643fcf853e027c04554d9384a845e47731224de7dbe3137a
0xbaa7166dd6d177d8ac0694b5e8b63ae7474083df3295e6e995604bbfdf11c7de
0xa9cb8b8379557113af05293aed70195fa39a64c790e0c2e135d36bc24b1e99ea
0x911cd3aee5652c72ec4b0effb79e03f6d8a0fe8a36396eda1bf5b233e7077716
0x2c34db15697ae833ae139fe6ce39a90f93da6e3184067e879cfda2fce744016f
0xd747b5c55a82c6b41160aac869b138574e6be458b02f42d0e94be48a641ca43d

Functions
Getter at block 23819372
castHash(view returns (string)
0x0ef7776a36d1a855de61b31db97279e2e6bcc6c3
decimals(view returns (uint8)
18
deployer(view returns (address)
0x7316d728587a35d93ef7697e2c60b99a119c1c43
fid(view returns (uint256)
888867
image(view returns (string)
name(view returns (string)
fishcast
symbol(view returns (string)
$fishcast
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