Sad Girls Bar
Verified contract
Active on
Ethereum with 15,352 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 1 | $0.999125 |
$1 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21218048 | 5 days ago | | | 0 | 0.00025772498 | |
| 21216520 | 6 days ago | | | 0 | 0.00098314019 | |
| 21216508 | 6 days ago | | | 0 | 0.00093007952 | |
| 21210168 | 6 days ago | | | 0 | 0.00048039069 | |
| 21173918 | 12 days ago | | | 0 | 0.0014587971 | |
| 21168091 | 12 days ago | | | 0 | 0.0014055430 | |
| 21112105 | 20 days ago | | | 0 | 0.00027627268 | |
| 21105662 | 21 days ago | | | 0 | 0.00012506252 | |
| 21061586 | a month ago | | | 0 | 0.00021444892 | |
| 21053970 | a month ago | | | 0 | 0.00022505615 |
ABI
ABI objects
Getter at block 21256540
MAX_GIVEAWAY_TOKENS() view returns (uint256)
100
MAX_TOKENS() view returns (uint256)
10000
TOKEN_PRICE() view returns (uint256)
70000000000000000
countMintedGiveawayTokens() view returns (uint256)
100
getMintedCount() view returns (uint256)
10000
isStarted() view returns (bool)
false
name() view returns (string)
Sad Girls Bar
nextTokenId() view returns (uint256)
10000
owner() view returns (address)
0xf252f9b3cd191868dcac28e1f5264bf977cd2ee0
symbol() view returns (string)
SadGirlsBar
totalSupply() view returns (uint256)
10000
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)
tokensOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 numTokens) payable
mintGiveaway(uint256 numTokens)
pauseMint()
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)
startMint()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll() payable
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 baseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.