demo

Verified contract

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

No balances found for "demo"

0x2c1cd9d049dac36ae6cdcf53cf4c60aed8036e3ab4c2549fb522737125cb6b7d
0x5c32b1fca3bf5f7c89ea3f4734fe18a76aeac8d463ef48b1a58ea10edc7b29ba
0x444f2d283a55ad6c3ef5a43de11d9789f295799f5dfaaf4ecb8aa93770c1d0b2
0x72b93eb89f656bf15c6b553f5d2ec11a416d431a2962e12089bd80a3f1fe707e
0xfd4306e88df30811f85a0012619881060d115b305c333411c6bc39f0aef3de68

Functions
Getter at block 23830930
castHash(view returns (string)
0x5dada645798149afad1a2efedc7f0eaf7ccd4c73
decimals(view returns (uint8)
18
deployer(view returns (address)
0xda2e66bf9ce5a975cf1879b549597435fb0dbb66
fid(view returns (uint256)
352723
image(view returns (string)
https://bafkreib73izfewe3s52yh5vqinwwlchd6egqgokdemcuzm5b6xm2j2ddjm.ipfs.w3s.link/
name(view returns (string)
demo
symbol(view returns (string)
DEMO
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