Boos Crew
Verified contract
Active on
Ethereum with 696 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
6 additional
variables
Balances ($0.00)
No balances found for "Boos Crew"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20735653 | 3 months ago | | | 0 | 0.00037102328 | |
| 20358369 | 5 months ago | | | 0 | 0.00019047729 | |
| 19929955 | 7 months ago | | | 0 | 0.00031219677 | |
| 18888788 | a year ago | | | 0 | 0.00082523048 | |
| 18842464 | a year ago | | | 0 | 0.0019874823 | |
| 18344607 | a year ago | | | 0 | 0.00041263308 | |
| 18344579 | a year ago | | | 0 | 0.00052254685 | |
| 18338829 | a year ago | | | 0 | 0.00012976468 | |
| 18338826 | a year ago | | | 0 | 0.00013340494 | |
| 17756692 | a year ago | | | 0 | 0.0013171676 |
ABI
ABI objects
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(address) view returns (uint8)
_preSaleListCounter(address) view returns (uint8)
_teamCounter(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
payee(uint256 index) view returns (address)
released(address account) view returns (uint256)
released(address token, address account) view returns (uint256)
shares(address account) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
totalReleased(address token) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
internalMint(uint256 quantity, address to)
mintFree(uint8 quantity, bytes32[] _merkleProof) payable
mintPreSaleTokens(uint8 quantity, bytes32[] _merkleProof) payable
publicSaleMint(uint256 quantity) payable
release(address account)
release(address token, address account)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setActive(bool isActive)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setFreeActive(bool isActive)
setFreeRoot(bytes32 _root)
setMaxPresale(uint256 _maxPresale)
setPreSaleRoot(bytes32 _root)
setPresaleActive(bool isActive)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ERC20PaymentReleased(address indexed token, address to, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PayeeAdded(address account, uint256 shares)
PaymentReceived(address from, uint256 amount)
PaymentReleased(address to, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name, string symbol, address[] payees, uint256[] shares)
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()