Gray Boys
Verified contract
Active on
Ethereum with 19,536 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
GHOST | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21289310 | a day ago | | | 0 | 0.00035996035 | |
| 21289307 | a day ago | | | 0 | 0.00055923365 | |
| 21287564 | a day ago | | | 0 | 0.00063926763 | |
| 21277224 | 3 days ago | | | 0 | 0.00034619216 | |
| 21267130 | 4 days ago | | | 0 | 0.00049282010 | |
| 21256855 | 6 days ago | | | 0 | 0.00039307796 | |
| 21225583 | 10 days ago | | | 0 | 0.00047254295 | |
| 21221354 | 11 days ago | | | 0 | 0.00069512232 | |
| 21215037 | 11 days ago | | | 0 | 0.00066729686 | |
| 21213147 | 12 days ago | | | 0 | 0.00025790602 |
ABI
ABI objects
Getter at block 21296635
GRAY_BOYS_PROVENANCE() view returns (string)
4f8dd3a7be80a20608678e869a055fdcc29daa7e7f626c15a38e7837cf3c7708
GRAY_BOY_PRICE() view returns (uint256)
70000000000000000
MAX_GRAY_BOYS() view returns (uint256)
10000
MAX_GRAY_BOYS_PER_PURCHASE() view returns (uint256)
10
MAX_GRAY_BOYS_WHITELIST_CAP() view returns (uint256)
3
RESERVED_GRAY_BOYS() view returns (uint256)
100
mintActive() view returns (bool)
true
name() view returns (string)
Gray Boys
owner() view returns (address)
0xeeb310c1ff4637f1782666a8c173f97dc70fc0d0
presaleActive() view returns (bool)
false
reservesMinted() view returns (bool)
true
symbol() view returns (string)
GRAY
tokenBaseURI() view returns (string)
ipfs://QmYzLgjwZAPkvtsadop5McYfZBW4cG3oQR6m8gog8gRpUY/
tokenSupply() view returns (uint256 _value)
10000
unrevealedURI() view returns (string)
ipfs://QmYtMyA5WMJjPWmWC9Tvww1Ped35dBpv2moPz5mejNu7T5
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)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mintReservedGrayBoys()
presaleMint(uint256 _quantity, bytes _whitelistSignature) payable
publicMint(uint256 _quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setMintActive(bool _active)
setPresaleActive(bool _active)
setProvenanceHash(string provenanceHash)
setTokenBaseURI(string _baseURI)
setUnrevealedURI(string _unrevealedUri)
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(uint256 _maxGrayBoys, uint256 _maxGrayBoysPerPurchase, uint256 _maxGrayBoysWhitelistCap)
This contract contains no fallback and receive objects.
This contract contains no error objects.