Bestfriends

Verified contract

Implementation

Active on Ethereum with 43 txns
Deployed by via 0x3598d088 at 15448255
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 47 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
7 additional variables

No balances found for "Bestfriends"

0x1be2903b7de41dae1377568672d3f84087d054f6c21eb0ed18744a88a9e4760d
From
0x5552ba56aca1f941c87c14fea0448e68fafadf2f782bc7ed102e16ced62f90ac
0xd818cba793e0c8acd5580c9b8c5902d7a10e92de6570624c4f732d771dd39fd8
0xb4db35bf0f1ed57ea12b41f1bae9b778846c3c058896a63da13684bc8e4db384
0x7a4ffff25b0282c75193b8d87c80d69c290ce8a1e5e8b6e13fb65e712d85d993
0x37373b84ff8cdb2eb2149183409f039a24724465b152d3d17050ab79256abfbb
0x38daa10c545703393540662875c70789864a6deb29b4060355b06b82cc85dce3
0x09453b6e3c38593e542c67936860ef6b81206b05da5fad709f06c5836e0a7638
0x142d68814c8305ee8db1e33d6fffebeed2dff2afea739af7aac7d5c298f59c30
0x03b00085001b230c1d3ec77b30463ff081c6017a4b7a411ab5d50ea77c110902

Functions
Getter at block 21192699
maxSupply(view returns (uint256)
0
name(view returns (string)
owner(view returns (address)
0x0000000000000000000000000000000000000000
payeesLength(view returns (uint256)
0
prefix(view returns (string)
stage(view returns (uint8)
0
suffix(view returns (string)
symbol(view returns (string)
totalReleased(view returns (uint256)
0
totalShares(view returns (uint256)
0
totalSupply(view returns (uint256)
0
Read-only
balanceLimit(uint8 stageId_view returns (uint256)
balanceOf(address ownerview returns (uint256)
currentBalance(uint8 stageId_address account_view returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721AUpgradeableTokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721AUpgradeableTokenOwnership[])
getApproved(uint256 tokenIdview returns (address)
isAdmin(address account_view returns (bool)
isApprovedForAll(address owner_address operator_view returns (bool)
isWhitelisted(uint8 stageId_address account_bytes32[] proof_view returns (bool)
merkleTreeRoot(uint8 stageId_view returns (bytes32)
ownerOf(uint256 tokenIdview returns (address)
payee(uint256 indexview returns (address)
price(uint8 stage_view returns (uint256)
releasable(address accountview returns (uint256)
releasable(address tokenaddress accountview returns (uint256)
released(address accountview returns (uint256)
released(address tokenaddress accountview returns (uint256)
remainingBalance(uint8 stageId_address account_view returns (uint256)
royaltyInfo(uint256uint256 value_view returns (address receiveruint256 royaltyAmount)
shares(address accountview returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
totalReleased(address tokenview returns (uint256)
State-modifying
addToWhitelist(uint8 stageId_address[] accounts_
adminMint(address[] accounts_uint256[] amounts_
approve(address touint256 tokenId
initialize(bytes32 whitelistMerkleTreeRoot_address royaltiesRecipient_uint256 royaltiesValue_address[] shareholders_uint256[] shares_
publicMint(uint256 amount_payable 
release(address account
release(address tokenaddress account
releaseAll(
releaseAll(address token
removeFromWhitelist(uint8 stageId_address[] accounts_
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setAdminPermissions(address account_bool enable_
setApprovalForAll(address operatorbool approved
setMaxSupply(uint256 maxSupply_
setPrefix(string prefix_
setPrice(uint8 stage_uint256 value_
setRoyalties(address recipient_uint256 amount_
setStage(uint8 stage_
setSuffix(string suffix_
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
updateBalanceLimit(uint8 stageId_uint256 limit_
updateMerkleTreeRoot(uint8 stageId_bytes32 merkleTreeRoot_
wlMint(uint256 amount_bytes32[] proof_payable 
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
ERC20PaymentReleased(address indexed tokenaddress touint256 amount
Initialized(uint8 version
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
PayeeAdded(address accountuint256 shares
PaymentReceived(address fromuint256 amount
PaymentReleased(address touint256 amount
RoyaltiesSet(address recipientuint256 amount
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor

This contract contains no constructor objects.

Fallback and receive
receive(
Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApproveToCaller(
BalanceQueryForZeroAddress(
InvalidQueryRange(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(