DeFi Girls
Verified contract
Active on
Ethereum with 12,535 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 "DeFi Girls"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21207039 | 12 days ago | | | 0 | 0.00023521147 | |
| 21176228 | 16 days ago | | | 0 | 0.0012486563 | |
| 21031673 | a month ago | | | 0 | 0.00012293559 | |
| 21016507 | a month ago | | | 0 | 0.00019986750 | |
| 20655654 | 3 months ago | | | 0 | 0.000019740000 | |
| 20655599 | 3 months ago | | | 0 | 0.000029638800 | |
| 20618602 | 3 months ago | | | 0 | 0.000047848654 | |
| 20607702 | 3 months ago | | | 0 | 0.000034619166 | |
| 20586047 | 3 months ago | | | 0 | 0.000028127806 | |
| 20478602 | 4 months ago | | | 0 | 0.00060230605 |
ABI
ABI objects
Getter at block 21292422
baseURI() view returns (string)
https://nft.defigirls.io/
earlyBirdLive() view returns (bool)
true
inHouseMinted() view returns (uint256)
336
maxInHouseMint() view returns (uint256)
338
maxSupply() view returns (uint256)
6765
name() view returns (string)
DeFi Girls
owner() view returns (address)
0x5c647529ba2579b1b5a697389ea19dc835bccedc
publicMintLive() view returns (bool)
true
symbol() view returns (string)
DFGIRL
totalSupply() view returns (uint256)
6765
walletMintingLimits() view returns (bool)
true
Read-only
balanceOf(address owner) view returns (uint256)
earlyBirds(address) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isEarlyBird(address _birb) view returns (bool)
lastMintBlock(address) view returns (uint256)
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[])
walletMints(address) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
inHouseMint(uint256 _amt)
mint()
openEarlyBird()
openPublicMint()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setEarlyBird(address _birb, bool _status)
setEarlyBirdGroup(address[] _birbs, bool _status)
setURI(string _newBaseURI)
setwalletMintingLimits(bool _status)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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)
earlyBirdGroupSet(address[] birbs, bool status)
earlyBirdOpen(uint256 blockNum)
earlyBirdSet(address birb, bool status)
inHouseMintComplete(uint256 blockNum, uint256 minted, uint256 totalInHouseMints)
publicMintOpen(uint256 blockNum)
walletMintingLimitsSet(bool status)
constructor(string _uri)
This contract contains no fallback and receive objects.
This contract contains no error objects.