Boos Crew

Verified contract

Active on Ethereum with 696 txns
Deployed by via 0x46f227df at 14824548
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
6 additional variables

No balances found for "Boos Crew"

0xdb0a94e52e5e82d71c7ed85c755ab02428bd5b4eb9a0b0da8dbba5a19411b9dd
0xe5a4f2be7e772b0e11476d3ee3229fb6677c64edd7bb179d15246166b21bfc8d
0xcbacac81fb19263ffad1e15b0d7ebaa5072f1d6ea825af6ec0267df32eaa6abd
0xa6ae12e9bafc56577c597e1eb55c635c8c79437467fbcf971b565096bd3d7e66
0x0836fa79fb091d273c9260b565b1a7d9dca87ee206f952a2d13e88c51800f479
From
0x82e1641891471b70aa3469cc95532c436dda14c58fca0fafd0fd8ba8afd28518
0x2dfbe0a73513effb9574c50edf4f63429dcb4336b9390e149e2209ce1d3fa370
0x976faad713a380001d8cf48001e6ce14d90b3425d295ea73be71be47d47460ad
0x97b08ef6fc977530df718f4bbf13b6e97b88413d80b272f82617ae42b3519e8e
0x2feb995c79541b0b2fd94ca7a32a5e919d212415cebb023741efdec0a2e84224

Functions
Getter at block 21384177
MAX_SUPPLY(view returns (uint256)
3333
PRICE(view returns (uint256)
30000000000000000
_freeActive(view returns (bool)
false
_isActive(view returns (bool)
false
_presaleActive(view returns (bool)
false
amountForTeam(view returns (uint256)
50
freeRoot(view returns (bytes32)
0xf55ba4fa46949cb3c02cf0ad235a049b7c50753282b63bd397f70fdf5063544e
maxFree(view returns (uint256)
1
maxPresale(view returns (uint256)
5
maxPublicTx(view returns (uint256)
10
name(view returns (string)
Boos Crew
owner(view returns (address)
0xf86334b078b27277d7bbb554fc809b47b7323626
preSaleRoot(view returns (bytes32)
0x2f043cece36c9f24894d6f6129d4a8743dcfa48d06f2cf1f173494d940140c51
symbol(view returns (string)
BOO
totalReleased(view returns (uint256)
19020000000000000000
totalShares(view returns (uint256)
100
totalSupply(view returns (uint256)
666
Read-only
_freeCounter(addressview returns (uint8)
_preSaleListCounter(addressview returns (uint8)
_teamCounter(addressview returns (uint256)
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
payee(uint256 indexview returns (address)
released(address accountview returns (uint256)
released(address tokenaddress accountview returns (uint256)
shares(address accountview returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
totalReleased(address tokenview returns (uint256)
State-modifying
approve(address touint256 tokenId
internalMint(uint256 quantityaddress to
mintFree(uint8 quantitybytes32[] _merkleProofpayable 
mintPreSaleTokens(uint8 quantitybytes32[] _merkleProofpayable 
publicSaleMint(uint256 quantitypayable 
release(address account
release(address tokenaddress account
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setActive(bool isActive
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setFreeActive(bool isActive
setFreeRoot(bytes32 _root
setMaxPresale(uint256 _maxPresale
setPreSaleRoot(bytes32 _root
setPresaleActive(bool isActive
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ERC20PaymentReleased(address indexed tokenaddress touint256 amount
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
PayeeAdded(address accountuint256 shares
PaymentReceived(address fromuint256 amount
PaymentReleased(address touint256 amount
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string namestring symboladdress[] payeesuint256[] shares
Fallback and receive
receive(
Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(