Girl BoringPunks
Verified contract
Active on
Ethereum with 698 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 "Girl BoringPunks"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20354718 | 5 months ago | | | 0 | 0.00010529440 | |
| 20354393 | 5 months ago | | | 0 | 0.00010746545 | |
| 20197253 | 6 months ago | | | 0 | 0.00010522054 | |
| 20118817 | 6 months ago | | | 0 | 0.00039905908 | |
| 18296208 | a year ago | | | 0 | 0.00034160482 | |
| 17701337 | a year ago | | | 0 | 0.00058508949 | |
| 17564312 | a year ago | | | 0 | 0.00097543248 | |
| 17543314 | a year ago | | | 0 | 0.0015290405 | |
| 17535208 | a year ago | | | 0 | 0.00051557716 | |
| 17517898 | a year ago | | | 0 | 0.00092851583 |
ABI
ABI objects
Getter at block 21404326
_baseTokenURI() view returns (string)
https://gateway.pinata.cloud/ipfs/QmQQRCxBrzqmXnAfYhx8Mu1q6R2oxMxSnCNnPCkhBg4JLX/
cost() view returns (uint256)
1000000000000000
freeSupply() view returns (uint256)
2733
hiddenMetadataUri() view returns (string)
maxMintAmountPerTx() view returns (uint256)
50
maxSupply() view returns (uint256)
3333
name() view returns (string)
Girl BoringPunks
owner() view returns (address)
0xa72cc1e0b3131bdc59b479aa9e59ead1e958b0cc
paused() view returns (bool)
false
revealed() view returns (bool)
true
symbol() view returns (string)
GIRLPUNK
totalSupply() view returns (uint256)
3333
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
mintForAddress(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)
setBaseURI(string baseURI)
setCost(uint256 _cost)
setFreeSupply(uint256 _freeSupply)
setHiddenMetadataUri(string _hiddenMetadataUri)
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx)
setMaxSupply(uint256 _maxSupply)
setParameters(uint256 _cost, uint256 _maxMintAmountPerTx, bool _parametersUpdated)
setParametersUpdated(bool _parametersUpdated)
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(string _hiddenMetadataUri)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()