GIRTH

Verified contract

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

No balances found for "GIRTH"

0x6d16834f57821b5288bcb0d91de87a67214b4f1834fa620b5ce820e53691219a
0x6af3e603ff8e66346516197239dd817ea415b26b50ff3717012ddea37e1d4ab8
0x2cf232e887040110020714bc8ea717e72d7b996de0b38547eecd5f3f5daf8ee1
0xf1f85e13c48108865416c3748d82a1ccf8bd43f388cb47f3213ace5efe8f49ea
0xe585a316a776ea388b2f89ddd5e4c4ca529f5f14f6e50c87facc38039b3f4d0b
0xbd4d4fb604db9bdc15993d045f8bfc9119f73ad59409e983854107cc375f1a46
0x3c8a232b87fd1d1355823814dd0fb4aebb8ebc0ae7536a4d163b1c90c135a03c
0xace4480121d064a83d49893fea606156347be32586232a5f4b8c0b8f6e04aeab
0x2370a2ee8c1ddf823930fadf4c3436ba0feeac3b9038e2eb7a1cac54eefedba1
0x6ff3ae67c5b5a2881c986c43670b1b64d7adcd1c8f2088fb2a9048a047513baa

Functions
Getter at block 23634121
castHash(view returns (string)
0xff7bb435edd6d94b1b627d45eff0a3fca8e8a96f
decimals(view returns (uint8)
18
deployer(view returns (address)
0x3b54621fe962ee8e5283f2429b800e2e212c9a02
fid(view returns (uint256)
853707
image(view returns (string)
name(view returns (string)
GIRTH
symbol(view returns (string)
GIRTH
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