Girlies
Verified contract
Active on
Ethereum with 16,733 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 "Girlies"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21156565 | 2 days ago | | | 0 | 0.00060761473 | |
| 21156476 | 2 days ago | | | 0 | 0.00031241861 | |
| 21156476 | 2 days ago | | | 0 | 0.00054847930 | |
| 21145326 | 3 days ago | | | 0 | 0.00040908764 | |
| 21093925 | 11 days ago | | | 0 | 0.00057661216 | |
| 21093652 | 11 days ago | | | 0 | 0.00073046302 | |
| 21073012 | 13 days ago | | | 0 | 0.00068177752 | |
| 21041438 | 18 days ago | | | 0 | 0.00033228171 | |
| 21039208 | 18 days ago | | | 0 | 0.00026518205 | |
| 21039181 | 18 days ago | | | 0 | 0.00022640454 |
ABI
ABI objects
Getter at block 21169419
MAX_SUPPLY() view returns (uint256)
10000
baseURI() view returns (string)
ipfs://QmdF4AYbsZAyQXvfs48GKYyhjEJ9T94vAZw7jLiptqRE1m/
cost() view returns (uint256)
40000000000000000
isPriceDynamic() view returns (bool)
false
maxMintAmountPerTx() view returns (uint256)
5
name() view returns (string)
Girlies
notRevealedUri() view returns (string)
ipfs://QmauhtUjtWYkgruNVRfZH3P7zdr4F1fwiSK73t7NmFdg5u/hidden.json
owner() view returns (address)
0x523a261647810cc7ebc867f6d0f47ecacbdeda46
paused() view returns (bool)
false
remainingSupply() view returns (uint256)
0
reservedQty() view returns (uint256)
0
revealed() view returns (bool)
true
symbol() view returns (string)
GRLS
totalSupply() view returns (uint256)
10000
uriExtension() view returns (string)
.json
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)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _mintAmount) payable
mintForOwner(uint256 _mintAmount)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _uri)
setCost(uint256 _cost)
setExtension(string _uriExtension)
setIsPriceDynamic(bool _state)
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx)
setNotRevealedURI(string _notRevealedURI)
setPaused(bool _state)
setRevealed(bool _state)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.