EmojiBlockchain
Verified contract
Active on
Ethereum with 281 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($314.08)
Native
Value
$314.08
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.118255 | $2,655.95 |
$314.08 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 5290942 | 7 years ago | | | 0 | 0.0015764750 | |
| 5290804 | 7 years ago | | | 0 | 0.0016511550 | |
| 5290786 | 7 years ago | | | 0 | 0.0016514750 | |
| 5171618 | 7 years ago | | | 0 | 0.00011685000 | |
| 5143640 | 7 years ago | | | 0.072256375 | 0.00035164600 | |
| 5142304 | 7 years ago | | | 0.072256375 | 0.00064329200 | |
| 5133405 | 7 years ago | | | 0.0049382716 | 0.000023370000 | |
| 5133386 | 7 years ago | | | 0.072256375 | 0.00072911500 | |
| 5133385 | 7 years ago | | | 0.054192281 | 0.00068897000 | |
| 5133382 | 7 years ago | | | 0.072256375 | 0.00087493800 |
ABI
ABI objects
Getter at block 21082980
NAME() view returns (string)
EmojiBlockchain
SYMBOL() view returns (string)
EmojiToken
ceoAddress() view returns (address)
0x7f9b23a7d7136f97558c405025506565a86fa0d2
cooAddress() view returns (address)
0x7f9b23a7d7136f97558c405025506565a86fa0d2
implementsERC721() pure returns (bool)
true
name() pure returns (string)
EmojiBlockchain
promoCreatedCount() view returns (uint256)
68
symbol() pure returns (string)
EmojiToken
totalSupply() view returns (uint256 total)
73
Read-only
balanceOf(address _owner) view returns (uint256 balance)
emojiIndexToApproved(uint256) view returns (address)
emojiIndexToOwner(uint256) view returns (address)
getEmoji(uint256 _tokenId) view returns (string emojiName, uint256 sellingPrice, address owner, string message, uint256 previousPrice, address[7] previousOwners)
ownerOf(uint256 _tokenId) view returns (address owner)
priceOf(uint256 _tokenId) view returns (uint256 price)
tokensOfOwner(address _owner) view returns (uint256[] ownerTokens)
State-modifying
Events addMessage(uint256 _tokenId, string _message)
approve(address _to, uint256 _tokenId)
createContractEmoji(string _name)
createPromoEmoji(address _owner, string _name, uint256 _price)
payout(address _to)
purchase(uint256 _tokenId) payable
setCEO(address _newCEO)
setCOO(address _newCOO)
setOwnershipHistory(uint256 _tokenId, address[7] _previousOwners)
setPreviousPrice(uint256 _tokenId, uint256 _previousPrice)
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.