Unique Animated Apes
Verified contract
Proxy
Active on
Ethereum with 505 txns
Unified storage
Map
Table
Raw
Constants and immutables
1
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 48 additional slots
-
variable spans 46 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
13 additional
variables
Balances ($0.00)
No balances found for "Unique Animated Apes"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20998252 | a month ago | | | 0 | 0.00050395603 | |
| 20603366 | 3 months ago | | | 0 | 0.000026143578 | |
| 20603363 | 3 months ago | | | 0 | 0.000028202181 | |
| 20351702 | 4 months ago | | | 0 | 0.00012255007 | |
| 20336918 | 4 months ago | | | 0 | 0.00019657293 | |
| 20080222 | 5 months ago | | | 0 | 0.0013462979 | |
| 20012593 | 5 months ago | | | 0 | 0.00043379714 | |
| 20012588 | 5 months ago | | | 0 | 0.00042836608 | |
| 19794027 | 6 months ago | | | 0 | 0.00036139738 | |
| 19750261 | 7 months ago | | | 0 | 0.00015666164 |
ABI
ABI objects
Getter at block 21209951
baseURI() view returns (string)
ipfs:/
contractURI() view returns (string)
https://rarible.com/contractMetadata/{address}
name() view returns (string)
Unique Animated Apes
owner() view returns (address)
0xe3b180b0742b065fbe939b5e01653db13e4d056b
symbol() view returns (string)
ETH
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
getCreators(uint256 _id) view returns (struct LibPartPart[])
getRaribleV2Royalties(uint256 id) view returns (struct LibPartPart[])
isApprovedForAll(address _owner, address _operator) view returns (bool)
isMinter(address account) view returns (bool)
royaltyInfo(uint256 id, uint256 _salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256 id) view returns (string)
State-modifying
Events __ERC1155RaribleUser_init(string _name, string _symbol, string baseURI, string contractURI, address[] operators, address transferProxy, address lazyTransferProxy)
__ERC1155Rarible_init(string _name, string _symbol, string baseURI, string contractURI, address transferProxy, address lazyTransferProxy)
addMinter(address minter)
addMinters(address[] minters)
burn(address account, uint256 id, uint256 amount)
burnBatch(address account, uint256[] ids, uint256[] amounts)
mintAndTransfer(struct LibERC1155LazyMintMint1155Data data, address to, uint256 _amount)
removeMinter(address _minter)
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
transferFromOrMint(struct LibERC1155LazyMintMint1155Data data, address from, address to, uint256 amount)
transferOwnership(address newOwner)
updateAccount(uint256 _id, address _from, address _to)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
BaseUriChanged(string newBaseURI)
BurnLazy(address indexed operator, address indexed account, uint256 id, uint256 amount)
BurnLazyBatch(address indexed operator, address indexed account, uint256[] ids, uint256[] amounts)
CreateERC1155Rarible(address owner, string name, string symbol)
CreateERC1155RaribleUser(address owner, string name, string symbol)
Creators(uint256 tokenId, struct LibPartPart[] creators)
DefaultApproval(address indexed operator, bool hasApproval)
MinterStatusChanged(address indexed minter, bool indexed status)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RoyaltiesSet(uint256 tokenId, struct LibPartPart[] royalties)
Supply(uint256 tokenId, uint256 value)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
constructor(address beacon, bytes data)
fallback()
receive()
This contract contains no error objects.