Oddgirls
Verified contract
Active on
Ethereum with 2,055 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 "Oddgirls"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19542381 | 8 months ago | | | 0 | 0.00063264023 | |
| 15866472 | 2 years ago | | | 0 | 0.00035211210 | |
| 15863000 | 2 years ago | | | 0 | 0.00037117668 | |
| 15826007 | 2 years ago | | | 0 | 0.0011593698 | |
| 15790022 | 2 years ago | | | 0 | 0.0019613526 | |
| 15788495 | 2 years ago | | | 0 | 0.0010323504 | |
| 15788280 | 2 years ago | | | 0 | 0.00095133715 | |
| 15784368 | 2 years ago | | | 0 | 0.0015007185 | |
| 15783654 | 2 years ago | | | 0 | 0.0027422675 | |
| 15783641 | 2 years ago | | | 0 | 0.0026686193 |
ABI
ABI objects
Getter at block 21215412
getMintedFree() view returns (bool)
false
maxPerTx() view returns (uint32)
10
maxSupply() view returns (uint32)
5000
mintPrice() view returns (uint256)
1000000000000000
name() view returns (string)
Oddgirls
owner() view returns (address)
0xbeff0f16bbba215f351b6f8b8e100f1c421c055c
symbol() view returns (string)
Oddgirls
totalSupply() view returns (uint256)
5000
uriPrefix() view returns (string)
ipfs://QmVTLkB7W9btdc1kuxA1quXYVQMAtv4XRcSxvC1BncMT4m/
Read-only
balanceOf(address owner) view returns (uint256)
freeMinted(address) view returns (bool)
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)
publicMint(uint32 amount) payable
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setUriPrefix(string uri)
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()