CrustClaims
Verified contract
Active on
Ethereum with 15 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x32a7…3c41
Balances ($0.00)
No balances found for "CrustClaims"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15000377 | 2 years ago | | | 0 | 0.0011913014 | |
| 15000370 | 2 years ago | | | 0 | 0.0011857306 | |
| 15000306 | 2 years ago | | | 0 | 0.00076146030 | |
| 15000099 | 2 years ago | | | 0 | 0.00046133423 | |
| 11956340 | 4 years ago | | | 0 | 0.0040070700 | |
| 11956303 | 4 years ago | | | 0 | 0.0038421500 | |
| 11956165 | 4 years ago | | | 0 | 0.0083003400 | |
| 11359324 | 4 years ago | | | 0 | 0.0018589500 | |
| 11358399 | 4 years ago | | | 0 | 0.0032753700 | |
| 10878718 | 4 years ago | | | 0 | 0.030970500 |
ABI
ABI objects
Getter at block 21246083
getCap() view returns (uint256)
50000000000000000000000000
getNextReviewId() view returns (uint32)
4
getReviewCount() view returns (uint32)
4
getSelled() view returns (uint256)
20000000000000000000000000
getToken() view returns (address tokenAddress)
0x32a7c02e79c4ea1008dd6564b35f131428673c41
isOwner() view returns (bool)
false
isReviewer() view returns (bool)
false
owner() view returns (address)
0x0000000000000000000000000000000000000000
reviewer() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
getUnReviewItemAddress(uint32 reviewId) view returns (address)
getUnReviewItemAmount(uint32 reviewId) view returns (uint256)
State-modifying
Events claim(uint256 amount, bytes32 pubKey)
claimAll(bytes32 pubKey)
renounceOwnership()
reviewMintRequest(uint32 reviewId, bool approve)
setReviewer(address account)
submitMint(address account, uint256 amount)
transferOwnership(address newOwner)
updateCap(uint256 amount)
withDraw(uint256 amount)
CapUpdated(uint256 _value)
ClaimCRU(address indexed _address, uint256 _value, bytes32 pubKey)
MintCRU(address indexed _address, uint256 _value)
MintRequestReviewed(uint32 _reviewId, bool _approve)
MintRequestSubmited(uint32 _reviewId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ReviewerChanged(address indexed _reviewer)
WithDraw(uint256 _value)
constructor(address wallet, address token, uint256 cap)
This contract contains no fallback and receive objects.
This contract contains no error objects.