Cryptoboyz

Verified contract

Active on Ethereum with 1,190 txns
Deployed by via 0xf48d27cc at 14372106
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Cryptoboyz"

0x0e2288aaee4e3cf5ace0768747e91ddd736b3a477b8257d44fbcbf1f22da598a
From
0x864be87c066674fc411761bbf9a331ea455ddba94b04a706de77a1759ad54aab
0xfe4809fd6b614cad238bb0f57d9bfbfb82d5604fc210c5e23be9b815247fe000
0xc53d84000441a4b26c3df108c71b474cb8cc5826bb8ad2a23d17043bc5aba881
0x7b7e92350587d9775e9031ab6dbb0af92206b2c067b7fb49f9d82d6ffbee9478
0x0ce7bbcde861775c573924a6a53807011fd4ec57e1870d62269ae1d9b12a10a1
0xda72d8ac196b845882b40c0cb516bbf68f581fbcf9eaa24ea57be25b99ec4c27
0xd6f2aff151b9968b51ba3186427895edee88d3516a5993cac2d87a3aec65a79d
0xbe205638be3e8ca5b4403349d7fc409349ecc4e8528d1162ed059c3c9afa8cb3
From
0xc8d7ab381be3213b159da97290d72ed7a9a4f899a4b07ef4077c8d26094aa09e

Functions
Getter at block 21044127
isUniqueWL(view returns (uint256)
0
minted(view returns (uint256)
6969
name(view returns (string)
Cryptoboyz
owner(view returns (address)
0x388dc7162f644f8aa8abe46cedaf8beb2d7dc74b
symbol(view returns (string)
BOYZ
totalReleased(view returns (uint256)
139930000000000000000
totalShares(view returns (uint256)
100
Read-only
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
addUniqueWL(address[] _addressesuint256[] ids
approve(address touint256 tokenId
mint(uint256 quantitypayable 
mintUnique(
release(address account
release(address tokenaddress account
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setPaused(bool b_
setReveal(
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
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(
Fallback and receive
receive(
Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
QueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(