Cyber City Girls Club
Verified contract
Active on
Ethereum with 2,217 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "Cyber City Girls Club"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20904755 | 2 months ago | | | 0 | 0.00010057220 | |
| 20814113 | 2 months ago | | | 0 | 0.0014633784 | |
| 19710433 | 7 months ago | | | 0 | 0.00038241907 | |
| 19621841 | 7 months ago | | | 0 | 0.00067345859 | |
| 19546743 | 8 months ago | | | 0 | 0.00057187489 | |
| 19305816 | 9 months ago | | | 0 | 0.00081383027 | |
| 19074415 | 10 months ago | | | 0 | 0.00019664046 | |
| 19022489 | 10 months ago | | | 0 | 0.00087160741 | |
| 18809965 | a year ago | | | 0 | 0.0020900072 | |
| 18805954 | a year ago | | | 0 | 0.0010735261 |
ABI
ABI objects
Getter at block 21263591
MAX_RESERVE() view returns (uint256)
80
MAX_SUPPLY() view returns (uint256)
5555
SALE_START_TIMESTAMP() view returns (uint256)
1628531970
baseURI() view returns (string)
https://gateway.pinata.cloud/ipfs/QmXGuEFVMK9r8rXBTsvk7mM9fGhKG6uLAaNLfjsaJfdWCS/
name() view returns (string)
Cyber City Girls Club
owner() view returns (address)
0x8f3cdba040486470281b501a82be7e7adb2b488e
reserved() view returns (uint256)
76
symbol() view returns (string)
CCGC
totalSupply() view returns (uint256)
5555
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getNFTPrice(uint256 amount) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
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)
mintNFT(uint256 amount) payable
renameBaseURI(string baseURI)
reserveNFTs(uint256 amount)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setSaleTimestamp(uint256 new_SALE_START_TIMESTAMP)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw(uint256 amount)
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(string name, string symbol, string baseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.