Glitchpop
Verified contract
Active on
Ethereum with 1,255 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 "Glitchpop"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15787139 | 2 years ago | | | 0 | 0.00081306797 | |
| 15491894 | 2 years ago | | | 0 | 0.0010363363 | |
| 15305203 | 2 years ago | | | 0 | 0.00074829867 | |
| 15261634 | 2 years ago | | | 0 | 0.00040601566 | |
| 15077704 | 2 years ago | | | 0 | 0.0015728580 | |
| 15064695 | 2 years ago | | | 0 | 0.0010811963 | |
| 15064695 | 2 years ago | | | 0 | 0.0010811963 | |
| 15064136 | 2 years ago | | | 0 | 0.0010393379 | |
| 15053543 | 2 years ago | | | 0 | 0.0016540839 | |
| 15053506 | 2 years ago | | | 0 | 0.0016558312 |
ABI
ABI objects
Getter at block 21214435
baseExtension() view returns (string)
.json
cost() view returns (uint256)
0
maxFreeMintsPerTx() view returns (uint256)
3
maxFreeSupply() view returns (uint256)
500
maxMintAmountPerTx() view returns (uint256)
3
maxPerWallet() view returns (uint256)
3
maxSupply() view returns (uint256)
2200
name() view returns (string)
Glitchpop
owner() view returns (address)
0x8589f4e55050d0e853ce98a15fb577c865722fc9
paused() view returns (bool)
false
symbol() view returns (string)
GP
totalSupply() view returns (uint256)
2200
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)
mint(uint256 _mintAmount) payable
ownerAirdrop(uint256 _mintAmount, address _receiver)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseExtension(string _newBaseExtension)
setBaseURI(string _newBaseURI)
setMaxFreePerTx(uint256 _maxFreeMintsPerTx)
setMaxFreeSupply(uint256 _maxFreeSupply)
setMaxPerTx(uint256 _maxMintAmountPerTx)
setMaxPerWallet(uint256 _maxPerWallet)
setMaxSupply(uint256 _maxSupply)
setPaused()
setPrice(uint256 _cost)
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)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _initBaseURI, string _tokenName, string _tokenSymbol, uint256 _cost, uint256 _maxFreeMintsPerTx, uint256 _maxFreeSupply, uint256 _maxMintAmountPerTx, uint256 _maxSupply, uint256 _maxPerWallet)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()