MaestroPups
Verified contract
Active on
Ethereum with 1,589 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "MaestroPups"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20952007 | a month ago | | | 0 | 0.00035742275 | |
| 20513807 | 3 months ago | | | 0 | 0.00047339670 | |
| 20513782 | 3 months ago | | | 0 | 0.0012908461 | |
| 20340058 | 4 months ago | | | 0 | 0.00026070803 | |
| 19741470 | 7 months ago | | | 0 | 0.00015345573 | |
| 18898752 | 10 months ago | | | 0 | 0.00069357403 | |
| 17284211 | a year ago | | | 0 | 0.0011160756 | |
| 17284206 | a year ago | | | 0 | 0.0010561148 | |
| 17232776 | 2 years ago | | | 0 | 0.0043390610 | |
| 17232776 | 2 years ago | | | 0 | 0.0043368080 |
ABI
ABI objects
Getter at block 21178899
LICENSE_TEXT() view returns (string)
MAX_PUPS() view returns (uint256)
2999
PROVENANCE() view returns (string)
PupCost() view returns (uint256)
20000000000000000
SALE_ACTIVE() view returns (bool)
false
baseURI() view returns (string)
https://ipfs.io/ipfs/QmNRpRvvPhNDUcK6mw9ujFo7NydUMKovrYqgUURjMYTrfK/
maxPupPurchase() view returns (uint256)
10
name() view returns (string)
MaestroPups
nftReserve() view returns (uint256)
29
owner() view returns (address)
0x24a6ca874f5ed2c61bbfc8286343d32437a7565c
symbol() view returns (string)
PUPS
totalSupply() view returns (uint256)
3000
Read-only
PupNames(uint256) view returns (string)
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)
tokenLicense(uint256 _id) view returns (string)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address _owner) view returns (uint256[])
viewPupName(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
changeLicense(string _license)
flipSaleState()
lockLicense()
mintPup(uint256 numberOfTokens) payable
renounceOwnership()
reserveMorePups(address _to, uint256 _reserveAmount)
reservePups()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setProvenanceHash(string provenanceHash)
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)
PupNameChange(address _by, uint256 _tokenId, string _name)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
licenseisLocked(string _licenseText)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.