Social Token

Verified contract

Active on Base with 9,455 txns
Deployed by via 0x2390c3db at 22625102
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
0x36afade5b26d80776136d029c6ec0240b097b1dfda32682910cf2a4a63cd049e
0xd88c645d72756e26ff8d08110546fe63e8f13e402d461ffbcb3d3ddfe328bfd8
0x2bfb1698f79d8c06fd37e2aa705dcc54ed4ef919a94bfe81ab36f3d7e1f97122
0xae846a19274e823f792036ff92a2f95f749dd873bc9eb975b63104500e09ce0c
0x6efa1dde9636cb4fbae85eac7fb71c3963447567f4af83b1091d1a2a250311ae
0xdb1e60cb4d92b74d1058fda56113801c7a7d0e03abdb3cda25f4f0885ad41953
0x6e444df212acde57c32d3c3e36cbd66961b9e0927b8878191791dbf8aa76cfb5
0xd08cd027a3cf80b9c92621e383ababbcf8d3d826dc65faa1231ea11328fcac96
0x0c6fd61dcaeeb9291e6844051ebd9439ad427296ab3c4c93ae76b8470dec488a
0x51a4960c4dfaacf385058079785f1699706816f963c4ae2737fbfc4822814c6f

Functions
Getter at block 22704568
INITIAL_LP_MINT(view returns (uint256)
10000000000000000000000000
MAX_TIMES_FID_CREDITED(view returns (uint256)
2
airdropSettingDisabled(view returns (bool)
true
decimals(view returns (uint8)
18
mintingEndsAt(view returns (uint256)
1732644000
name(view returns (string)
Social Token
owner(view returns (address)
0x6eb9e38440b1430e085822ee42e197f3524ec1e9
symbol(view returns (string)
SOCIAL
totalSupply(view returns (uint256)
92313662576830817258140259
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
canBeCredited(uint256 fidview returns (bool)
currentClaimableAmount(uint256 fidview returns (uint256)
fidToAirdropAmount(uint256view returns (uint256)
fidToCreditedAmount(uint256view returns (uint256)
numberTimesFidCredited(uint256view returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
claimAirdrop(address touint256 fidClaimeruint256 fidCredited
disableAirdropSetting(
renounceOwnership(
setAirdropAmounts(uint256[] fidsuint256[] amounts
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
Events
AirdropAmountSet(uint256 indexed fiduint256 amount
AirdropClaim(uint256 indexed fidClaimeruint256 indexed fidCrediteduint256 amount
AirdropSettingDisabled(
Approval(address indexed owneraddress indexed spenderuint256 value
Credited(uint256 indexed fidCrediteduint256 amount
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(uint256 _mintingEndsAt
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
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account