CryptoOscars
Verified contract
Active on
Ethereum with 201 txns
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 "CryptoOscars"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 5198726 | 7 years ago | | | 0 | 0.00024503000 | |
| 5198719 | 7 years ago | | | 0 | 0.00032218000 | |
| 5198691 | 7 years ago | | | 0 | 0.0012766990 | |
| 5198685 | 7 years ago | | | 0 | 0.0013209380 | |
| 5198291 | 7 years ago | | | 0.3751 | 0.00071713000 | |
| 5198124 | 7 years ago | | | 0.2001 | 0.0017067360 | |
| 5198123 | 7 years ago | | | 0.2001 | 0.00014222800 | |
| 5197359 | 7 years ago | | | 0.2001 | 0.00086055600 | |
| 5197350 | 7 years ago | | | 0 | 0.00090288600 | |
| 5197347 | 7 years ago | | | 0.3751 | 0.00023006740 |
ABI
ABI objects
Getter at block 21395690
NAME() view returns (string)
CryptoOscars
SYMBOL() view returns (string)
CryptoOscarsToken
ceoAddress() view returns (address)
0x24e58ab17b5471759c8edf61f5b4e78c43250115
cooAddress() view returns (address)
0x24e58ab17b5471759c8edf61f5b4e78c43250115
implementsERC721() pure returns (bool)
true
name() pure returns (string)
CryptoOscars
promoCreatedCount() view returns (uint256)
79
symbol() pure returns (string)
CryptoOscarsToken
totalSupply() view returns (uint256 total)
79
Read-only
balanceOf(address _owner) view returns (uint256 balance)
getMovie(uint256 _tokenId) view returns (string movieName, uint256 sellingPrice, address owner)
movieIndexToApproved(uint256) view returns (address)
movieIndexToOwner(uint256) view returns (address)
ownerOf(uint256 _tokenId) view returns (address owner)
priceOf(uint256 _tokenId) view returns (uint256 price)
tokensOfOwner(address _owner) view returns (uint256[] ownerTokens)
State-modifying
Events CryptoMoviesToken()
approve(address _to, uint256 _tokenId)
createContractMovie(string _name)
createPromoMovie(address _owner, string _name, uint256 _price)
payout(address _to)
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)
Approval(address indexed owner, address indexed approved, uint256 tokenId)
Birth(uint256 tokenId, string name, address owner)
TokenSold(uint256 tokenId, uint256 oldPrice, uint256 newPrice, address prevOwner, address winner, string name)
Transfer(address from, address to, uint256 tokenId)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.