Meta Girlfriends
Verified contract
Active on
Ethereum with 4,744 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MG | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21162274 | 17 days ago | | | 0 | 0.00077481633 | |
| 20632116 | 3 months ago | | | 0 | 0.000058232655 | |
| 20603673 | 3 months ago | | | 0 | 0.000060157610 | |
| 20451776 | 4 months ago | | | 0 | 0.000028315000 | |
| 20353251 | 4 months ago | | | 0 | 0.00011187537 | |
| 20353227 | 4 months ago | | | 0 | 0.00012412945 | |
| 20313760 | 4 months ago | | | 0 | 0.00091505393 | |
| 20302739 | 4 months ago | | | 0 | 0.00021815793 | |
| 20193929 | 5 months ago | | | 0 | 0.00011347125 | |
| 19947678 | 6 months ago | | | 0 | 0.00028858638 |
ABI
ABI objects
Getter at block 21281295
buyLimit() view returns (uint256)
10
combineEnabled() view returns (bool)
true
giveAwayCount() view returns (uint256)
200
giveAwaysReserved() view returns (uint256)
199
maxSupply() view returns (uint256)
10000
mintingEnabled() view returns (bool)
true
name() view returns (string)
Meta Girlfriends
owner() view returns (address)
0xab22ad2edf9774c4aae550165397ebc6050a1f4e
price() view returns (uint256)
0
symbol() view returns (string)
MG
tokensBurnt() view returns (uint256)
1646
tokensMinted() view returns (uint256)
9988
tokensReserved() view returns (uint256)
12
totalSupply() view returns (uint256)
8342
whitelistEnabled() view returns (bool)
false
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getLevel(uint256 tokenId) view returns (uint16)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
reservedCount(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
claim()
combineGirlfriends(uint256 gfId1, uint256 gfId2, uint256 newId, uint256 newtraits, uint8 v, bytes32 r, bytes32 s, string nonce)
mintForGiveaways(uint256 quantity)
presaleMint(uint256 quantity, uint8 v, bytes32 r, bytes32 s, uint8 maxCount, string nonce) payable
publicMint(uint256 quantity) payable
renounceOwnership()
reserve(uint256 quantity) payable
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newUriPrefix, string newUriSuffix)
setBuyLimit(uint256 newBuyLimit)
setDevs(address newDev1, address newDev2)
setPrice(uint256 newPrice)
setSigner(address newSigner)
toggleCombining()
toggleMinting()
toggleWhitelist()
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)
BaseURIChanged(string newUriPrefix, string newUriSuffix)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PriceChanged(uint256 newPrice)
TokenCombined(uint256 tokenId, uint256 newtraits, uint256 parent1, uint256 parent2)
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.