Azugirl
Verified contract
Active on
Ethereum with 1,012 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value
$1,004.97
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.4 | $2,512.42 |
$1,004.97 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18860718 | 10 months ago | | | 0 | 0.00025408780 | |
| 16473699 | 2 years ago | | | 0 | 0.00062496324 | |
| 16132508 | 2 years ago | | | 0 | 0.00068553464 | |
| 15911218 | 2 years ago | | | 0 | 0.00026750737 | |
| 15887082 | 2 years ago | | | 0 | 0.00039823360 | |
| 15676079 | 2 years ago | | | 0 | 0.0014912381 | |
| 15590605 | 2 years ago | | | 0 | 0.00054017749 | |
| 15541313 | 2 years ago | | | 0 | 0.00029695054 | |
| 15286756 | 2 years ago | | | 0 | 0.00022637723 | |
| 15255357 | 2 years ago | | | 0 | 0.00059260669 |
ABI
ABI objects
Getter at block 21096629
MAX_MINT_PER_TX() view returns (uint256)
20
SUPPLY() view returns (uint256)
5000
baseURI() view returns (string)
https://azugirl.mypinata.cloud/ipfs/QmevRLHnoKnKRdafiDKg7cPSkzMEDXtZdvR5j3jBRKEW4W/
freeSupply() view returns (uint256)
5555
name() view returns (string)
Azugirl
owner() view returns (address)
0x7dc01189a3027da2d38d55ab7df9195913ad1334
pauseMint() view returns (bool)
false
price() view returns (uint256)
20000000000000000
symbol() view returns (string)
AZG
totalSupply() view returns (uint256)
5000
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 tokenId)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint16 amountPurchase) payable
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setFreeSupply(uint256 _freeSupply)
setPauseMint(bool _setPauseMint)
setPrice(uint256 _price)
transferFrom(address from, address to, uint256 tokenId)
withdrawAll()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
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.