FOUR EIGHTY by rust

Verified contract

Proxy

Active on Ethereum with 1,668 txns
Deployed by via 0x3693c285 at 15562267
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 43 additional slots
18 additional variables

No balances found for "FOUR EIGHTY by rust"

0xfc388b0e4e62b9e120d10c4c51c96c875b05dcb9413c96e7594b90d60802b09f
0xa25e6b4034c194e03bab875ab7bd4a2061b9db75b56a944ef2067bdc50f3d92e
0xbe8e55f0e5296bd81e7ab9f0356c92a3250e3c334e72543b033a0d41559cdd9e
0xd6939722766d0ab53655f34c0cdbaf6b009ad056c281373268e278204551387d
0xa3317f054c05a1cfa11b8c625f925d76182c70eb8135ebb08e40313062698779
0xb1106b779e3e49e49f77e7dd6a8c013768da910b42bb175ca3c3ae6b1facfcbd
0xb3910455aa886a28a661a0eec96d7a08b499a0e5a492bffde6c0543d6cccdb71
0x2973d7c94d24e7cffef4249b8029e28bb1df126566cec17c32f3f8060ec90157
0xeaa8374b677a10510f2d042c1c718cb04949f9d605ae432eff3f13af898238f2
0xfc4997e6e1e56bc56e21f695c75515ce61cac451029c913374da817e310deb5f

Functions
Getter at block 20970025
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
claimCondition(view returns (uint256 currentStartIduint256 count)
(currentStartId=0, count=0)
contractType(pure returns (bytes32)
0x44726f7045524337323100000000000000000000000000000000000000000000
contractURI(view returns (string)
ipfs://QmZqTYVSFyGTPYXKfGsy2a6s7py7SAV6WwGVi2izXkdJUJ/0
contractVersion(pure returns (uint8)
2
 
getActiveClaimConditionId(view returns (uint256)
getBaseURICount(view returns (uint256)
445
getDefaultRoyaltyInfo(view returns (addressuint16)
(0xfcc6c9e6c14f3a22d42b54a06be985628e5048ef, 690)
getPlatformFeeInfo(view returns (addressuint16)
(0x86f2ad57b59bb5be8091a0a5fdbecb168b63ca17, 0)
maxTotalSupply(view returns (uint256)
0
maxWalletClaimCount(view returns (uint256)
0
name(view returns (string)
FOUR EIGHTY by rust
nextTokenIdToClaim(view returns (uint256)
513
nextTokenIdToMint(view returns (uint256)
513
owner(view returns (address)
0x0000000000000000000000000000000000000000
primarySaleRecipient(view returns (address)
0xfcc6c9e6c14f3a22d42b54a06be985628e5048ef
symbol(view returns (string)
RUST
totalSupply(view returns (uint256)
507
Read-only
balanceOf(address ownerview returns (uint256)
baseURIIndices(uint256view returns (uint256)
encryptDecrypt(bytes databytes keypure returns (bytes result)
encryptedBaseURI(uint256view returns (bytes)
getApproved(uint256 tokenIdview returns (address)
getClaimConditionById(uint256 _conditionIdview returns (struct IDropClaimConditionClaimCondition condition)
getClaimTimestamp(uint256 _conditionIdaddress _claimerview returns (uint256 lastClaimTimestampuint256 nextValidClaimTimestamp)
getRoleAdmin(bytes32 roleview returns (bytes32)
getRoleMember(bytes32 roleuint256 indexview returns (address)
getRoleMemberCount(bytes32 roleview returns (uint256)
getRoyaltyInfoForToken(uint256 _tokenIdview returns (addressuint16)
hasRole(bytes32 roleaddress accountview returns (bool)
isApprovedForAll(address owneraddress operatorview returns (bool)
isTrustedForwarder(address forwarderview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 tokenIduint256 salePriceview returns (address receiveruint256 royaltyAmount)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256)
tokenURI(uint256 _tokenIdview returns (string)
verifyClaim(uint256 _conditionIdaddress _claimeruint256 _quantityaddress _currencyuint256 _pricePerTokenbool verifyMaxQuantityPerTransactionview 
verifyClaimMerkleProof(uint256 _conditionIdaddress _claimeruint256 _quantitybytes32[] _proofsuint256 _proofMaxQuantityPerTransactionview returns (bool validMerkleProofuint256 merkleProofIndex)
walletClaimCount(addressview returns (uint256)
State-modifying
approve(address touint256 tokenId
burn(uint256 tokenId
claim(address _receiveruint256 _quantityaddress _currencyuint256 _pricePerTokenbytes32[] _proofsuint256 _proofMaxQuantityPerTransactionpayable 
grantRole(bytes32 roleaddress account
initialize(address _defaultAdminstring _namestring _symbolstring _contractURIaddress[] _trustedForwardersaddress _saleRecipientaddress _royaltyRecipientuint128 _royaltyBpsuint128 _platformFeeBpsaddress _platformFeeRecipient
lazyMint(uint256 _amountstring _baseURIForTokensbytes _encryptedBaseURI
multicall(bytes[] datareturns (bytes[] results)
renounceRole(bytes32 roleaddress account
reveal(uint256 indexbytes _keyreturns (string revealedURI)
revokeRole(bytes32 roleaddress account
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setClaimConditions(struct IDropClaimConditionClaimCondition[] _phasesbool _resetClaimEligibility
setContractURI(string _uri
setDefaultRoyaltyInfo(address _royaltyRecipientuint256 _royaltyBps
setMaxTotalSupply(uint256 _maxTotalSupply
setMaxWalletClaimCount(uint256 _count
setOwner(address _newOwner
setPlatformFeeInfo(address _platformFeeRecipientuint256 _platformFeeBps
setPrimarySaleRecipient(address _saleRecipient
setRoyaltyInfoForToken(uint256 _tokenIdaddress _recipientuint256 _bps
setWalletClaimCount(address _claimeruint256 _count
transferFrom(address fromaddress touint256 tokenId
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ClaimConditionsUpdated(struct IDropClaimConditionClaimCondition[] claimConditions
DefaultRoyalty(address indexed newRoyaltyRecipientuint256 newRoyaltyBps
MaxTotalSupplyUpdated(uint256 maxTotalSupply
MaxWalletClaimCountUpdated(uint256 count
NFTRevealed(uint256 endTokenIdstring revealedURI
OwnerUpdated(address indexed prevOwneraddress indexed newOwner
PlatformFeeInfoUpdated(address indexed platformFeeRecipientuint256 platformFeeBps
PrimarySaleRecipientUpdated(address indexed recipient
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoyaltyForToken(uint256 indexed tokenIdaddress indexed royaltyRecipientuint256 royaltyBps
TokensClaimed(uint256 indexed claimConditionIndexaddress indexed claimeraddress indexed receiveruint256 startTokenIduint256 quantityClaimed
TokensLazyMinted(uint256 startTokenIduint256 endTokenIdstring baseURIbytes encryptedBaseURI
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
WalletClaimCountUpdated(address indexed walletuint256 count
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
Ownable__NotAuthorized(
PlatformFee__ExceedsMaxBps(uint256 platformFeeBps
PlatformFee__NotAuthorized(
PrimarySale__NotAuthorized(
Royalty__ExceedsMaxBps(uint256 royaltyBps
Royalty__NotAuthorized(