ClaimPayoutPursuitNFT

Verified contract

Active on Ethereum with 71 txns
Deployed by via 0x54cfdf8d at 19835038
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $74.24
0x49ae175205a8a4a68cb9bba9c24ca1df724347196fedd51ccf727ccb40ce843a
0x253a65b6c4d86d8d2dab629c6522df609dcc46bb7ed9948b754700ad433e3872
0x2f2f2fd898a836062f72c91524f25de2d14e6cbb9a82a805609769e64b06bdac
0x09aa230e485658da16dd1d8ee897911b9c2a13757d36c802d5a5d5041016e963
0x97ff0926a6f0c53182a6c9584e68f74a7946b65d1df436cef61e4e4457782a6c
0x9de32f34d481f5095349bab903ef6ff4fbb2c81680bf1b20293984943bae2769
0x9f841804ccf61d07ee977f7c38d739d49c3e370ce2169892ae70a55b32bc4443
0x0a20ac3f46548518b161d9bdd5d4fd497bb031789b271f1ecc76ff67980bac9e
0x8f8084d1e1e5937b6d94f08e6c0620d66ef9298cc4abff24acdae5772c1fc4ee
0x89803e619a8c1efd05538b7d5c4d2cf8d0e0aba87412d3107bdd788aa84e87f1

Functions
Getter at block 20915170
owner(view returns (address)
0xc2a47c9bd6b75832c6ec74be4338158b43ebad13
payoutPursuitNft(view returns (address)
0x091450406dcc788e2b41bbd211f9efa65c75db98
Read-only
addressBanned(addressview returns (bool)
nftClaimData(uint256view returns (uint256 nftIduint256 priceuint256 openingTimestampuint256 closingTimestamp)
whitelistAddress(addressview returns (bool)
State-modifying
banAddresses(address[] _addressesbool _ban
claimNFT(uint256 _nftIdaddress _userpayable 
closeNFTClaim(uint256 _nftId
createNewNFTClaim(uint256 _nftIduint256 _priceInWeiuint256 _openingTimestampuint256 _closingTimestamp
extendTimeOfNFTClaim(uint256 _nftIduint256 _newClosingTimestamp
renounceOwnership(
transferOwnership(address newOwner
updatePayoutPursuitNftAddress(address _payoutPursuitNft
updatePriceOfNFTClaim(uint256 _nftIduint256 _priceInWei
whitelistAddresses(address[] _addressesbool _isWhitelist
withdrawFunds(
withdrawTokenFunds(address _tokenAddress
Events
NFTAddressUpdated(address newNFTAddress
NFTClaimClosed(uint256 indexed nftId
NFTClaimPriceUpdated(uint256 indexed nftIduint256 priceInWei
NFTClaimTimeExtended(uint256 indexed nftIduint256 newClosingTimestamp
NewNFTClaimCreated(uint256 indexed nftIduint256 priceInWeiuint256 openingTimestampuint256 closingTimestamp
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Constructor
constructor(address _payoutPursuitNft
Fallback and receive

This contract contains no fallback and receive objects.

Errors
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account