ApeGPTRevShareDistributor

Verified contract

Active on Ethereum with 69 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $1.65
0x8161c27c3dccd4b90ddaa881550429ae345813c539a3a2fbc1f7a6ec7ad7c3f3
0xf583ffcf24bcec9278b103ac8afb18bc4a9ff9fe1cb79b52b44601d9191fd4c8
0x3f444a34ac512f1fc8a70708b2002201bf6e0deabef8547f3c79bb2f3804dfa3
0x9e9550ea621626502845cd8efc49fab9b2b1021a60a18cb2df1c3ff9a91ae567
0x4af8d4fc6c0942a23f243f5ce99a4d17efdadacc77753ca18623b97a977a904b
0xf52ff4976b3b5bb5b73c6bbeb517b70235b39a76c9b2c1d3fc2bdb6a68914596
0x0b278c0048d9da35e2e59d81990405500b5422550d5a827da1e0cdee9120c993
0x2c89844594f5ed0ef3e4844da207ef692c1b4448a142090e187ec9f431b7fbc6
0x6e57e5d7162d5ea3ba9ea22dd3cb20441de723566a255fdd0f47caadb04ca3a2
0xe6617d89326918320ce6a5251c950c66d872454e556f39bde7294276ac1f2d4b

Functions
Getter at block 21187436
frozen(view returns (bool)
false
owner(view returns (address)
0x7d71cd40e90825bb78ad6cc49b1207dc37d283e9
totalClaimed(view returns (uint256)
3270104105139023063
Read-only
claimedByUser(addressview returns (uint256)
isClaimed(uint256 periodaddress addyview returns (bool)
shareByPeriodMap(uint256view returns (bytes32)
State-modifying
addPeriodData(uint256 periodbytes32 _merkleRoot
claim(uint256 perioduint256 amountbytes32[] merkleProof
freeze(
multiClaim(uint256[] periodsuint256[] amountsbytes32[][] merkleProofs
renounceOwnership(
transferOwnership(address newOwner
unfreeze(
withdrawEth(address toAddr
withdrawToken(address _tokenaddress _to
Events
Claimed(uint256 periodaddress indexed accountuint256 amount
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
PeriodDataAdded(uint256 indexed periodbytes32 indexed merkleRoot
Constructor
constructor(
Fallback and receive
receive(
Errors
ReentrancyGuardReentrantCall(