CryptoPorn
Verified contract
Active on
Ethereum with 111 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 3 additional slots
Balances ($958.15)
Native
Value
$958.15
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.265586 | $3,607.67 |
$958.15 | |
| ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 6627753 | 6 years ago | | | 0.12295886 | 0.00059534100 | |
| 5829598 | 6 years ago | | | 0.021276596 | 0.000093108000 | |
| 5535487 | 7 years ago | | | 0.021276596 | 0.00013143200 | |
| 5534973 | 7 years ago | | | 0.021276596 | 0.00013143200 | |
| 5527570 | 7 years ago | | | 0.045269353 | 0.00024214800 | |
| 5527008 | 7 years ago | | | 0.045269353 | 0.00020286400 | |
| 5522539 | 7 years ago | | | 0.021276596 | 0.000046554000 | |
| 5521985 | 7 years ago | | | 0.021276596 | 0.00026286400 | |
| 5521985 | 7 years ago | | | 0.021276596 | 0.00026286400 | |
| 5521984 | 7 years ago | | | 0.021276596 | 0.00024214800 |
ABI
ABI objects
Getter at block 21321872
NAME() view returns (string)
CryptoPorn
SYMBOL() view returns (string)
CryptoPornSmartContract
ceoAddress() view returns (address)
0x58741854a471c903d2abd63362926b44bb67f480
implementsERC721() pure returns (bool)
true
name() pure returns (string)
CryptoPorn
symbol() pure returns (string)
CryptoPornSmartContract
totalSupply() view returns (uint256 total)
29
Read-only
balanceOf(address _owner) view returns (uint256 balance)
cooAddresses(uint256) view returns (address)
getPerson(uint256 _tokenId) view returns (string personName, uint256 sellingPrice, address owner)
ownerOf(uint256 _tokenId) view returns (address owner)
personIndexToApproved(uint256) view returns (address)
personIndexToOwner(uint256) view returns (address)
priceOf(uint256 _tokenId) view returns (uint256 price)
tokensOfOwner(address _owner) view returns (uint256[] ownerTokens)
State-modifying
Events approve(address _to, uint256 _tokenId)
createNewPerson(address _owner, string _name, uint256 _factor)
payout()
purchase(uint256 _tokenId) payable
setCOO(address _newCOO1, address _newCOO2, address _newCOO3, address _newCOO4)
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 newOwner, string name)
Transfer(address from, address to, uint256 tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.