My Pet Hooligan
Verified contract
Active on
Ethereum with 37,195 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 "My Pet Hooligan"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21283950 | 7 hours ago | | | 0 | 0.00032732990 | |
| 21282775 | 11 hours ago | | | 0 | 0.00063353901 | |
| 21282098 | 13 hours ago | | | 0 | 0.00083689684 | |
| 21282086 | 13 hours ago | | | 0 | 0.00082940941 | |
| 21281096 | 17 hours ago | | | 0 | 0.00098044687 | |
| 21276674 | a day ago | | | 0 | 0.00040319244 | |
| 21270189 | 2 days ago | | | 0 | 0.00058806841 | |
| 21269403 | 2 days ago | | | 0 | 0.00064901824 | |
| 21268728 | 2 days ago | | | 0 | 0.00041047169 | |
| 21267809 | 3 days ago | | | 0 | 0.00030166720 |
ABI
ABI objects
Getter at block 21286019
MAX() view returns (uint256)
8888
_presaleContract() view returns (address)
0xe0d17cf343665afc2fc58da1ca52ae022ac98515
name() view returns (string)
My Pet Hooligan
owner() view returns (address)
0x9a7a0670a66a6efe1a15b97f3dc0f8f47d7b11c3
symbol() view returns (string)
MPH
totalSupply() view returns (uint256)
8888
Read-only
_presaleAddresses(uint256) view returns (address)
_presaleAddressesMinted(uint256) view returns (address)
_tokenURI(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)
price(uint256 _count) view returns (uint256)
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)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
changePreSaleTime(uint256 _newDate)
changeSaleTime(uint256 _newDate)
getReserves44()
mint(uint256 _count) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setNewPrice(uint256 _newPrice)
setPresaleAddress(address _address)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll() payable
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(string baseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.