flygoat

Verified contract

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

No balances found for "flygoat"

0xcafb348c22dd290c446cee8ec967bdace43167f45e97c579adb007cb4c94cfe5
0xfb517a991fb0a87f7c768dc98c879dfbca7e355114f3e9c4a875cd113191958a

Functions
Getter at block 23623316
castHash(view returns (string)
0xed907f45eb8652bef398d6f59969ae4055bd3388
decimals(view returns (uint8)
18
deployer(view returns (address)
0x82715ec383b5ef8c7e7fb3f1ca079d52a957cdab
fid(view returns (uint256)
331537
image(view returns (string)
https://imagedelivery.net/BXluQx4ige9GuW0Ia56BHw/dde51548-c981-40ad-1ce5-903b9d952600/original
name(view returns (string)
flygoat
symbol(view returns (string)
FGT
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