Victorious

Verified contract

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

No balances found for "Victorious"

0xe5f0c89207214b3d46d8231b547251c875aed2945fa53ed4c73aead16b89a672
From

Functions
Getter at block 23173936
castHash(view returns (string)
0x8fdb63d8f63867fd89f3160a496983154ee6d4d6
decimals(view returns (uint8)
18
deployer(view returns (address)
0xa2bd41f1c40348407f6206bff4e0ad9a68261a8a
fid(view returns (uint256)
889240
image(view returns (string)
name(view returns (string)
Victorious
symbol(view returns (string)
VICTORY
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