Seasons

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0x5959c12a at 17019252
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 46 additional slots
-
variable spans 48 additional slots
-
variable spans 47 additional slots
9 additional variables

No balances found for "Seasons"

No transactions found for "Seasons"


Functions
Getter at block 20905953
getArtistFeePercentage(view returns (uint256 percentage)
0
getProtocolWalletAddress(view returns (address wallet)
0x0000000000000000000000000000000000000000
getTokenPrice(view returns (uint256 price)
0
getTreasurySplitPercentage(view returns (uint256 percentage)
0
getprotocolWalletAddress(view returns (address wallet)
0x0000000000000000000000000000000000000000
owner(view returns (address)
0x0000000000000000000000000000000000000000
seasonCount(view returns (uint256)
0
submissionCount(view returns (uint256)
0
tokenPrice(view returns (uint256)
0
Read-only
artifactTopBuyer(uint256view returns (address)
balanceOf(address accountuint256 idview returns (uint256)
balanceOfBatch(address[] accountsuint256[] idsview returns (uint256[])
getLatestTokenID(uint256 seasonIDview returns (uint256 lastTokenID)
getSeason(uint256 seasonIDview returns (struct SeasonsSeason)
getSubmission(uint256 submissionIDview returns (struct SeasonsSubmission)
getTopBuyerPerArtifact(uint256 submissionIDview returns (address)
getTopSubmissionsOfSeason(uint256 seasonIDview returns (uint256[])
getTotalAmountPurchasedPerToken(address useruint256 tokenIDview returns (uint256 totalAmount)
getTotalTokenSales(uint256 submissionIDview returns (uint256)
getTotalTokensPurchasedPerAddressInSeason(address buyeruint256 seasonIDview returns (uint256)
isApprovedForAll(address accountaddress operatorview returns (bool)
supportsInterface(bytes4 interfaceIdview returns (bool)
topAmontOfTokenSold(uint256view returns (uint256)
totalAmountOfTokensSold(uint256view returns (uint256)
uri(uint256 tokenIdview returns (string)
State-modifying
calculateTopSubmissionsOfSeason(uint256 _seasonID
closeSeason(uint256 _season
createSeason(uint256 startTimeuint256 endTimereturns (uint256)
createSubmission(uint256 _seasonstring _tokenURIaddress _submissionOwnerreturns (uint256)
initialize(
mintArtifact(uint256[] submissionIDuint256[] amountpayable 
renounceOwnership(
safeBatchTransferFrom(address fromaddress touint256[] idsuint256[] amountsbytes data
safeTransferFrom(address fromaddress touint256 iduint256 amountbytes data
setApprovalForAll(address operatorbool approved
setArtistFeePercentage(uint256 percentage
setProtocolWalletAddress(address _protocolWallet
setTokenPrice(uint256 pricereturns (uint256)
setTreasuryAddress(address _treasuryWallet
setTreasurySplitPercentage(uint256 percentage
shutdown(bool _isShutdown
transferOwnership(address newOwner
withdrawProtocolFees(
Events
ApprovalForAll(address indexed accountaddress indexed operatorbool approved
ArtifactMinted(address touint256 tokenIDuint256 amount
ArtistFeePercentageSet(uint256 percentage
FeesWithdrawn(uint256 balance
Initialized(uint8 version
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
ProtocolWalletAddressSet(address protocolWallet
SeasonClosed(uint256 _season
SeasonCreated(uint256 seasonID
Shutdown(bool _isShutdown
SubmissionCreated(uint256 submissionIDaddress SubmissionOwner
TokenPriceSet(uint256 price
TransferBatch(address indexed operatoraddress indexed fromaddress indexed touint256[] idsuint256[] values
TransferSingle(address indexed operatoraddress indexed fromaddress indexed touint256 iduint256 value
TreasuryFeeSplitPercentageSet(uint256 percentage
URI(string valueuint256 indexed id
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
ContractShutdown(string message
IncorrectAmount(string message
IncorrectTimesGiven(string message
NoMoreSubmissionsToThisSeason(uint256 season
SeasonAlreadyClosed(uint256 season
SeasonDoesntExist(
SeasonStillRunning(uint256 season
SubmissionDoesntExist(
ZeroAddressNotAllowed(string message