Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Youts"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19066780 | 10 months ago | | | 0 | 0.00039198560 | |
| 18909123 | a year ago | | | 0 | 0.00044589156 | |
| 18888327 | a year ago | | | 0 | 0.00051283475 | |
| 18888326 | a year ago | | | 0 | 0.00092011779 | |
| 18888323 | a year ago | | | 0 | 0.0010238106 | |
| 18853838 | a year ago | | | 0 | 0.00064193712 | |
| 18846393 | a year ago | | | 0 | 0.00057574674 | |
| 18846020 | a year ago | | | 0 | 0.00060329936 | |
| 18719635 | a year ago | | | 0 | 0.0019611040 | |
| 18714174 | a year ago | | | 0 | 0.0021299839 |
ABI
ABI objects
Getter at block 21324285
metadataAddress() view returns (address)
0x249f9a8303d89da38599ef7d18ee669dfee9a627
mintIsActive() view returns (bool)
false
mintPrice() view returns (uint256)
0
name() view returns (string)
Youts
owner() view returns (address)
0xc8efbc07c95d5b21126b78096219a1e593ebe6ae
symbol() view returns (string)
YOUTS
togglePrice() view returns (uint256)
10000000000000000
totalSupply() view returns (uint256)
6970
Read-only
balanceOf(address owner) view returns (uint256)
darkTokens(uint256) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
getDarkMode(uint256 tokenId) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
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)
State-modifying
Events approve(address to, uint256 tokenId)
mint() payable
mintQuantity(uint256 quantity) payable
ownerMint(uint256 quantity)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setMetadataAddress(address addr)
setMintPrice(uint256 price)
setMintState(bool status)
setTogglePrice(uint256 price)
toggleDarkMode(uint256 tokenId) payable
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAvailableBalance()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _metadataAddress)
This contract contains no fallback and receive objects.
NotYoutOwner()
YoutNotFound()