Cryptoboyz
Verified contract
Active on
Ethereum with 1,190 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Cryptoboyz"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20746138 | 3 months ago | | | 0 | 0.000070838307 | |
| 20197480 | 5 months ago | | | 0 | 0.00014008468 | |
| 18905443 | a year ago | | | 0 | 0.00084517952 | |
| 18856680 | a year ago | | | 0 | 0.0011399385 | |
| 18774503 | a year ago | | | 0 | 0.0021721935 | |
| 17967849 | a year ago | | | 0 | 0.00062834289 | |
| 17967799 | a year ago | | | 0 | 0.00071357449 | |
| 17964303 | a year ago | | | 0 | 0.0031380736 | |
| 16566099 | 2 years ago | | | 0 | 0.0019098977 | |
| 16309810 | 2 years ago | | | 0 | 0.00071801851 |
ABI
ABI objects
Getter at block 21329279
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 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 addUniqueWL(address[] _addresses, uint256[] ids)
approve(address to, uint256 tokenId)
mint(uint256 quantity) payable
mintUnique()
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)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setPaused(bool b_)
setReveal()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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()
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
QueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()