DogsClub

Verified contract

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

No balances found for "DogsClub"

0x7b66bc35d3f6f8473e300cc0dda4f863b23fbd7f57b219373697992fe72e671e
0x1f1207d5c8e51ac8d3d1c641a19014f78a7b4cc97304180e89bbe4375cf47222
0x90131fe9851b1fe005c68fc99b5d47d52e2240e19ee56a1d0544010ca72ae260
0x0ae36f60053d4c6dfbf9a0459cb827ac9603ec05fab9bf9df1839b83c1d1dcf0
0x303c0e54d47fcb81eb104da2d6e4b1208efb129d174e7819c87a5ddc3450c24f
0x89d53b244a65b81eb25a49074dd9d18dd870c7ae7f706a1ef590fb92912f0ab0
0xd43f41ca4f98f8242188be6575751b592f1eac52dbc584e1d1434f2d37e81be7
0x77011d3b81c6db072108b4df147b2486f84bb28d9c464fed8c7cb69633839dc4
0x64a8a53d6dee2a7e2deaadb0645bdbedf6ec0c17215bd6480983cdcddc9c48ad
0xc58808d256c73d764d76aa91260baaffded6829de93fc0fed511b5f257011305

Functions
Getter at block 22025637
decimals(view returns (uint8)
18
getClubIdentity(view returns (string)
The one and only winning narrative and crypto token.
isExclusiveMember(pure returns (bool)
true
name(view returns (string)
DogsClub
symbol(view returns (string)
DOGSCLUB
totalSupply(view returns (uint256)
10000000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
calculateSpecialFactor(uint256 inputpure 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(
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