Glitch Girls
Verified contract
Active on
Ethereum with 1,297 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 "Glitch Girls"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21053937 | a month ago | | | 0 | 0.00020035505 | |
| 21053640 | a month ago | | | 0 | 0.00034901204 | |
| 20263781 | 5 months ago | | | 0 | 0.00016192909 | |
| 20049474 | 6 months ago | | | 0 | 0.00038064872 | |
| 19528257 | 8 months ago | | | 0 | 0.0021078209 | |
| 19388409 | 9 months ago | | | 0 | 0.0019986311 | |
| 19223663 | 10 months ago | | | 0 | 0.00047208308 | |
| 19159461 | 10 months ago | | | 0 | 0.00032190659 | |
| 18910210 | a year ago | | | 0 | 0.00049018115 | |
| 18910154 | a year ago | | | 0 | 0.00052503303 |
ABI
ABI objects
Getter at block 21325148
DEV_HOLDBACK() view returns (uint256)
69
GG_MAX() view returns (uint256)
6969
GG_PRICE() view returns (uint256)
100000000000000000
GG_PUBLIC() view returns (uint256)
6900
GG_REGISTER() view returns (uint256)
4743
GG_WHITELIST() view returns (uint256)
1743
currentSupply() view returns (uint256)
1561
name() view returns (string)
Glitch Girls
owner() view returns (address)
0x94c203db7201d5c605e9855af1c693854300e03a
publicLive() view returns (bool)
false
registerLive() view returns (bool)
false
symbol() view returns (string)
GG
totalBalance() view returns (uint256)
0
totalSupply() view returns (uint256)
1558
whitelistLive() view returns (bool)
false
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
usedTransactions(string) view returns (bool)
whiteListAmountLeft(address) view returns (uint256)
State-modifying
Events addToWhiteList(address[] entries, uint256[] amountAllowed)
approve(address to, uint256 tokenId)
burn(uint256 tokenId)
gift(address[] receivers)
mintGG(bytes32 hash, bytes signature, uint256 tokenQuantity, string transactionID) payable
mintGGWhiteList(uint256 tokenQuantity) payable
removeFromWhiteList(address[] entries)
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)
setSignerAddress(address addr)
toggleWhiteList(uint256 typeToActivate)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawFunds()
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 startingBaseToken, address startingSignerAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.