greenchipzonly
Verified contract
Active on
Ethereum with 873 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($4,759.38)
Native
Value
$4,759.38
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 1.22 | $3,901.13 |
$4,759.38 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19159460 | 10 months ago | | | 0 | 0.00029245698 | |
| 17861880 | a year ago | | | 0 | 0.00051100398 | |
| 17165868 | 2 years ago | | | 0 | 0.0026595360 | |
| 16600627 | 2 years ago | | | 0 | 0.0010760438 | |
| 16421637 | 2 years ago | | | 0 | 0.0012788781 | |
| 16322641 | 2 years ago | | | 0 | 0.00041027413 | |
| 15400463 | 2 years ago | | | 0 | 0.00048660492 | |
| 15345866 | 2 years ago | | | 0 | 0.0010094276 | |
| 15150262 | 2 years ago | | | 0 | 0.0012097087 | |
| 15063066 | 2 years ago | | | 0 | 0.00064220945 |
ABI
ABI objects
Getter at block 21410238
amountForDevs() view returns (uint256)
425
maxPerAddressDuringMint() view returns (uint256)
17
mintStarted() view returns (bool)
true
name() view returns (string)
greenchipzonly
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0xbcb2335304e4c770f7fad660c96def4ff73019f4
publicMintStartBlock() view returns (uint256)
1
publicPrice() view returns (uint256)
0
symbol() view returns (string)
GREENCHIPZONLY
totalSupply() view returns (uint256)
6669
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getOwnershipData(uint256 tokenId) view returns (struct ERC721ATokenOwnership)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
devMint(uint256 quantity)
mint(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)
setBaseURI(string baseURI)
setOwnersExplicit(uint256 quantity)
setPublicMintStartBlock(uint256 _newPublicMintStartBlock)
setPublicPrice(uint64 _newPublicPrice)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawMoney()
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 maxBatchSize_, uint256 collectionSize_, uint256 amountForDevs_)
This contract contains no fallback and receive objects.
This contract contains no error objects.