Eugen3
Verified contract
Proxy
Active on
Ethereum with 8 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 47 additional slots
-
variable spans 43 additional slots
7 additional
variables
Balances ($0.00)
No balances found for "Eugen3"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18773244 | a year ago | | | 0 | 0.0041519481 | |
| 16769757 | 2 years ago | | | 0 | 0.0071706502 | |
| 16484457 | 2 years ago | | | 0 | 0.0050121351 | |
| 15216391 | 2 years ago | | | 0.002 | 0.019911854 | |
| 15216379 | 2 years ago | | | 0 | 0.0079991167 | |
| 15216168 | 2 years ago | | | 0 | 0.0082111883 | |
| 15216133 | 2 years ago | | | 0 | 0.011607689 | |
| 15216121 | 2 years ago | | | 0 | 0.0078943576 |
ABI
ABI objects
Getter at block 21301520
name() view returns (string)
Eugen3
owner() view returns (address)
0x2881f9c535c8145617fdec5b2dc1b870efc4fe57
symbol() view returns (string)
$$$
totalRedeemables() view returns (uint256)
3
totalRevenue() view returns (uint256)
2000000000000000
totalSupply() view returns (uint256)
5
treasury() view returns (address)
0x0280c85668ec93790b08b4b1bbf52daacf468a44
Read-only
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)
redeemableAt(uint256 index) view returns (struct RedeemablesRedeemable data)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, 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)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
createRedeemable(string uri, uint256 price, uint256 maxQuantity, uint256 maxPerWallet, uint256 maxPerMint)
initialize(string name_, string symbol_, address treasury_, address royalty_, uint96 royaltyFee_)
invalidate(uint256 redeemableId)
mint(address to, uint256 quantity, string uri)
redeem(uint256 redeemableId, uint256 quantity, bytes signature, bytes32[] proof) payable
renounceOwnership()
revoke(uint256 redeemableId)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setDefaultRoyalty(address receiver, uint96 feeNumerator)
setMerkleRoot(uint256 redeemableId, bytes32 newRoot)
setTokenRoyalty(uint256 tokenId, address receiver, uint96 feeNumerator)
setTokenURI(uint256 tokenId, string newUri)
setTreasury(address newTreasury)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RedeemableCreated(uint256 indexed redeemableId)
TokenRedeemed(address indexed to, uint256 indexed redeemableId, uint256 quantity)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.