NFTClaimManager
Verified contract
Active on
Ethereum with 5,044 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x4222…1e52
Balances ($0.00)
No balances found for "NFTClaimManager"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13437945 | 3 years ago | | | 0 | 0.0036861240 | |
| 13437944 | 3 years ago | | | 0 | 0.0041270548 | |
| 12843421 | 3 years ago | | | 0 | 0.00056990400 | |
| 12812547 | 3 years ago | | | 0 | 0.0025046740 | |
| 12812035 | 3 years ago | | | 0 | 0.00066488800 | |
| 12650915 | 3 years ago | | | 0 | 0.00054346700 | |
| 12507218 | 4 years ago | | | 0 | 0.0053165250 | |
| 12485530 | 4 years ago | | | 0 | 0.0023508540 | |
| 12363602 | 4 years ago | | | 0 | 0.0039839500 | |
| 12363569 | 4 years ago | | | 0 | 0.0043545500 |
ABI
ABI objects
Getter at block 21286673
claimsAllowed() view returns (bool)
false
collection() view returns (address)
0x4222b2a98daa443c6a0a761300d7d6bfd9161e52
owner() view returns (address)
0x0691f5804d4227925f19b031821b530b48fff38f
Read-only
balanceOf(address user) view returns (uint256)
getPrice(uint256 id) view returns (uint248)
nftPrices(uint256) view returns (uint248 price, bool isBadge, string uri)
userPoints(address) view returns (uint256 points, uint248 pointsSpent, bool claimedBadge)
State-modifying
Events claim(uint256 id, uint256 amount)
claimBadge(uint256 id)
renounceOwnership()
setBadges(uint256[] ids)
setCollectionURI(string newURI)
setPrices(uint256[] ids, uint248[] prices, string[] uris)
setTokenURI(uint256 id, string newURI)
setUserPoints(address[] users, uint256[] points)
toggleClaimsAllowed()
transferOwnership(address newOwner)
NFTClaimed(address user, uint256 id, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _collection)
This contract contains no fallback and receive objects.
This contract contains no error objects.