COG COIN

Verified contract

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

No balances found for "COG COIN"

0xc20671e7772ac5ca0b37e86918c5c141b268c3cf356bc05b8400423826ada53c
0xec20ecb392ce091c63211fee9318adbfb73efa40b81f311d202e59bb453b9aa3
0x96a41a12ee8682a254bd52bdacdb3cc1a8fb4d83c3fe0617c9ef5b8960671f7c
0x44106d58f2fa898a38d308a983ab9bc268258f32a269d1e255431173e0d7cea0
0x86d25e7b258e97e2d7f8f1b7ca4d5e78333432b2dd0d92b20e781eb9182694e6
0x3f4b95b4eb2f2d56abaf33e109ebeee04ea3e78e108e9dc6fb09a379211647b5
0x6a491ebd3fb02a359069a35c7b0e30260ecf929628517d3f6d8350e11768bd21
0xd2f3434b3e3c437d9ee85672cc816009df5384eb109beb96efb7ab3935886431
0x3388d37e34be2992d44274bed51e6f279673a8e8dc7a32ffc95d6e7076741890
0x97df274c1a903ce06023d32ff9a2aacdb1699b13b12a1f309ce66ebf15dc1d03

Functions
Getter at block 23590015
castHash(view returns (string)
0xa24a34c8a52ea442132d2fbebd3c8090b16ae04b
decimals(view returns (uint8)
18
deployer(view returns (address)
0xef44326887a8866f525ecad41af6d878ebb5bb2a
fid(view returns (uint256)
473136
image(view returns (string)
https://imagedelivery.net/BXluQx4ige9GuW0Ia56BHw/547a1963-9d3e-4e02-b682-797db7d1a300/original
name(view returns (string)
COG COIN
symbol(view returns (string)
COG
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