Social Token
Verified contract
Active on
Base with 9,455 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SOCIAL | ERC-20 | 20K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22704561 | a few seconds ago | | | 0 | 0.0000036176921 | |
| 22704556 | a few seconds ago | | | 0 | 0.0000021629610 | |
| 22704511 | 2 minutes ago | | | 0 | 0.0000011954423 | |
| 22704487 | 3 minutes ago | | | 0 | 0.0000021626647 | |
| 22704477 | 3 minutes ago | | | 0 | 0.0000018268776 | |
| 22704474 | 3 minutes ago | | | 0 | 0.0000013463484 | |
| 22704452 | 4 minutes ago | | | 0 | 0.0000011976480 | |
| 22704451 | 4 minutes ago | | | 0 | 0.0000025854598 | |
| 22704448 | 4 minutes ago | | | 0 | 0.0000011683199 | |
| 22704438 | 4 minutes ago | | | 0 | 0.0000021632573 |
ABI
ABI objects
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 owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
canBeCredited(uint256 fid) view returns (bool)
currentClaimableAmount(uint256 fid) view returns (uint256)
fidToAirdropAmount(uint256) view returns (uint256)
fidToCreditedAmount(uint256) view returns (uint256)
numberTimesFidCredited(uint256) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
claimAirdrop(address to, uint256 fidClaimer, uint256 fidCredited)
disableAirdropSetting()
renounceOwnership()
setAirdropAmounts(uint256[] fids, uint256[] amounts)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
AirdropAmountSet(uint256 indexed fid, uint256 amount)
AirdropClaim(uint256 indexed fidClaimer, uint256 indexed fidCredited, uint256 amount)
AirdropSettingDisabled()
Approval(address indexed owner, address indexed spender, uint256 value)
Credited(uint256 indexed fidCredited, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 _mintingEndsAt)
This contract contains no fallback and receive objects.
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)