CryptoElements
Verified contract
Active on
Ethereum with 294 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 "CryptoElements"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 5144712 | 7 years ago | | | 0.0090538705 | 0.00045836000 | |
| 5144196 | 7 years ago | | | 0 | 0.00015738500 | |
| 5143126 | 7 years ago | | | 0.0090538705 | 0.00022544000 | |
| 5143123 | 7 years ago | | | 0.019263554 | 0.00034544000 | |
| 5142620 | 7 years ago | | | 0.0090538705 | 0.00028544000 | |
| 5142578 | 7 years ago | | | 0.0090538705 | 0.00025908000 | |
| 5142521 | 7 years ago | | | 0.0042553191 | 0.00035680000 | |
| 5142520 | 7 years ago | | | 0.0090538705 | 0.00035680000 | |
| 5142513 | 7 years ago | | | 0.0090538705 | 0.000068754000 | |
| 5142513 | 7 years ago | | | 0.002 | 0.000068754000 |
ABI
ABI objects
Getter at block 21279671
NAME() view returns (string)
CryptoElements
SYMBOL() view returns (string)
ElementsToken
ceoAddress() view returns (address)
0x704b33160cf2ee4868106e2a366472fbf6dd4adf
cooAddress() view returns (address)
0x704b33160cf2ee4868106e2a366472fbf6dd4adf
implementsERC721() pure returns (bool)
true
name() pure returns (string)
CryptoElements
promoCreatedCount() view returns (uint256)
0
symbol() pure returns (string)
ElementsToken
totalSupply() view returns (uint256 total)
25
Read-only
balanceOf(address _owner) view returns (uint256 balance)
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)
createContractPerson(string _name)
createPromoPerson(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.