This contract is being backfilled. You may encounter incomplete storage history.

Seizon

Verified contract

Implementation

Active on Ethereum with 12 txns
Deployed by via 0x3fc91f7e at 16772651
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 48 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 47 additional slots
-
variable spans 47 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
8 additional variables

No balances found for "Seizon"

0x9bfc92d0b606aa0d818ef6b12c2b51910b673a8f74dbd2a6ec3595f089f62be8
0x0589337b05162ff8f7aab77fe1900b7a458e5f5f1cad466f4c173b1c8cb5bb02
0x1c0bcd477bcbcfb33301e103244c8bafc2ab2e0ea9da45beaccaff23adda8786
0x0f9ff6eb1117789cb90131d7e618d9f4116f98be8d720b7078736659d9ff40ff
0x36a2c97bdf2de9d61f29c6c036f162dbbc53a53ffc41b2d209688d64b5aafa42
0x8d35aff7f7c5ba7a474237083e532e50ccdf261130f5cbaf9afa854b569e60df
0x9c805fa94479a9083d6a99040cd7d008c768bb8584a9c0cdd7868d1ad246b141
0xf7d3f2aaa048d8a55502575da410f43ff021f4c9fba4ef27ab167f4ddadbc1e9
0x7dccf8024a42312f8f296f461b7c78a9944dff5c37820c613335af19db452167
0x0d8702c59e6a283d4b9d8d7a868a7e744fe75f91a561cd3507eb890c7001c0b4

Functions
Getter at block 20793056
maxSupply(view returns (uint256)
7573
name(view returns (string)
Seizon
owner(view returns (address)
0xf031250fbdc29b4b8767df9bd3391d11a648ee6b
payeesLength(view returns (uint256)
1
prefix(view returns (string)
https://ipfs.io/ipfs/Qmaxk6hQ5GGNv2Eeo453uBA2Ytvc6fTdMQEdGN4zStXfzQ/
stage(view returns (uint8)
0
suffix(view returns (string)
.json
symbol(view returns (string)
Seizon
totalReleased(view returns (uint256)
0
totalShares(view returns (uint256)
100
totalSupply(view returns (uint256)
0
Read-only
balanceLimit(uint8 stageId_view returns (uint256)
balanceOf(address ownerview returns (uint256)
currentBalance(uint8 stageId_address account_view returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721AUpgradeableTokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721AUpgradeableTokenOwnership[])
getApproved(uint256 tokenIdview returns (address)
isAdmin(address account_view returns (bool)
isApprovedForAll(address owneraddress operatorview returns (bool)
isWhitelisted(uint8 stageId_address account_bytes32[] proof_view returns (bool)
merkleTreeRoot(uint8 stageId_view returns (bytes32)
ownerOf(uint256 tokenIdview returns (address)
payee(uint256 indexview returns (address)
price(uint8 stage_view returns (uint256)
releasable(address accountview returns (uint256)
releasable(address tokenaddress accountview returns (uint256)
released(address accountview returns (uint256)
released(address tokenaddress accountview returns (uint256)
remainingBalance(uint8 stageId_address account_view returns (uint256)
royaltyInfo(uint256uint256 value_view returns (address receiveruint256 royaltyAmount)
shares(address accountview returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
totalReleased(address tokenview returns (uint256)
State-modifying
addToWhitelist(uint8 stageId_address[] accounts_
adminMint(address[] accounts_uint256[] amounts_
approve(address operatoruint256 tokenId
initialize(bytes32 phaseOneMerkleRoot_bytes32 phaseTwoMerkleRoot_address royaltiesRecipient_uint256 royaltiesValue_address[] shareholdersuint256[] shares
multiStageMint(uint256 amount_bytes32[] proof_uint8 stage_payable 
publicMint(uint256 amount_payable 
release(address account
release(address tokenaddress account
releaseAll(
releaseAll(address token
removeFromWhitelist(uint8 stageId_address[] accounts_
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setAdminPermissions(address account_bool enable_
setApprovalForAll(address operatorbool approved
setMaxSupply(uint256 maxSupply_
setPrefix(string prefix_
setPrice(uint8 stage_uint256 value_
setRoyalties(address recipient_uint256 amount_
setStage(uint8 stage_
setSuffix(string suffix_
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
updateBalanceLimit(uint8 stageId_uint256 limit_
updateMerkleTreeRoot(uint8 stageId_bytes32 merkleTreeRoot_
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
ERC20PaymentReleased(address indexed tokenaddress touint256 amount
Initialized(uint8 version
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
PayeeAdded(address accountuint256 shares
PaymentReceived(address fromuint256 amount
PaymentReleased(address touint256 amount
RoyaltiesSet(address recipientuint256 amount
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor

This contract contains no constructor objects.

Fallback and receive
receive(
Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApproveToCaller(
BalanceQueryForZeroAddress(
InvalidQueryRange(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(