Melancholic Bot

Verified contract

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

No balances found for "Melancholic Bot"

0x529263fb44cb6b99088e17bb1b75e4528a4d1d66846c4e0986115bb03e3f9d7b
From

Functions
Getter at block 23739301
castHash(view returns (string)
0xa21f290b6888ce1b02932e8e31123d827ec42644
decimals(view returns (uint8)
18
deployer(view returns (address)
0x829775e92ae029475e71068a9efa48e260a04f50
fid(view returns (uint256)
281602
image(view returns (string)
name(view returns (string)
Melancholic Bot
symbol(view returns (string)
MBOT
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