Fluint - Series B

Verified contract

Active on Ethereum with 385 txns
Deployed by via 0x1968a834 at 16646553
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
9 additional variables
Native
Value $5,567.27
0x90ffc0cb51954aad3f82e2f18eeb03e75e5073e9149bb28abdace2cfcfb1e61c
0xbd8c79a02867a2e5ff13edefdac1fd23ad39a1a12da9f83078db5edd2f58a5bd
0x3ba25c41870f9b5f5c0ce4b456dda7a98fd44d30ce1b4f38973f6c850ad99749
0x8e2efa02ba2676f09b9a4f34b93efcc13dfd4d1ebf24b9e9cd469b0c3c36896c
From
0xaddeb2b6920473728a42f7944193fb6320c7b37b48c9a7c0b5ecb6037e716d6b
0xc7f83cc23d563f6d83945bf226aed909455742ed58d6f8b0e165fb094c43e341
0xb5f55b227c3cc9dd62eb93eb96e110a7987823f2d88617500a5a950dbb7084c7
0x2f36a366c3cbdd3ffedcf882a82850008557bc0d704e92b5702eeef10f7ebc2d
0xd20e6cad16a2511f4bd8504efa0f8a007bc4e5a46e60bad79b91f6ebcf4862cf
0xc825b1c5efef4834e0769bbaa0093f9534b519eb1ec6150f65c8aa9bccdb3905

Functions
Getter at block 21413453
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
architectRoyaltyPercentage(view returns (uint256)
50
artistGatingEnabled(view returns (bool)
true
artistRoyaltyPercentage(view returns (uint256)
50
baseTokenURI(view returns (string)
https://api.fluint.art/metadata/1/
claimingOpen(view returns (bool)
false
lastMintTimestamp(view returns (uint256)
1680901319
maxAccountMints(view returns (uint256)
5
mintPrice(view returns (uint256)
35000000000000000
mintTimeoutSeconds(view returns (uint256)
250
mintingOpen(view returns (bool)
false
name(view returns (string)
Fluint - Series B
owner(view returns (address)
0x80d907177dff8729f02208a95f0d009dd13f081d
premint(view returns (address)
0x11e6c8b37a22f3977ffedc2aee1004d5037662e9
premintGatingEnabled(view returns (bool)
false
renderingContract(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
FLSB
totalArtists(view returns (uint256)
231
totalSupply(view returns (uint256)
61
totalWithdrawnArchitects(view returns (uint256)
42500000000000000
totalWithdrawnArtists(view returns (uint256)
25494053948001315
Read-only
accountMints(addressview returns (uint256)
architectWithdrawals(addressview returns (uint256)
artistMembership(addressview returns (uint256)
artistWithdrawals(addressview returns (uint256)
balanceOf(address ownerview returns (uint256)
claimed(uint256view returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getArchitectRoyaltyBalance(address receiverview returns (uint256 amount)
getArtistRoyaltyBalance(address receiverview returns (uint256 amount)
getRoleAdmin(bytes32 roleview returns (bytes32)
getRoleMember(bytes32 roleuint256 indexview returns (address)
getRoleMemberCount(bytes32 roleview returns (uint256)
hasRole(bytes32 roleaddress accountview returns (bool)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
royaltyPercentageByArchitect(addressview returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
addArtist(uint256 tokenIdpayable 
approve(address touint256 tokenId
grantRole(bytes32 roleaddress account
mintAdmin(payable 
mintPublic(uint256 tokenIdpayable 
renounceOwnership(
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setArtistGatingEnabled(bool open
setBaseTokenURI(string _baseTokenURI
setClaimingOpen(bool open
setMaxAccountMints(uint256 mints
setMintPrice(uint256 price
setMintTimeout(uint256 secs
setMintingOpen(bool open
setPremintGatingEnabled(bool open
setRenderingContract(address _contract
setRoyaltyInfo(uint96 feeBasisPoints
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdrawArchitectBalance(
withdrawArtistBalance(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ArchitectWithdraw(address indexed accountuint256 amount
ArtistAdded(address indexed account
ArtistWithdraw(address indexed accountuint256 amount
Claimed(uint256 indexed tokenId
MintingOpen(bool indexed open
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
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
Constructor
constructor(string namestring symboladdress _premint
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(