Pixie Jars Rewards
Verified contract
Active on
Ethereum with 4,096 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xfc98…e4b8
Balances ($0.00)
No balances found for "Pixie Jars Rewards"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21060445 | a month ago | | | 0 | 0.00038221104 | |
| 20852036 | 2 months ago | | | 0 | 0.00027797063 | |
| 20768195 | 2 months ago | | | 0 | 0.00010137786 | |
| 20104720 | 5 months ago | | | 0 | 0.00020280631 | |
| 19950350 | 6 months ago | | | 0 | 0.00015812064 | |
| 19646571 | 7 months ago | | | 0 | 0.0014256646 | |
| 19065172 | 10 months ago | | | 0 | 0.00059444596 | |
| 19056165 | 10 months ago | | | 0 | 0.0020978294 | |
| 18917165 | a year ago | | | 0 | 0.00072054094 | |
| 18508403 | a year ago | | | 0 | 0.0013408613 |
ABI
ABI objects
Getter at block 21261215
TIER_1_MINIMUM() view returns (uint256)
1
TIER_2_MINIMUM() view returns (uint256)
10
TIER_3_MINIMUM() view returns (uint256)
25
TIER_4_MINIMUM() view returns (uint256)
50
campaignRewardClaimOpen() view returns (bool)
true
name() view returns (string)
Pixie Jars Rewards
owner() view returns (address)
0xf8c3e78ddf55b07db7be22c737b417607de60702
rewardCampaignID() view returns (uint256)
17
snapshotMerkleRoot() view returns (bytes32)
0x1fade20881c6ad2924fdd47f01ea3ed85fc950b1c79cef9805ef6f3ad742c592
snapshotRewardClaimOpen() view returns (bool)
true
symbol() view returns (string)
PJR
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
creators(uint256) view returns (address)
isApprovedForAll(address account, address operator) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenSupply(uint256) view returns (uint256)
totalSupply(uint256 _id) view returns (uint256)
uri(uint256 typeId) view returns (string)
State-modifying
Events addRewardToken(uint256 tokenId, string tokenUri)
airdropReward(uint256 tokenId, address[] recipients)
claimCampaignReward()
claimSnapshotReward(uint256 claimTokenID, bytes32[] merkleProof)
newRewardCampaign(uint256 tier1Min, uint256 tier2Min, uint256 tier3Min, uint256 tier4Min, string tier1URI, string tier2URI, string tier3URI, string tier4URI)
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setCampaignClaimOpen(bool _open)
setPixieJarsContract(address _address)
setSnapshotClaimOpen(bool _open)
setSnapshotMerkleRoot(bytes32 _root)
transferOwnership(address newOwner)
updateTokenURI(uint256 tokenId, string tokenUri)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
constructor(string _name, string _symbol, string _baseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.