Orange Horse

Verified contract

Proxy

Active on Ethereum with 9 txns
Deployed by via 0x885891f6 at 17588396
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
16 additional variables

No balances found for "Orange Horse "

0x52aed78f7f6456eb709bdec03018498833067719c99c578c611d27d339424950
0x388bf8f1c87c5ca6a47063c552088f6f7f5d53033f55810bc929183ce2ecc6a2
0xffd38dfc06f305aa9179e3c005ff267ebde2775fa6242f160d2881bf412a748a
0x17653d7b97418388949eaab2c65a8147aeccb24ed65857bfc3e3d98fc6124c30
0x4e1d5ebd890c127c578dd94a645abf80224bd7ee6ca0a7ee91abea821bce3a94
0x77590bd732e3340843972f7e2ad94bfd2c497409b6093491cd7a744381b414a4
0xfaccf7ce7cf4ae4282b5d5b06ba49511014ae0cf77c84446ed2ca1d0d26df22e
0x39c606fd89735fb81a28182a86cbb468f680b2ab31b02c61cd329f67f09bb54b
0x57bd8cd7a18cf7748664862cda47577db5dfee57e9a31576f51599420487d1ed

Functions
Getter at block 21314201
isMetadataFixed(view returns (bool)
true
maxPerAddress(view returns (uint16)
20
mintPrice(view returns (uint256)
240000000000000
n2mVersion(pure returns (uint256)
1000
name(view returns (string)
Orange Horse
owner(view returns (address collectionOwner)
0xa007d946bad4e53c4e57f37e7e10bef28e5bbc5e
symbol(view returns (string)
OH
totalSupply(view returns (uint256)
6
Read-only
balanceOf(address accountuint256 idview returns (uint256)
balanceOf(address ownerview returns (uint256 balance)
balanceOfBatch(address[] accountsuint256[] idsview returns (uint256[])
exists(uint256 idview returns (bool)
getSupplies(uint256 startIduint256 endIdview returns (uint256[] suppliesuint256 blockNumberuint256 blockTimestamp)
isApprovedForAll(address owneraddress operatorview returns (bool)
royaltyInfo(uint256uint256 salePriceview returns (address receiveruint256 royaltyAmount)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
totalSupply(uint256 idview returns (uint256)
uri(uint256 tokenIdview returns (string)
State-modifying
airdropRandom(address[] tobool soulboundpayable 
airdropSequential(address[] tobool soulboundpayable 
airdropSpecify(address[] touint256[] tokenIdsbool soulboundpayable 
initialize(string tokenNamestring tokenSymboluint256 iMintPricebytes32 baseURICIDHashbytes32 placeholderImageCIDHashstruct IN2M_ERCStorageRevenueAddress[] revenueAddressesaddress iErc20PaymentAddressuint32 iTotalSupplyuint16 iRoyaltyFeebool soulboundCollectionuint8 iMintingTypepayable 
mint(payable 
mint(uint256 amountpayable 
mint(uint256 amountaddress affiliatepayable 
mintCustomURITo(address tobytes32 customURICIDHashbool soulboundpayable 
mintPresale(address touint256[] tokenIdsbool freeMintinguint256 customFeeuint256 maxAmountuint256 amountbool soulboundbytes signaturepayable 
mintRandomTo(address touint256 amountpayable 
mintRandomTo(address touint256 amountaddress affiliatepayable 
mintSpecifyTo(address touint256[] tokenIdspayable 
mintSpecifyTo(address touint256[] tokenIdsaddress affiliatepayable 
mintTo(address touint256 amountpayable 
mintTo(address touint256 amountaddress affiliatepayable 
redeemRandom(payable 
safeBatchTransferFrom(address fromaddress touint256[] idsuint256[] amountsbytes data
safeTransferFrom(address fromaddress touint256 iduint256 amountbytes data
setApprovalForAll(address operatorbool approved
Events
AffiliateSell(address indexed affiliate
ApprovalForAll(address indexed accountaddress indexed operatorbool approved
Initialized(uint8 version
TransferBatch(address indexed operatoraddress indexed fromaddress indexed touint256[] idsuint256[] values
TransferSingle(address indexed operatoraddress indexed fromaddress indexed touint256 iduint256 value
URI(string valueuint256 indexed id
Constructor

This contract contains no constructor objects.

Fallback and receive
fallback(
receive(
Errors
AddressFiltered(address filtered
CantLowerCurrentPercentages(
CantRevealYetWaitABitToBeAbleToRedeem(
CantSetBaseURIAndPlaceholderAtTheSameTime(
CollectionSoldOut(
ContractMetadataURIAlreadyFixed(
InputSizeMismatch(
InvalidAmount(
InvalidDropDate(
InvalidInputSizesDontMatch(
InvalidMintFee(
InvalidMintFeeForFreeMinting(
InvalidMintingType(
InvalidPercentageOrDiscountValues(
InvalidPhaseWithoutDate(
InvalidRevenuePercentage(
InvalidTokenId(
MaxPerAddressExceeded(
MetadataAlreadyFixed(
NewBaseURICantBeEmpty(
NewPlaceholderCantBeEmpty(
NoBaseURINorPlaceholderSet(
NonTransferrableSoulboundNFT(
NotEnoughAmountToMint(
NothingToRedeem(
OnlyAffiliateOrN2M(
OnlyOwnerOrN2M(
PresaleInvalidMintingType(
PresaleNotOpen(
PublicSaleNotOpen(
ReentrancyGuard(
RoyaltyFeeTooHigh(
SaleFinished(
SignatureExpired(
SignatureMismatch(
TokenAlreadyMinted(
TotalSupplyMustBeGreaterThanZero(
WaitUntilDropDate(