The Art of Gender and Sexuality
Verified contract
Active on
Ethereum with 124 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xebfd…ceb4
0xebfd…ceb4
Balances ($0.00)
No balances found for "The Art of Gender and Sexuality"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19622427 | 8 months ago | | | 0 | 0.00043289617 | |
| 17928986 | a year ago | | | 0 | 0.0026429220 | |
| 16902462 | 2 years ago | | | 0 | 0.0011847624 | |
| 16234171 | 2 years ago | | | 0 | 0.0024319954 | |
| 16164868 | 2 years ago | | | 0 | 0.00067501769 | |
| 16128360 | 2 years ago | | | 0 | 0.0010138242 | |
| 16037140 | 2 years ago | | | 0 | 0.00057680483 | |
| 15868398 | 2 years ago | | | 0 | 0.0012703115 | |
| 15683161 | 2 years ago | | | 0 | 0.0031298473 | |
| 15676863 | 2 years ago | | | 0 | 0.00075105024 |
ABI
ABI objects
Getter at block 21397374
baseUri() view returns (string)
https://arweave.net/
id() view returns (uint256)
50
isOwner() view returns (bool)
false
maker() view returns (address)
0xebfdf56e9c9a643c8abc13a4fbd679ed02f9ceb4
name() view returns (string)
The Art of Gender and Sexuality
owner() view returns (address)
0x78cdd8c5bf361c3a787b5842879724d7ba7d325c
symbol() view returns (string)
ART
totalSupply() view returns (uint256)
50
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getFeeBps(uint256 tokenId) view returns (uint256[])
getFeeRecipients(uint256 tokenId) view returns (address[])
isApprovedForAll(address owner, address operator) view returns (bool)
isMinter(address account) view returns (bool)
items(uint256) view returns (uint256 tokenId, uint256 price, string metaId, uint8 state)
ownerOf(uint256 tokenId) view returns (address)
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)
tokensOfOwner(address owner) view returns (uint256[])
State-modifying
Events addMinter(address account)
approve(address to, uint256 tokenId)
batchBurn(uint256[] tokenIds)
batchMint(address to, uint256 amountToMint, string metaId, uint256 setPrice, address[] royaltyAddress, uint256[] royaltyBps)
batchTransfer(address giver, address[] recipients, uint256[] values)
burn(uint256 tokenId)
destroyAndSend()
mintWithTokenURI(address to, uint256 tokenId, string tokenURI) returns (bool)
renounceMinter()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address to, bool approved)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BatchBurned(string metaId, uint256[] ids)
BatchForSale(uint256[] ids, string metaId)
BatchTransfered(string metaId, address[] recipients, uint256[] ids)
Bought(uint256 tokenId, string metaId, uint256 value)
Destroy()
ErrorOut(string error, uint256 tokenId)
Minted(uint256 id, string metaId)
MinterAdded(address indexed account)
MinterRemoved(address indexed account)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name, string symbol, string uri, address fee, address creator)
This contract contains no fallback and receive objects.
This contract contains no error objects.