Fallout Crystal

Verified contract

Active on Ethereum with 4,258 txns
Deployed by via 0x50592f65 at 14842297
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot

No balances found for "Fallout Crystal"

0x6325d2a06c5830c562c22cf401a7d0e00a06990de7181d441107f0f6f4c21620
0x9f5c509f2c36f54b585aa7b7504cac93ff00c27c66af774e95ffc2358a51e7fb
0xed4bf4945d46200dcb4701986a84b618ed4e76f55a9a1799317f1b1d7f950909
0xe56c80c9bf5933d8b0c56fb5630ce751aecb9edffb152b25e118e455b69d3259
0xc304eef55216f089e5f6ad52a6f2cecfb89ebb5261d4c43c66428cfa9173ca24
0x93e0c7feac479c1c9c0ae93f6bd62331c36e7a97aa8519c14f5910585574c5de
0xedaee78a4ecb96c75d172d4b142e1d716f17e790b2ad2bd5f1ebeea035006552
0x6e5abe9faad0d3043b116b10df977b750c23623ff6064928ad9ee89f3822a444
0xc68482decedb100fb24251ef169020ca3015a502a01a772646f5e00038ac1117
0x451b25e7a675d6c544558475e40ae1093bb61df3885896d2bbc21dcd40c42b6b

Functions
Getter at block 21280434
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
JUNGLE_BANK(view returns (address)
0x8e5f332a0662c8c06bdd1eed105ba1c4800d4c2f
MAX_BATCH_MINT(view returns (uint256)
5
MODERATOR_ROLE(view returns (bytes32)
0x71f3d55856e4058ed06ee057d79ada615f65cdf5f9ee88181b914225088f834f
contractURI(view returns (string)
https://junglefreaks.mypinata.cloud/ipfs/QmUpKxRo3dbJe5TABhn1AqXmTXfT4AfTN6HeETKfp14nd6/contract.json
getSaleState(view returns (uint8)
2
getSaleType(view returns (string)
Phase2Mint
name(view returns (string)
Fallout Crystal
owner(view returns (address)
0x8e5f332a0662c8c06bdd1eed105ba1c4800d4c2f
royaltyBasisPoints(view returns (uint32)
500
royaltyReceiver(view returns (address)
0x9c4a411ba341df1ee71f67b773605406b77e775d
signerAddress(view returns (address)
0xd497c27c285e9d32ca316e8d9b4ccd735dee4c15
symbol(view returns (string)
FCR
Read-only
MAX_SUPPLY(uint256view returns (uint256)
balanceOf(address accountuint256 idview returns (uint256)
balanceOfBatch(address[] accountsuint256[] idsview returns (uint256[])
beneficiaries(uint256view returns (address walletuint256 basisPoints)
calculateSplit(uint256 balanceview returns (uint256[])
exists(uint256 idview returns (bool)
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
holdersEthPrice(uint256 j_uint256 q_pure returns (uint256)
isApprovedForAll(address _owneraddress _operatorview returns (bool isOperator)
royaltyInfo(uint256uint256 salePrice_view returns (address receiveruint256 amount)
supportsInterface(bytes4 interfaceIdview returns (bool)
totalSupply(uint256 idview returns (uint256)
uri(uint256 tokenId_view returns (string)
usedTokenId(uint256 tokenIdview returns (bool used)
State-modifying
burn(address accountuint256 iduint256 value
burnBatch(address accountuint256[] idsuint256[] values
endMint(
grantRole(bytes32 roleaddress account
pauseMint(
phase1Mint(bytes signature_bytes32 salt_uint256 jungle_uint256[] jfgIds_payable 
phase2Mint(bytes signature_bytes32 salt_uint256 jungle_uint256 quantity_payable 
removeAdminPermission(address _address
renounceOwnership(
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
safeBatchTransferFrom(address fromaddress touint256[] idsuint256[] amountsbytes data
safeTransferFrom(address fromaddress touint256 iduint256 amountbytes data
setAdminPermission(address _address
setApprovalForAll(address operatorbool approved
setAuthorizedAddress(address authorizedAddress_bool authorized_
setBeneficiaries(address[] _walletsuint256[] _basisPoints
setRoyaltyBasisPoints(uint32 royaltyBasisPoints_
setRoyaltyReceiver(address royaltyReceiver_
setSignerAddress(address signerAddress_
setURI(string uri_
startPhase1Mint(
startPhase2Mint(
transferOwnership(address newOwner
unpauseMint(
withdrawErc20(address token
withdrawEth(
Events
ApprovalForAll(address indexed accountaddress indexed operatorbool approved
IsPaused(bool _paused
MintEnds(
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Phase1MintBegins(
Phase2MintBegins(
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
StateOfSale(uint8 _state
TransferBatch(address indexed operatoraddress indexed fromaddress indexed touint256[] idsuint256[] values
TransferSingle(address indexed operatoraddress indexed fromaddress indexed touint256 iduint256 value
TypeOfSale(string _saleType
URI(string valueuint256 indexed id
URIUpdated(string uri_
Constructor
constructor(address signer_address admin_address royaltyReceiver_address jungleContract_address jfgContract_address[] _preAuthorized
Fallback and receive
receive(
Errors
AllSalesFinished(
ArrayLengthMismatch(
DeployerIsAdmin(
HashUsed(
IncorrectEthValue(
IncorrectSaleType(
IncorrectValueJungle(
MustMintMinimumOne(
NoActiveSale(
NoPausedSale(
NoTrailingSlash(
NotAdminOrModerator(
NotAdminOrOwner(
NotHoldingAnyTokens(
NotYourToken(
SignatureFailed(address signatureAddressaddress signer
SoldOut(
TransactionMintLimit(uint256 limit
UsedToken(uint256 jfgId
WithdrawalFailedBeneficiary(uint256 indexaddress beneficiary
ZeroAdminAddress(
ZeroArrayLength(
ZeroBalance(
ZeroBeneficiaryAddress(
ZeroWithdrawalAddress(
ZeroWithdrawalBasisPoints(