Project X

Verified contract

Proxy

Active on Ethereum with 184 txns
Deployed by via 0x7c93addf at 16892864
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
13 additional variables
Native
Value $199.39
0x8921f0449679d6cab7fc494cd3934e237e98ace2c07d9e00b5b98c848b985baa
0xb05ea31d5b2459488cb192a2eb3d037b667af6d08361f42527e68be9dee39608
0x7a170cb383df0bf33defb33db5be208f32ec65a571e448e4bbfe84d08d9ecd48
0x0f7c059b7199584996e2686eaefbbd3ab7fafa59159b9e436e1f596ac0a63950
From
0x9b68db115463e78e2c4d976b4bd938c882fb9a2c5be920e820efa79478b860eb
0x8e3e7e92db608458b973db54f38d24270977c5ca83ed3481a1a8356624abe153
0xd3f099531a597dfa885b320d70f244cebf352b0a272710e05f51df7aa11b23b7
0xfac20aba5d56874552147fca254ba8a8f29c0042a290175cd50a6ddc69c5e2af
0x03f43ddd780d9f872112a351bfaca821cc70a31dae6ff3b0875375c01e5dee94
0x7c2d5a25ab059b6f54d8a2f21b2d4d0d204cd79cbc027671655e2f88ee487cda

Functions
Getter at block 21272212
devWithdraw(view returns (bool)
true
maxSupply(view returns (uint256)
750
name(view returns (string)
Project X
owner(view returns (address)
0xb21908ab58f43b3a0a5ce6b22331d15d127baa05
payeesLength(view returns (uint256)
4
prefix(view returns (string)
https://ipfs.io/ipfs/QmaZmKb4tZpTYzxPhhdenXjMq5sxtFbhakm41woGXJyBWe/
stage(view returns (uint8)
2
suffix(view returns (string)
.json
symbol(view returns (string)
Project X
totalReleased(view returns (uint256)
5200000000000000000
totalShares(view returns (uint256)
100
totalSupply(view returns (uint256)
180
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
admin(returns (address admin_)
changeAdmin(address newAdmin
implementation(returns (address implementation_)
upgradeTo(address newImplementation
upgradeToAndCall(address newImplementationbytes datapayable 
addToWhitelist(uint8 stageId_address[] accounts_
adminMint(address[] accounts_uint256[] amounts_
approve(address operatoruint256 tokenId
initialize(bytes32 whitelistMerkleTreeRoot_address royaltiesRecipient_uint256 royaltiesValue_address[] shareholdersuint256[] shares
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_
web3Withdraw(
whitelistMint(uint256 amount_bytes32[] proof_payable 
Events
AdminChanged(address previousAdminaddress newAdmin
BeaconUpgraded(address indexed beacon
Upgraded(address indexed implementation
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
constructor(address _logicaddress admin_bytes _data
Fallback and receive
fallback(
receive(
receive(
Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApproveToCaller(
BalanceQueryForZeroAddress(
InvalidQueryRange(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(