12k reward nft
Unverified contract
Proxy
Active on
Base with 11,008 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "12k reward nft"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20277306 | a month ago | | | 0 | 2.2646679e-7 | |
| 19439021 | 2 months ago | | | 0 | 1.9364883e-7 | |
| 19236194 | 2 months ago | | | 0 | 0.0000011509118 | |
| 19015134 | 2 months ago | | | 0 | 3.9989999e-7 | |
| 19015134 | 2 months ago | | | 0 | 3.9989999e-7 | |
| 19015133 | 2 months ago | | | 0 | 3.9989999e-7 | |
| 19015133 | 2 months ago | | | 0 | 7.3166085e-7 | |
| 19015133 | 2 months ago | | | 0 | 7.9426955e-7 | |
| 19015133 | 2 months ago | | | 0 | 7.9411303e-7 | |
| 19015131 | 2 months ago | | | 0 | 7.9426955e-7 |
ABI
ABI objects
Getter at block 21819705
baseURI() view returns (string)
ipfs://bafybeiequyjev72xqjbitfjh4kimf4wekc3esnwsbpkifjf7htw2dwfxf4/{id}
contractURI() view returns (string)
getTransferValidationFunction() pure returns (bytes4 functionSignature, bool isViewFunction)
(functionSignature=0x1854b241, isViewFunction=true)
getTransferValidator() view returns (address)
0x0000000000000000000000000000000000000000
name() view returns (string)
12k reward nft
owner() view returns (address result)
0xa91efe79feb97403d01f7bd06c695c89f18788c2
ownershipHandoverValidFor() view returns (uint64)
172800
provenanceHash() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
symbol() view returns (string)
1RN
Read-only
balanceOf(address owner, uint256 id) view returns (uint256 result)
balanceOfBatch(address[] owners, uint256[] ids) view returns (uint256[] balances)
isApprovedForAll(address owner, address operator) view returns (bool)
maxSupply(uint256 tokenId) view returns (uint256)
ownershipHandoverExpiresAt(address pendingOwner) view returns (uint256 result)
royaltyInfo(uint256 tokenId, uint256 salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalMinted(uint256 tokenId) view returns (uint256)
totalSupply(uint256 tokenId) view returns (uint256)
uri(uint256) view returns (string)
State-modifying
Events batchBurn(address from, uint256[] ids, uint256[] amounts)
burn(address from, uint256 id, uint256 amount)
cancelOwnershipHandover() payable
completeOwnershipHandover(address pendingOwner) payable
emitBatchMetadataUpdate(uint256 fromTokenId, uint256 toTokenId)
initialize(address allowedConfigurer, address allowedSeaport, string name_, string symbol_, address initialOwner)
renounceOwnership() payable
requestOwnershipHandover() payable
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 isApproved)
setBaseURI(string newBaseURI)
setContractURI(string newContractURI)
setDefaultRoyalty(address receiver, uint96 feeNumerator)
setMaxSupply(uint256 tokenId, uint256 newMaxSupply)
setProvenanceHash(bytes32 newProvenanceHash)
setTransferValidator(address newValidator)
transferOwnership(address newOwner) payable
AllowListUpdated(bytes32 indexed previousMerkleRoot, bytes32 indexed newMerkleRoot, string[] publicKeyURI, string allowListURI)
AllowedFeeRecipientUpdated(address indexed feeRecipient, bool indexed allowed)
AllowedSeaportUpdated(address[] allowedSeaport)
ApprovalForAll(address indexed owner, address indexed operator, bool isApproved)
BatchMetadataUpdate(uint256 _fromTokenId, uint256 _toTokenId)
ContractURIUpdated(string newContractURI)
CreatorPayoutsUpdated(struct CreatorPayout[] creatorPayouts)
DropURIUpdated(string newDropURI)
Initialized(uint8 version)
MaxSupplyUpdated(uint256 tokenId, uint256 newMaxSupply)
OwnershipHandoverCanceled(address indexed pendingOwner)
OwnershipHandoverRequested(address indexed pendingOwner)
OwnershipTransferred(address indexed oldOwner, address indexed newOwner)
PayerUpdated(address indexed payer, bool indexed allowed)
ProvenanceHashUpdated(bytes32 previousHash, bytes32 newHash)
PublicDropUpdated(struct PublicDrop publicDrop, uint256 index)
RoyaltyInfoUpdated(address receiver, uint256 basisPoints)
SeaDropMint(address payer, uint256 dropStageIndex)
SeaDropTokenDeployed(uint8 tokenType)
SignerUpdated(address indexed signer, bool indexed allowed)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] amounts)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 amount)
TransferValidatorUpdated(address oldValidator, address newValidator)
URI(string value, uint256 indexed id)
This contract contains no constructor objects.
fallback()
AccountBalanceOverflow()
AllowedSeaportCannotBeZeroAddress()
ArrayLengthsMismatch()
CannotExceedMaxSupplyOfUint64(uint256 got)
CreatorPayoutAddressCannotBeZeroAddress()
CreatorPayoutBasisPointsCannotBeZero()
CreatorPayoutsNotSet()
DuplicateFeeRecipient()
DuplicatePayer()
DuplicateSigner()
FeeRecipientCannotBeZeroAddress()
FeeRecipientNotAllowed(address got)
FeeRecipientNotPresent()
InsufficientBalance()
InvalidCallerOnlyAllowedSeaport(address caller)
InvalidCreatorPayoutBasisPoints(uint256 totalReceivedBasisPoints)
InvalidCreatorPayoutTotalBasisPoints(uint256 totalReceivedBasisPoints)
InvalidExtraDataEncoding(uint8 version)
InvalidFeeBps(uint256 feeBps)
InvalidFromAndToTokenId(uint256 fromTokenId, uint256 toTokenId)
InvalidProof()
InvalidSignedEndTime(uint256 got, uint256 maximum)
InvalidSignedFeeBps(uint256 got, uint256 minimumOrMaximum)
InvalidSignedFromTokenId(uint256 got, uint256 minimum)
InvalidSignedMaxTokenSupplyForStage(uint256 got, uint256 maximum)
InvalidSignedMaxTotalMintableByWallet(uint256 got, uint256 maximum)
InvalidSignedMaxTotalMintableByWalletPerToken(uint256 got, uint256 maximum)
InvalidSignedMintPrice(address paymentToken, uint256 got, uint256 minimum)
InvalidSignedPaymentToken(address got, address want)
InvalidSignedStartTime(uint256 got, uint256 minimum)
InvalidSignedToTokenId(uint256 got, uint256 maximum)
InvalidStartAndEndTime(uint256 startTime, uint256 endTime)
InvalidSubstandard(uint8 substandard)
MaxSupplyMismatch()
MintAmountsMismatch()
MintExceedsMaxSupply(uint256 total, uint256 maxSupply)
MintQuantityExceedsMaxMintedPerWallet(uint256 total, uint256 allowed)
MintQuantityExceedsMaxMintedPerWalletForTokenId(uint256 tokenId, uint256 total, uint256 allowed)
MintQuantityExceedsMaxSupply(uint256 total, uint256 maxSupply)
MintQuantityExceedsMaxTokenSupplyForStage(uint256 total, uint256 maxTokenSupplyForStage)
MustSpecifyERC1155ConsiderationItemForSeaDropMint()
NewOwnerIsZeroAddress()
NoBalanceToWithdraw()
NoHandoverRequest()
NotActive(uint256 currentTimestamp, uint256 startTimestamp, uint256 endTimestamp)
NotOwnerNorApproved()
OfferContainsDuplicateTokenId(uint256 tokenId)
OnlyDelegateCalled()
PayerCannotBeZeroAddress()
PayerNotAllowed(address got)
PayerNotPresent()
ProvenanceHashCannotBeSetAfterAlreadyBeingSet()
ProvenanceHashCannotBeSetAfterMintStarted()
PublicDropStageNotPresent()
PublicDropsMismatch()
RoyaltyOverflow()
RoyaltyReceiverIsZeroAddress()
SameTransferValidator()
SignatureAlreadyUsed()
SignedMintsMustRestrictFeeRecipients()
SignerCannotBeZeroAddress()
SignerNotPresent()
TokenIdNotWithinDropStageRange(uint256 tokenId, uint256 startTokenId, uint256 endTokenId)
TransferToNonERC1155ReceiverImplementer()
TransferToZeroAddress()
Unauthorized()
UnsupportedExtraDataVersion(uint8 version)
UnsupportedFunctionSelector(bytes4 selector)