999 Horned Monsters

Verified contract

Active on Ethereum with 1,083 txns
Deployed by via 0x91a3bfdc at 15470761
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $126.68
0x767fc0f5b89ea0032289a2015373cf24d844a1b04e7c4b48fad9b1433219e0eb
From
0xd6bd91172eff40ea660a35f1c47a2f0b92c957c8e4574f47b01f6c3adf6b9150
0x4da7934220d7491a53d97f6c3f8343db894e365b5b14240872ee87e61fa8e354
0xef4898ee1019313706a829fbf3a89791fb44b1a6536e9af6ce0e6826d3a99107
0xf74f823f7edc14658fa96560fdc85a396417cbf0dc5d69f69799a6c09fd22a4d
0xbcebb7c7e97ba3a0ed3b4c618029e3867585d4234343c2bf713be2ff660f4c54
0x352da8971ea7d5bfcaf5425c5806310860dbc78c0fb958de6270b45e7ef4dbc8
0x42b82225fc4b20274cd04ac3eb850a85fb984815a6fb464bc584a9a3dae16a96
0x055d6cd0a3ac5e3c1b20f4d0d9468530a87ec833571638e075ff7b17a70810f0
0x37230c94145d511f4802e0d58649707c982202a28caa5c5f6a5cd0342d3dc427

Functions
Getter at block 21178326
FREE_MAX_SUPPLY(view returns (uint256)
777
MAX_PER_TX(view returns (uint256)
20
MAX_PER_TX_FREE(view returns (uint256)
1
MAX_SUPPLY(view returns (uint256)
999
baseExtension(view returns (string)
.json
baseURI(view returns (string)
ipfs://bafybeib6zwtl5ejxketcqyjf4yfxp5qztjc6g45i6dwhlg7lv56qtvx7ga/
contractURI(view returns (string)
ipfs://bafybeib6zwtl5ejxketcqyjf4yfxp5qztjc6g45i6dwhlg7lv56qtvx7ga/
name(view returns (string)
999 Horned Monsters
owner(view returns (address)
0xd13e82e2aa061ec50f0b8012b4d5a6af543e0fad
paused(view returns (bool)
false
price(view returns (uint256)
2000000000000000
proxyRegistryAddress(view returns (address)
0xa5409ec958c83c3f309868babaca7c86dcb077c1
symbol(view returns (string)
HM
totalSupply(view returns (uint256)
964
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
collect(
configFREE_MAX_SUPPLY(uint256 newFreesupply
configMAX_SUPPLY(uint256 newSupply
configPrice(uint256 newPrice
mint(uint256 _amountpayable 
pause(bool _state
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI_
setContractURI(string _contractURI
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(