Fluint - Series B
Verified contract
Active on
Ethereum with 385 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
9 additional
variables
Balances ($5,567.27)
Native
Value
$5,567.27
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 1.407006 | $3,956.82 |
$5,567.27 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20750213 | 3 months ago | | | 0 | 0.00012919176 | |
| 19124292 | a year ago | | | 0 | 0.00094294634 | |
| 17152826 | 2 years ago | | | 0 | 0.0020269587 | |
| 17017996 | 2 years ago | | | 0 | 0.0011469589 | |
| 17006342 | 2 years ago | | | 0 | 0.00094987751 | |
| 17001615 | 2 years ago | | | 0 | 0.0014220683 | |
| 16999182 | 2 years ago | | | 0 | 0.00069365593 | |
| 16999147 | 2 years ago | | | 0 | 0.0011376942 | |
| 16999133 | 2 years ago | | | 0.035 | 0.0026118442 | |
| 16999131 | 2 years ago | | | 0 | 0.0012163506 |
ABI
ABI objects
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(address) view returns (uint256)
architectWithdrawals(address) view returns (uint256)
artistMembership(address) view returns (uint256)
artistWithdrawals(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
claimed(uint256) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getArchitectRoyaltyBalance(address receiver) view returns (uint256 amount)
getArtistRoyaltyBalance(address receiver) view returns (uint256 amount)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
royaltyPercentageByArchitect(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events addArtist(uint256 tokenId) payable
approve(address to, uint256 tokenId)
grantRole(bytes32 role, address account)
mintAdmin() payable
mintPublic(uint256 tokenId) payable
renounceOwnership()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool 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 from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawArchitectBalance()
withdrawArtistBalance()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ArchitectWithdraw(address indexed account, uint256 amount)
ArtistAdded(address indexed account)
ArtistWithdraw(address indexed account, uint256 amount)
Claimed(uint256 indexed tokenId)
MintingOpen(bool indexed open)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name, string symbol, address _premint)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()