Monsterland

Verified contract

Proxy

Active on Ethereum with 14,032 txns
Deployed by via 0xd5e3a729 at 15611526
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 48 additional slots
-
variable spans 48 additional slots
11 additional variables

No balances found for "Monsterland"

0xe36b1077f6d1609f9ab35c712b48207924b62509b22f0b6bbd0d5554e1fdd402
0x1c4ea593795298b82dc369b8165f502c15fbf556f93468857303d0dd6db36682
0xecf8321769ea356a38b011483294bab16624ebaeeb15258d1966f186df605964
0x29136edd71d36c46a56f7a46ff39584a5d1dc5fb30df4bf6c8b937f6dba713a7
0x22edccbce824b85c82bd2ad44167a038912a8ecfc0e5b3f0c5af6fb89139248a
0xeb03ea8f71e5cda6ca8ff5f528d523922c564d2f183e933f955783c93937bdd2
0x0cd04265ec99a803143fa0a7cd92ea29042015d04499c2f886ec820156e24e03
0x9fd6f6371aea375a11c38cdcaf75eaa0e291ad790446a03eb060a52ece500973
0xe1b2103f51c47215eb391dc3e7f1d6ea901eeaaa77bbd2d1e7b34a61ff8ef8ad
0x830f9f27d230a84ddc042a443a05132aadf41713787a2e53a3a2fa572ae5314e

Functions
Getter at block 21306882
maxSupply(view returns (uint256)
5555
name(view returns (string)
Monsterland
owner(view returns (address)
0x016bb74b30824c8bfe7cedbd74c71f4e8c7690ea
payeesLength(view returns (uint256)
2
prefix(view returns (string)
https://ipfs.io/ipfs/bafybeidpll7ya3zjqvbnofat64uq2zt3m3fdihphlrjudc7bortc7u5tji/
stage(view returns (uint8)
4
suffix(view returns (string)
.json
symbol(view returns (string)
Monsterland
totalReleased(view returns (uint256)
28398290000000000000
totalShares(view returns (uint256)
100
totalSupply(view returns (uint256)
5555
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_bytes32 freelistMerkleTreeRoot_bytes32 waitlistMerkleTreeRoot_address royaltiesRecipient_uint256 royaltiesValue_address[] shareholdersuint256[] shares
initializeV2(
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
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(