Pirates of the Cryptobean

Verified contract

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

No balances found for "Pirates of the Cryptobean"

0x93e33483a3fb91fddae64b74bcdfadad30a7bb3acf4bebc10f1c2ad0316ca075
0x3f799cba5654f8622f08838d067ea69c31a227639d728b0745cae62064bc5d4f
0xc76cc2eacab296d6d42368c528e36ea7886ac08bbfb8b678c7f0131c47465455
0x8089ef52921b536a67cbc326320ceb2c27682ca59aa80d1717a9961e2e3a6724

Functions
Getter at block 23785868
castHash(view returns (string)
0x7b70c3d3b8d1c8e7ebec191ac53f1903d55ed5bc
decimals(view returns (uint8)
18
deployer(view returns (address)
0xd66c3603aaeae3d03bc521434aff992a8af6af17
fid(view returns (uint256)
12388
image(view returns (string)
https://imagedelivery.net/BXluQx4ige9GuW0Ia56BHw/5c9fe562-df3c-42a3-54a5-89d779929d00/original
name(view returns (string)
Pirates of the Cryptobean
symbol(view returns (string)
SAVVY
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