Fallout Freaks
Verified contract
Active on
Ethereum with 6,283 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
12 additional
variables
Balances ($0.00)
No balances found for "Fallout Freaks"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21024183 | 13 days ago | | | 0 | 0.00026706586 | |
| 21021355 | 14 days ago | | | 0 | 0.00084961800 | |
| 20998168 | 17 days ago | | | 0 | 0.00023935185 | |
| 20908620 | a month ago | | | 0 | 0.00014350425 | |
| 20900227 | a month ago | | | 0 | 0.00014880774 | |
| 20745865 | 2 months ago | | | 0 | 0.00013163081 | |
| 20623287 | 2 months ago | | | 0 | 0.000025289000 | |
| 20623287 | 2 months ago | | | 0 | 0.000025289000 | |
| 20592043 | 2 months ago | | | 0 | 0.00039624044 | |
| 20573792 | 2 months ago | | | 0 | 0.000030051323 |
ABI
ABI objects
Getter at block 21119720
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MAX_BATCH_MINT() view returns (uint256)
3
MAX_MINT() view returns (uint256)
5000
MAX_SUPPLY() view returns (uint256)
15000
MINT_PRICE() view returns (uint256)
130000000000000000
MODERATOR_ROLE() view returns (bytes32)
0x71f3d55856e4058ed06ee057d79ada615f65cdf5f9ee88181b914225088f834f
contractURI() view returns (string)
https://jfff-metadata-api-hxs7r5kyjq-uc.a.run.app/contract.json
getSaleState() view returns (uint8)
1
getSaleType() view returns (string)
CrystalMutationMint
maxBatchMint() view returns (uint256)
3
merkleRoot() view returns (bytes32)
0x388c7b7b4cb14b546c6be7f6a738e93ed560e5d33c38e6255a50c5efe4651eb0
name() view returns (string)
Fallout Freaks
owner() view returns (address)
0x8e5f332a0662c8c06bdd1eed105ba1c4800d4c2f
reservedMintQuantity() view returns (uint256)
100
reservedMintSupply() view returns (uint256)
100
royaltyBasisPoints() view returns (uint32)
500
royaltyReceiver() view returns (address)
0x9c4a411ba341df1ee71f67b773605406b77e775d
signerAddress() view returns (address)
0xd497c27c285e9d32ca316e8d9b4ccd735dee4c15
symbol() view returns (string)
FFRK
totalSupply() view returns (uint256)
5834
whitelistMintPrice() view returns (uint256)
0
whitelistMintQuantity() view returns (uint256)
0
whitelistMintSupply() view returns (uint256)
0
Read-only
balanceOf(address owner) view returns (uint256)
beneficiaries(uint256) view returns (address wallet, uint256 basisPoints)
calculateSplit(uint256 balance) view returns (uint256[])
getApproved(uint256 tokenId) view returns (address)
getMintDetails(uint256 _tokenId) view returns (struct FalloutFreaksMintDetails)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address _owner, address _operator) view returns (bool isOperator)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256, uint256 salePrice_) view returns (address receiver, uint256 amount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId_) view returns (string)
State-modifying
Events allowListRandomMint(bytes signature_, bytes32 salt_, bytes32[] merkleProof_, uint8 quantity_) payable
approve(address to, uint256 tokenId)
burn(uint256 tokenId)
crystalMutationMint(bytes signature_, bytes32 salt_, uint32 originalTokenId_, uint8 crystalTokenId_)
endMint()
grantRole(bytes32 role, address account)
pauseMint()
publicRandomMint(bytes signature_, bytes32 salt_, uint8 quantity_) payable
removeAdminPermission(address _address)
renounceOwnership()
renounceRole(bytes32 role, address account)
reservedRandomMint(bytes32 randomness_, address to_, uint8 quantity_)
revokeRole(bytes32 role, address account)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAdminPermission(address _address)
setApprovalForAll(address operator, bool approved)
setAuthorizedAddress(address authorizedAddress_, bool authorized_)
setBaseURI(string baseURI_)
setBeneficiaries(address[] _wallets, uint256[] _basisPoints)
setMerkleRoot(bytes32 _merkleRoot)
setRoyaltyBasisPoints(uint32 basisPoints_)
setRoyaltyReceiver(address address_)
setSignerAddress(address signerAddress_)
startAllowListMint()
startCrystalMutationMint()
startPublicMint()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner_)
unpauseMint()
withdrawErc20(address token)
withdrawEth()
AllowListMintBegins()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BaseURIUpdated(string newBaseURI_)
CrystalMutationMintBegins()
IsPaused(bool _paused)
MintEnds()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PublicMintBegins()
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
TypeOfSale(string _saleType)
constructor(address signer_, address admin_, address royaltyReceiver_, address jfgContract_, address jfmcContract_, address jfcContract_, address jungleContract_, address[] preAuthorized_)
receive()
AllSalesFinished()
AlreadyUsedMutation()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
ArrayLengthMismatch()
BalanceQueryForZeroAddress()
DeployerIsMasslessAdmin()
HashUsed()
IncorrectSaleType()
MaxBatchMintLimitExceeded(uint256 limit)
MintToZeroAddress()
MintZeroQuantity()
MustMintMinimumOne()
NoActiveSale()
NoPausedSale()
NoTrailingSlash()
NotAdminOrModerator()
NotAdminOrOwner()
NotCrystalOwner()
NotEnoughEthProvided()
NotGenesisOwner()
OwnerQueryForNonexistentToken()
ProofFailed()
ReserveLimitExceeded()
ReservedMintedOut()
SignatureFailed(address signatureAddress, address signer)
SoldOut()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()
WhitelistMintSoldOut()
WithdrawalFailedBeneficiary(uint256 index, address beneficiary)
ZeroAdminAddress()
ZeroArrayLength()
ZeroBalance()
ZeroBeneficiaryAddress()
ZeroReceiverAddress()
ZeroReceiverBasisPoints()
ZeroReservedMintAddress()
ZeroWithdrawalAddress()
ZeroWithdrawalBasisPoints()