Blizzy

Verified contract

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

No balances found for "Blizzy"

0x99b9c8ba5a3883a31fd02a6c91bfcd1ecd8be832ebf57874de0ae96b61d523e3
0x98b053f61737e839a610e8ba04849283f1a217e36025dfe6443510ee638dcf88
0xf047db53d7da0db33008981b33a81c396be0f7e6caae7bb2d9d0fe49e2597118
0xebf9e2071edb90d8298d3aa851b8f35c56db7813e111382d09b06c6897dbe1c1

Functions
Getter at block 23266467
castHash(view returns (string)
0xe18e3b243974592346f6c8164f67946411607a54
decimals(view returns (uint8)
18
deployer(view returns (address)
0xc771e423f687f913e252cea0a491380dc0f9ec58
fid(view returns (uint256)
888872
image(view returns (string)
name(view returns (string)
Blizzy
symbol(view returns (string)
BLIZZ
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