This contract is being backfilled. You may encounter incomplete storage history.

Virtuals vs Spectral

Verified contract

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

No balances found for "Virtuals vs Spectral"

0xf897252eb9d3b8bd038db634e56d7fbded4f9827bf35472c4e8e1b2762e8f970
0xc12ea719f8e4a0769c6db1df0bf31f99d4ec9028a42a1849e0e98cf817ffbcfe
0xa3fffdd8cf24ef59e2383215f385f82c712e3b7c8d5108366df68be60d23ac24
0x81da6fc9fdd4ac42e6719c0c6dcd333665f337ec507812d43e4985496682a12c
0xd0a1516cd80cdc711060d48869af24670bcaded30f0143026dfd9fe87fce45bf
0xab66c56dd2e26e41fdb73408b7c23fd7e40367e9478188a1c104b6d54ebdfeda
0xb65bb961f18faf6bcdf9c1c25849ce9bdf6357fa0e49378c3ab2376c0f18f08d
0xe732137df2c10b8f6c3043905ffc1b041e7295f6f5ef1108b5b0f4749e946c8b
0xe4bc5960cfa1f0acd90c160cc5a3c63d7af9df4b0868f30ef858a6f568888d96
0xd69141d6b37bb3540ed691f675b8d56e6f10c3d60846584531293ed7315ec348

Functions
Getter at block 23881544
castHash(view returns (string)
0xfdec1736f29900bc78b7286c6a99c00acf30b9bb
decimals(view returns (uint8)
18
deployer(view returns (address)
0x961088b76a515d437d9e3e1fc9d24bd295ff3b67
fid(view returns (uint256)
16617
image(view returns (string)
https://imagedelivery.net/BXluQx4ige9GuW0Ia56BHw/4419c722-56c7-4e07-82d8-13405a7ec000/original
name(view returns (string)
Virtuals vs Spectral
symbol(view returns (string)
VS
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