This contract is being backfilled. You may encounter incomplete storage history.

WSB Coin

Verified contract

Active on Ethereum with 16,253 txns
Deployed by via 0x52f7a6dc at 17169287
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $1,211.96
ERC-20
--
0xb0b2e9b4d1844b50ab846129ba7d801fd2ed849a0b849bfa813e895184e0c135
0x57860be121db6c82c318f3ddeb7582576a2b7107449e11365ee48edc4abc5b21
0x289eb8b80323b9547bb7b23d7fbcc5a5951842ee9fe158b9daaac5b8f9dac42f
0xa896bebb5ee54e3cf770723d87173972e7498d70a5118fa165bb963efbe50260
0x069a2d94d6281a7e2b4b1ca6556bb27083daa109e4e6288843a6b01bad8cce25
0xec5892605a008053d0507b2c93fefc447271c060cd0c5c39e02b8fb0c2d9ffee
0x40bc23bc3cdd738be964db60674872d7ea324241b5a6b21c54b8576eac73a875
0xeccf1c2a50f0de165daa4f1c655ee2bc9ab28442c24875bb1ec338f95bdce3b2
0x85d8d57787f5d3ea3c339e40353a800007e207aa51659d36d062855b75fc8a7a
0x1eaa4ab49a2956feb33072175b93f038fff6ec228318aa76a727677b60118e73

Functions
Getter at block 20792381
airdropCloses(view returns (uint256)
1690760303
airdropEnabled(view returns (bool)
true
airdropIndividualAllocation(view returns (uint256)
46747474747474747474747474
airdropMerkleRoot(view returns (bytes32)
0xa5400974bbb4ea9a2a390ff0f83ade39acd3c008d1a482cff7327ec99ede3ed0
airdropOpens(view returns (uint256)
1682984303
airdropRemainderClaimed(view returns (bool)
false
airdropTokensClaimed(view returns (uint256)
9816969696969696969696969540
decimals(view returns (uint8)
18
globalAirdropCap(view returns (uint256)
13884000000000000000000000000
isAirdropOpen(view returns (bool)
false
maxSupply(view returns (uint256)
69420000000000000000000000000
moderatorClaimed(view returns (bool)
true
name(view returns (string)
WSB Coin
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
WSB
totalSupply(view returns (uint256)
65352969696969696969696969540
wsbCommunityWallet(view returns (address)
0x8d428b8245ccd3179a9cf0335365cf53a1beb103
wsbModeratorsWallet(view returns (address)
0x0ae042d2e5826bfbde038163366f2ae372fe7894
Read-only
airdropClaimed(addressview returns (bool)
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
verifyProof(bytes32[] proof_address minterAddress_view returns (bool)
State-modifying
airdropMint(bytes32[] proof_
approve(address spenderuint256 amountreturns (bool)
burn(uint256 amount
burnFrom(address accountuint256 amount
claimWSBModeratorsAllocation(
decreaseAllowance(address spenderuint256 subtractedValuereturns (bool)
increaseAllowance(address spenderuint256 addedValuereturns (bool)
mintRemainderOfAirdropSupply(
renounceOwnership(
setAirdropEnabled(bool enabled_
transfer(address touint256 amountreturns (bool)
transferFrom(address fromaddress touint256 amountreturns (bool)
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed spenderuint256 value
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(bytes32 airdropMerkleRoot_address cexWallet_address dexWallet_address wsbModeratorsWallet_address wsbCommunityWallet_uint256 maxSupply_uint256 airdropIndividualAllocation_
Fallback and receive
fallback(
receive(
Errors
AirdropClosed(
AirdropOpen(
AirdropTimeNotExpired(
ExceedsAllocation(
NotAllowed(
NotEligibleForAirdrop(
TradingNotStarted(