John Orion Young
Verified contract
Active on
Ethereum with 1,488 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
YOO | ERC-20 | 18.667K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9985636 | 5 years ago | | | 0 | 0.00020357920 | |
| 9127890 | 5 years ago | | | 0 | 0.000087945000 | |
| 9127791 | 5 years ago | | | 0 | 0.00018664800 | |
| 9127551 | 5 years ago | | | 0 | 0.000034126400 | |
| 9127551 | 5 years ago | | | 0 | 0.000031024000 | |
| 9033304 | 5 years ago | | | 0.63245879 | 0.00016328400 | |
| 8766458 | 5 years ago | | | 0.44974848 | 0.000081416000 | |
| 8564043 | 5 years ago | | | 0.44974848 | 0.00081416000 | |
| 8446351 | 5 years ago | | | 0.45 | 0.00080023500 | |
| 8443849 | 5 years ago | | | 0.44974848 | 0.0013107976 |
ABI
ABI objects
Getter at block 21281222 getAllTokens() view returns (uint256[], uint256[], address[]) implementsERC721() view returns (bool)
ceoAddress() view returns (address)
0x9ae048c47aef066e03593d5edb230e3fa80c3f17
cooAddress() view returns (address)
0x9ae048c47aef066e03593d5edb230e3fa80c3f17
name() view returns (string _name)
John Orion Young
paused() view returns (bool)
true
symbol() view returns (string _symbol)
JOY
totalSupply() view returns (uint256 _totalSupply)
82
Read-only
balanceOf(address _owner) view returns (uint256 _balance)
getToken(uint256 _tokenId) view returns (string _tokenName, uint256 _price, uint256 _nextPrice, address _owner)
nextPriceOf(uint256 _tokenId) view returns (uint256 _nextPrice)
ownerOf(uint256 _tokenId) view returns (address _owner)
priceOf(uint256 _tokenId) view returns (uint256 _price)
tokensOf(address _owner) view returns (uint256[])
State-modifying
Events approve(address _to, uint256 _tokenId)
createToken(string _name)
createToken(string _name, address _owner, uint256 _price)
enableERC721()
pause()
purchase(uint256 _tokenId) payable
setCEO(address _newCEO)
setCOO(address _newCOO)
takeOwnership(uint256 _tokenId)
transfer(address _to, uint256 _tokenId)
transferFrom(address _from, address _to, uint256 _tokenId)
unpause()
withdrawBalance(address _to, uint256 _amount)
Approval(address indexed _owner, address indexed _approved, uint256 _tokenId)
TokenCreated(uint256 tokenId, string name, uint256 price, address owner)
TokenSold(uint256 indexed tokenId, string name, uint256 sellingPrice, uint256 newPrice, address indexed oldOwner, address indexed newOwner)
Transfer(address indexed _from, address indexed _to, uint256 _tokenId)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.