gmops

Verified contract

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

No balances found for "gmops"

0xf53a7be764288159344b435510051c080afa5abe2550d9c8d7abd76229d822b5
0x011d3dbfdd73c25f40971919e1882fa9bbd5f7d26f5509542d2ff8dfc880405b
0xc26a925c8f685295e80477cbf7e475d3688108d231a15fa2bb96242349cd31b1
0x38166244173b4b2306d6abf53ebe4eec625860f4b4f150c872c735f37f6f42dc

Functions
Getter at block 23214263
castHash(view returns (string)
0x504408fad14a8594055473ad5ede46fc89e329d6
decimals(view returns (uint8)
18
deployer(view returns (address)
0x39fde4ae39368d68cc93d88a175729c449ae4de2
fid(view returns (uint256)
888878
image(view returns (string)
name(view returns (string)
gmops
symbol(view returns (string)
gmops
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