Fallout Crystal
Verified contract
Active on
Ethereum with 4,258 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
0x4d64…7946
0x7e6b…4de0
Balances ($0.00)
No balances found for "Fallout Crystal"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20592128 | 3 months ago | | | 0 | 0.00013783039 | |
| 20260822 | 5 months ago | | | 0 | 0.00015114140 | |
| 20208452 | 5 months ago | | | 0 | 0.00024630462 | |
| 20208405 | 5 months ago | | | 0 | 0.00015208377 | |
| 20208225 | 5 months ago | | | 0 | 0.00016891956 | |
| 20202677 | 5 months ago | | | 0 | 0.000087846990 | |
| 20202674 | 5 months ago | | | 0 | 0.000085651020 | |
| 20202671 | 5 months ago | | | 0 | 0.000086951850 | |
| 20200753 | 5 months ago | | | 0 | 0.000088267495 | |
| 19835080 | 7 months ago | | | 0 | 0.00018006611 |
ABI
ABI objects
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(uint256) view returns (uint256)
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
beneficiaries(uint256) view returns (address wallet, uint256 basisPoints)
calculateSplit(uint256 balance) view returns (uint256[])
exists(uint256 id) view returns (bool)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
holdersEthPrice(uint256 j_, uint256 q_) pure returns (uint256)
isApprovedForAll(address _owner, address _operator) view returns (bool isOperator)
royaltyInfo(uint256, uint256 salePrice_) view returns (address receiver, uint256 amount)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalSupply(uint256 id) view returns (uint256)
uri(uint256 tokenId_) view returns (string)
usedTokenId(uint256 tokenId) view returns (bool used)
State-modifying
Events burn(address account, uint256 id, uint256 value)
burnBatch(address account, uint256[] ids, uint256[] values)
endMint()
grantRole(bytes32 role, address 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 role, address account)
revokeRole(bytes32 role, address account)
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setAdminPermission(address _address)
setApprovalForAll(address operator, bool approved)
setAuthorizedAddress(address authorizedAddress_, bool authorized_)
setBeneficiaries(address[] _wallets, uint256[] _basisPoints)
setRoyaltyBasisPoints(uint32 royaltyBasisPoints_)
setRoyaltyReceiver(address royaltyReceiver_)
setSignerAddress(address signerAddress_)
setURI(string uri_)
startPhase1Mint()
startPhase2Mint()
transferOwnership(address newOwner)
unpauseMint()
withdrawErc20(address token)
withdrawEth()
ApprovalForAll(address indexed account, address indexed operator, bool approved)
IsPaused(bool _paused)
MintEnds()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Phase1MintBegins()
Phase2MintBegins()
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
StateOfSale(uint8 _state)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
TypeOfSale(string _saleType)
URI(string value, uint256 indexed id)
URIUpdated(string uri_)
constructor(address signer_, address admin_, address royaltyReceiver_, address jungleContract_, address jfgContract_, address[] _preAuthorized)
receive()
AllSalesFinished()
ArrayLengthMismatch()
DeployerIsAdmin()
HashUsed()
IncorrectEthValue()
IncorrectSaleType()
IncorrectValueJungle()
MustMintMinimumOne()
NoActiveSale()
NoPausedSale()
NoTrailingSlash()
NotAdminOrModerator()
NotAdminOrOwner()
NotHoldingAnyTokens()
NotYourToken()
SignatureFailed(address signatureAddress, address signer)
SoldOut()
TransactionMintLimit(uint256 limit)
UsedToken(uint256 jfgId)
WithdrawalFailedBeneficiary(uint256 index, address beneficiary)
ZeroAdminAddress()
ZeroArrayLength()
ZeroBalance()
ZeroBeneficiaryAddress()
ZeroWithdrawalAddress()
ZeroWithdrawalBasisPoints()