Fethers

Verified contract

Active on Ethereum with 286 txns
Deployed by via 0x4624ebf0 at 16892287
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 10 additional slots
-
variable spans 4 additional slots

No balances found for "Fethers"

0x30a159a795403ce9f58ae8dd5a3f92474b6a6313c4db6e648be27bbccea8ff1e
0xbc049857d2b3bbb626441432e0dba218be7dc416225152abb78b7ae40268bcf4
0x3a7de407a0a775f21032ed29b2ac04e2a80e6118a6b23b4e2cfaa1dc8c0a041c
0xce98ea3cd7ded77954755609d32402055f393bd693f3782ce39ef0c76278a665
0xccc0596e26888b7c5aae6a45bf9ac9b9803c8f7fdb5dbb12214efcbd9d5305b1
0x030b49a17ce165583d2f3de0782c187a0665129b9861eb977f4e9ca6d3c0fec7
0xc7efb1a289fe1cf4c68453720d36fb4a48bb1d0ecee38f58be21061d38980b38
0x07c56daccc37863b4ab0cd60cc76f36cca191bef70d48291cd3c64a706a34d80
0x791e1bab7b239e191162ab0667a02e0510ed4b93f4349adb34aca5d78d293e49
0x60934328a0174921635bbc2515d1df2b33853fbc20704ea06c3ae0c4126cb7d8

Functions
Getter at block 20862307
ADMIN_ROLE(view returns (bytes32)
0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
ROYALTIES_BASIS(view returns (uint16)
10000
availableSupply(view returns (uint256)
0
baseURI(view returns (string)
ipfs://bafybeica5w4mqxgd5r32q2sstj7yylkw4ztu5cihlwfrd3tsytmrtns6za/
 
contractURI(view returns (string)
 
getInfo(view returns (struct NFTCollectionContractContractInfo info)
maxSupply(view returns (uint256)
125
metadataUpdatable(view returns (bool)
true
mintingActive(view returns (bool)
true
name(view returns (string)
Fethers
owner(view returns (address)
0xeb256970bde0c79ff94a35e7da07a33c2d99c150
paused(view returns (bool)
false
presaleActive(view returns (bool)
false
presaleMerkleRoot(view returns (bytes32)
0xde2d8f3232a79cb83773fb2d5e4f5594906b2929aba4f8c8aa0052809b6a930c
presaleMintPrice(view returns (uint256)
80000000000000000
presaleMintStart(view returns (uint256)
1679684400
publicMintPrice(view returns (uint256)
80000000000000000
publicMintStart(view returns (uint256)
1679695200
reserveRemaining(view returns (uint256)
0
reservedSupply(view returns (uint256)
10
symbol(view returns (string)
FETHERS
tokensPerMint(view returns (uint256)
1
totalSupply(view returns (uint256)
125
treasuryAddress(view returns (address)
0xeb256970bde0c79ff94a35e7da07a33c2d99c150
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
isApprovedForAll(address owneraddress operatorview returns (bool)
isWhitelisted(address walletbytes32[] proofview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256uint256 salePriceview returns (address receiveruint256 royaltyAmount)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenIdpayable 
grantRole(bytes32 roleaddress account
mint(uint256 amountpayable 
pause(
presaleMint(uint256 amountbytes32[] proofpayable 
renounceRole(bytes32 roleaddress account
reserveMint(address[] touint256 amount
revokeRole(bytes32 roleaddress account
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
transferAdminRights(address to
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
unpause(
updateConfig(struct NFTCollectionContractRuntimeConfig newConfig
withdrawFees(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
Initialized(uint8 version
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Unpaused(address account
Constructor
constructor(string name_string symbol_struct NFTCollectionContractDeploymentConfig deploymentConfigstruct NFTCollectionContractRuntimeConfig runtimeConfig
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(