Emojiverse
Verified contract
Active on
Ethereum with 538 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x7cb0…c5bf
Balances ($1,089.46)
Native
Value
$1,089.46
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.3 | $3,631.54 |
$1,089.46 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19488794 | 8 months ago | | | 0 | 0.00057629526 | |
| 19040723 | 10 months ago | | | 0 | 0.0022344638 | |
| 19015333 | 10 months ago | | | 0 | 0.00093061486 | |
| 18909241 | a year ago | | | 0 | 0.0013683918 | |
| 18906808 | a year ago | | | 0 | 0.00081590245 | |
| 17847459 | a year ago | | | 0 | 0.00063436565 | |
| 16674161 | 2 years ago | | | 0 | 0.0011158384 | |
| 16458100 | 2 years ago | | | 0 | 0.00035935596 | |
| 16288622 | 2 years ago | | | 0 | 0.00075235389 | |
| 16285035 | 2 years ago | | | 0 | 0.0024170393 |
ABI
ABI objects
Getter at block 21283402
Daoji() view returns (address)
0x7cb0526fb21ed270b50f5320b8c0b21a93efc5bf
burnState() view returns (bool)
false
maxEmojis() view returns (uint256)
11111
name() view returns (string)
Emojiverse
owner() view returns (address)
0x1ce46c579f0d2db71b3875b5c391ce7e81cff135
salePrice() view returns (uint256)
50000000000000000
saleStatus() view returns (bool)
true
supplyCount() view returns (uint256)
1423
symbol() view returns (string)
EMOJI
totalReleased() view returns (uint256)
63350000000000000000
totalShares() view returns (uint256)
100
totalSupply() view returns (uint256)
1423
Read-only
balanceOf(address owner) view returns (uint256)
calculateTotalPrice(uint256 _numberOfEmojis) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
payee(uint256 index) view returns (address)
released(address account) view returns (uint256)
shares(address account) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
daojiBurn(address _account, uint256 _amount)
happyFace(uint256 _numberOfEmojis) payable
release(address account)
renounceOwnership()
sadFace(uint256 _tokenID)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setApprovedAddress(address _approved, bool _trueOrFalse)
setBaseURI(string baseURI_)
setBurnState()
setDaoji(address _daoji)
setSalePrice(uint256 _priceInWei)
setSaleStatus()
setThisContract(address _thisContract)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PayeeAdded(address account, uint256 shares)
PaymentReceived(address from, uint256 amount)
PaymentReleased(address to, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
fallback()
receive()
This contract contains no error objects.