Euphoria

Verified contract

Active on Ethereum with 289 txns
Deployed by via 0x4e71e82e at 17055769
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
2 additional variables
Native
Value $30.99
0x52ccc312cb547f4c5831f5dea27eb139167fc8a5f1fea3c2115bdfffce76ff15
0xfbd4dcf4c6ef073455dc6203e867ca165edb9234028328754322f2275871d40a
0x3b7ce1938b627a13417792eaddfe1dc4f8c26af4e0609f55d80a164492d0a24e
0x14b17551844d6248f7712702cd0501a706d522ef325b7eaa95aac80288b038fe
0x6309df090fad4516875a5d12d45938eca65938120d2c5e8e06d28f022372f2b6
0xfe83c8abf1f2f72296a49b80523a58ea6d9e09717a09606855b37ad0235c3376
0x81b34e88bd0c4b5a486fd0ce83e2658a1c3e616fafde0d13c0b2a576a898923c
0x977b6978fc007909a3a874614e3df4e9196b4c515becd05f5db5e5679e879c48
0xc55d51dc8a5a1d1e19ab703a0ea08adfc5be835352a7145491fb1e43a046f891
0x0e97846a5bd3b7bd3798f55b9bf9dec5f2269c946a8dd3f619c228e7887cf8b9

Functions
Getter at block 21226078
EUPHORIA_VAULT(view returns (address)
0xcbad40f263651be54205cfaa461a32bf64355711
OPERATOR_FILTER_REGISTRY(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
maxMintForOg(view returns (uint256)
2
maxMintForPublic(view returns (uint256)
3
maxMintForWhitelist(view returns (uint256)
2
maxSupply(view returns (uint256)
2222
mintStage(view returns (uint256)
2
name(view returns (string)
Euphoria
ogSalePrice(view returns (uint256)
13000000000000000
owner(view returns (address)
0x21ea628823b4b5bed6778a37aa22c376bdd45f66
publicSalePrice(view returns (uint256)
10000000000000000
symbol(view returns (string)
EHR
teamSupply(view returns (uint256)
150
tokenBaseUrl(view returns (string)
ipfs://QmQUvu3doJuMFpm7Pmn8JJhapRkymZC8ztb9hjRCCbdksC/
tokenUrlSuffix(view returns (string)
.json
totalSupply(view returns (uint256)
423
usedTeamSupply(view returns (uint256)
150
whitelistSalePrice(view returns (uint256)
15000000000000000
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ogMintCounts(addressview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
publicMintCounts(addressview returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
wlMintCounts(addressview returns (uint256)
State-modifying
approve(address operatoruint256 tokenIdpayable 
ogMint(uint256 _quantitybytes32[] _proofpayable 
publicMint(uint256 _quantitypayable 
reduceSupply(uint256 _supply
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes datapayable 
setApprovalForAll(address operatorbool approved
setMintStage(uint256 _stage
setOgMerkleRoot(bytes32 _root
setOgSalePrice(uint256 _price
setPublicSalePrice(uint256 _price
setTeamSupply(uint256 _supply
setTokenBaseUrl(string _url
setTokenUrlSuffix(string _suffix
setWhitelistSalePrice(uint256 _price
setWlMerkleRoot(bytes32 _root
teamMint(uint256 _quantity
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
whitelistMint(uint256 _quantitybytes32[] _proofpayable 
withdrawAll(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(bytes32 _ogMerklebytes32 _wlMerkle
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintError(string message
MintToZeroAddress(
MintZeroQuantity(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
SupplyError(string message
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(