Fluid

Unverified contract

Proxy

Active on Base with 139 txns
Deployed by via 0x0ac5762d at 23935246
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 12 additional slots

No balances found for "Fluid"

0xbe8838a84cd1405c4b2b3b380c796aa2671ef02838767c59638b977dc35ef386
0x28623924f56ed89b2d2415bfc0d3d217b5a255b3263ee4e31d000d9791b7d0ac
0x9b2ed153386bd43500482fd7ad012c265f530304e4ca5eaaa78c3aab039e99df
0x9a068d2904dc6012271a181eaa3e240c61c66f47c1ff59054f51f91bde42beae
0xf1031a0c980fe88963512da9bc9b7d23fd5983c4a74c12bb8d7fdb0caa31812a
0xf089dae2ca6da4403e7b8d344c2b76185e131ebc785964603fdad775d2f61d50
0xc018ed80d91228f968150a5b1e67301374bea1f8ec36a6fd53882bb756cd8421
0x03683d87cc861d2f6a12f6ccbd5ef83a4b13e98838bf0d8b53fe120dd557bf8b
0x01ddf2497c997e6b039b4b02510351a6952b1f3a97f9123cceeb95691b8c8bb8
0x1cb172a60b694b82b710bdab15f0d16aeb3a103689e0f26f8838fdf6c6c952a2

Functions
Getter at block 23960530
 
contractURI(view returns (string)
currentTokenId(view returns (uint256)
143
 
getMetadata(view returns (struct CollectionCreationRequest)
 
metadata(view returns (address creatorstring namestring descriptionstring symbolstring imagestring animation_urlstring mintTypeuint128 maxSupplyuint128 maxPerWalletuint256 costuint256 startTimeuint256 endTimeuint256 nonce)
mintingContract(view returns (address)
0x5da05215aca9edbe27cbdce86888986e4b4c996f
name(view returns (string)
Fluid
owner(view returns (address)
0x3bb33c9f11287efdd355e029c97f978541fe0eb1
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
F
totalSupply(view returns (uint256)
142
Read-only
balanceOf(address ownerview returns (uint256)
cost(uint256 quantityview returns (uint256)
getApproved(uint256view returns (address)
isApprovedForAll(addressaddressview returns (bool)
ownerOf(uint256 idview returns (address owner)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
acceptOwnership(
approve(address spenderuint256 id
initialize(struct CollectionCreationRequest requestaddress mintingContract_
mint(address touint256 quantitypayable 
mintWithComment(address touint256 quantitystring commentpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 id
safeTransferFrom(address fromaddress touint256 idbytes data
setApprovalForAll(address operatorbool approved
setMetadata(struct CollectionCreationRequest metadata_
transferFrom(address fromaddress touint256 id
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed spenderuint256 indexed id
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
Initialized(uint64 version
MintConfigChanged(
OwnershipTransferStarted(address indexed previousOwneraddress indexed newOwner
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
TokenForgeMint(address indexed touint256 quantity
TokenForgeMintComment(address indexed touint256 quantitystring comment
Transfer(address indexed fromaddress indexed touint256 indexed id
Withdrawn(address indexed owneruint256 amount
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
FailedToSendEth(
IncorrectETHAmount(uint256 sentuint256 expected
InvalidCollectionRequest(string message
InvalidContractAddress(
InvalidInitialization(
InvalidMintQuantity(
MintingClosed(
MintingNotStarted(
NotInitializing(
OutOfSupply(
OverClaimLimit(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
ReentrancyGuardReentrantCall(
TokenDoesNotExist(uint256 tokenId