CryptoMovies
Verified contract
Active on
Ethereum with 867 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($10.98)
Native
Value
$10.98
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.003077 | $3,568.39 |
$10.98 | |
HMC | ERC-20 | 10 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 5343102 | 7 years ago | | | 0.0213 | 0.000091036000 | |
| 5343101 | 7 years ago | | | 0.0213 | 0.000045518000 | |
| 5343095 | 7 years ago | | | 0.0213 | 0.000045518000 | |
| 5343093 | 7 years ago | | | 0.0213 | 0.00017272000 | |
| 5223465 | 7 years ago | | | 0.01 | 0.00031864000 | |
| 5217718 | 7 years ago | | | 0.01 | 0.00012932000 | |
| 5217704 | 7 years ago | | | 0.01 | 0.00012932000 | |
| 5216669 | 7 years ago | | | 0.01 | 0.000068754000 | |
| 5216666 | 7 years ago | | | 0.01 | 0.000045836000 | |
| 5216662 | 7 years ago | | | 0.01 | 0.000045836000 |
ABI
ABI objects
Getter at block 21288492
NAME() view returns (string)
CryptoMovies
SYMBOL() view returns (string)
CryptoMoviesToken
ceoAddress() view returns (address)
0xeec23ec894f2fe3879472861da6064e4a4dd715a
cooAddress() view returns (address)
0xeec23ec894f2fe3879472861da6064e4a4dd715a
implementsERC721() pure returns (bool)
true
name() pure returns (string)
CryptoMovies
promoCreatedCount() view returns (uint256)
130
symbol() pure returns (string)
CryptoMoviesToken
totalSupply() view returns (uint256 total)
156
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 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)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.