META by Virtuals

Verified contract

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

No balances found for "META by Virtuals"

0x9e0c6fbe3d70aed9a80f4e5e3ae1da9e9fbe970c0adf5b223468d6d1632fd407
0x60a805a5ad2788d7994048043696071f5869555ca4b60435209b363e54ef9a0b

Functions
Getter at block 23701675
castHash(view returns (string)
0x5a4c6bc224af4effd0870f73e22e4e7117046cba
decimals(view returns (uint8)
18
deployer(view returns (address)
0xf88fa5dd818a5eb84bacb370e844688215f9f607
fid(view returns (uint256)
260657
image(view returns (string)
https://imagedelivery.net/BXluQx4ige9GuW0Ia56BHw/a68b8f8e-cc7f-4e76-6445-6bca44397100/original
name(view returns (string)
META by Virtuals
symbol(view returns (string)
META
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