Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xd567…0b23
0x7fe2…386a
Balances ($24.19)
Native
Value
$24.19
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.006762 | $3,577.69 |
$24.19 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 5761843 | 6 years ago | | | 0.112702 | 0.00077441600 | |
| 5500833 | 7 years ago | | | 0.112702 | 0.00019354000 | |
| 5487059 | 7 years ago | | | 0 | 0.000056064844 | |
| 5327796 | 7 years ago | | | 0.112702 | 0.00038708000 | |
| 5326145 | 7 years ago | | | 0.05128 | 0.000046254000 | |
| 5320412 | 7 years ago | | | 0.1 | 0.000025439700 | |
| 5287783 | 7 years ago | | | 0.1 | 0.00014017275 | |
| 5287782 | 7 years ago | | | 0.1 | 0.000074006400 | |
| 5275150 | 7 years ago | | | 0.05128 | 0.00035708000 | |
| 5275150 | 7 years ago | | | 0.05128 | 0.00035708000 |
ABI
ABI objects
Getter at block 21284331 getTokenIds() view returns (uint256[])
NAME() view returns (string)
YouCollectTokens
SYMBOL() view returns (string)
YCT
ceoAddress() view returns (address)
0x5b4353ef4b665d1f325cb5730f4a5db3ee3c59f0
cooAddress() view returns (address)
0x5b4353ef4b665d1f325cb5730f4a5db3ee3c59f0
getTotalSupply() view returns (uint256)
678
implementsERC721() pure returns (bool)
true
minPriceForMiningUpgrade() view returns (uint256)
5000000000000000000
minSelfBuyPrice() view returns (uint256)
10000000000000000000
Read-only
balanceOf(address _owner) view returns (uint256 result)
getNextPrice(uint256 price, uint256 _tokenId) pure returns (uint256)
lastSubTokenBuyerOf(uint256 tokenId) view returns (address)
lastSubTokenCreatorOf(uint256 tokenId) view returns (address)
ownerOf(uint256 _tokenId) view returns (address owner)
priceOf(uint256 _tokenId) view returns (uint256 price)
tokenIndexToApproved(uint256) view returns (address)
tokenIndexToOwner(uint256) view returns (address)
tokenIndexToPrice(uint256) view returns (uint256)
tokens(uint256) view returns (uint256)
tokensOfOwner(address _owner) view returns (uint256[] ownerTokens)
youCollectContracts(address) view returns (bool)
State-modifying
Events acceptCeoOwnership()
acceptCooOwnership()
addYouCollectContract(address contractAddress, bool active)
approveToken(address _to, uint256 _tokenId) returns (bool)
buyToken(uint256 _tokenId) payable
changePriceLimits(uint256 _minSelfBuyPrice, uint256 _minPriceForMiningUpgrade)
changeTokenPrice(uint256 newPrice, uint256 _tokenId)
createCollectible(uint256 tokenId, uint256 _price, address creator, address owner)
payout(address _to)
payout(address _to, uint256 amount)
setCEO(address _newCEO)
setCOO(address _newCOO)
setMainYouCollectContractAddresses(address yccContract, address yctContract, address ycmContract, address[] otherContracts)
setYccContractAddress(address yccContract)
setYcmContractAddress(address ycmContract)
setYctContractAddress(address yctContract)
takeOwnership(uint256 _tokenId)
transfer(address _to, uint256 _tokenId) returns (bool)
transferAnyERC20Token(address tokenAddress, uint256 tokens) returns (bool success)
transferFrom(address _from, address _to, uint256 _tokenId) returns (bool)
Approval(address indexed owner, address indexed approved, uint256 tokenId)
Birth(uint256 tokenId, uint256 startPrice)
RedButton(uint256 value, uint256 totalSupply)
TokenSold(uint256 indexed tokenId, uint256 price, address prevOwner, address winner)
Transfer(address indexed from, address indexed to, uint256 tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.