Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
2 additional
variables
Balances ($30.99)
Native
Value
$30.99
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.01 | $3,099.42 |
$30.99 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20150825 | 5 months ago | | | 0 | 0.000097871088 | |
| 19207113 | 9 months ago | | | 0.01 | 0.0059330557 | |
| 17401027 | a year ago | | | 0 | 0.0020903635 | |
| 17241570 | 2 years ago | | | 0 | 0.0058951935 | |
| 17073206 | 2 years ago | | | 0 | 0.0011485228 | |
| 17072537 | 2 years ago | | | 0 | 0.0020611813 | |
| 17071375 | 2 years ago | | | 0 | 0.0020998801 | |
| 17071029 | 2 years ago | | | 0.01 | 0.0036564660 | |
| 17070881 | 2 years ago | | | 0 | 0.0015718705 | |
| 17070880 | 2 years ago | | | 0 | 0.0024414382 |
ABI
ABI objects
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ogMintCounts(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
publicMintCounts(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
wlMintCounts(address) view returns (uint256)
State-modifying
Events approve(address operator, uint256 tokenId) payable
ogMint(uint256 _quantity, bytes32[] _proof) payable
publicMint(uint256 _quantity) payable
reduceSupply(uint256 _supply)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setApprovalForAll(address operator, bool 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 from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
whitelistMint(uint256 _quantity, bytes32[] _proof) payable
withdrawAll()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(bytes32 _ogMerkle, bytes32 _wlMerkle)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintError(string message)
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
SupplyError(string message)
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()