ApeGPTRevShareDistributor
Verified contract
Active on
Ethereum with 69 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1.65)
Native
Value
$1.65
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.000528 | $3,131.61 |
$1.65 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20264925 | 4 months ago | | | 0 | 0.000064639552 | |
| 19963124 | 6 months ago | | | 4.3 | 0.00046925124 | |
| 19963120 | 6 months ago | | | 0 | 0.00070604930 | |
| 19919281 | 6 months ago | | | 0 | 0.00016755788 | |
| 19918832 | 6 months ago | | | 5.3 | 0.00045928798 | |
| 19918826 | 6 months ago | | | 0 | 0.00060806206 | |
| 19731414 | 7 months ago | | | 0 | 0.0013177701 | |
| 19721522 | 7 months ago | | | 0 | 0.0010052246 | |
| 19353055 | 8 months ago | | | 0 | 0.0074656655 | |
| 19143010 | 9 months ago | | | 0 | 0.0031685010 |
ABI
ABI objects
Getter at block 21187436
frozen() view returns (bool)
false
owner() view returns (address)
0x7d71cd40e90825bb78ad6cc49b1207dc37d283e9
totalClaimed() view returns (uint256)
3270104105139023063
Read-only
claimedByUser(address) view returns (uint256)
isClaimed(uint256 period, address addy) view returns (bool)
shareByPeriodMap(uint256) view returns (bytes32)
State-modifying
Events addPeriodData(uint256 period, bytes32 _merkleRoot)
claim(uint256 period, uint256 amount, bytes32[] merkleProof)
freeze()
multiClaim(uint256[] periods, uint256[] amounts, bytes32[][] merkleProofs)
renounceOwnership()
transferOwnership(address newOwner)
unfreeze()
withdrawEth(address toAddr)
withdrawToken(address _token, address _to)
Claimed(uint256 period, address indexed account, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PeriodDataAdded(uint256 indexed period, bytes32 indexed merkleRoot)
constructor()
receive()
ReentrancyGuardReentrantCall()