Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($2,692.34)
Native
Value
$2,692.34
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.843946 | $3,190.18 |
$2,692.34 | |
C4Y | ERC-20 | 3.7K | -- | -- | |
DMTS | ERC-20 | 1 | -- | -- | |
EMJ | ERC-20 | 1 | -- | -- | |
WDT | ERC-20 | 0.0007 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21068913 | 13 days ago | | | 0 | 0.00028035050 | |
| 21019368 | 20 days ago | | | 0 | 0.00018367306 | |
| 20998494 | 23 days ago | | | 0 | 0.00027539686 | |
| 20998489 | 23 days ago | | | 0 | 0.00026228712 | |
| 20960763 | a month ago | | | 0 | 0.00023035319 | |
| 20948159 | a month ago | | | 0 | 0.00036338464 | |
| 20940865 | a month ago | | | 0 | 0.00035072193 | |
| 20940859 | a month ago | | | 0 | 0.00034548077 | |
| 20932822 | a month ago | | | 0 | 0.00032907588 | |
| 20932813 | a month ago | | | 0 | 0.00037127076 |
ABI
ABI objects
Getter at block 21161808
MAX_LAYERS() view returns (uint256)
100
NAME() view returns (string)
Ethmoji
SYMBOL() view returns (string)
EMJ
isCompositionOnlyWithBaseLayers() view returns (bool)
true
minCompositionFee() view returns (uint256)
1000000000000000
name() pure returns (string)
Ethmoji
owner() view returns (address)
0xe5c3aaa1f68d5817a7f1e1cfb7fbef73b7f46744
paused() view returns (bool)
false
symbol() pure returns (string)
EMJ
totalPayments() view returns (uint256)
0
totalSupply() view returns (uint256)
1241
Read-only
addressToAvatar(address) view returns (uint256)
approvedFor(uint256 _tokenId) view returns (address)
balanceOf(address _owner) view returns (uint256)
compositions(bytes32) view returns (bool)
getAvatar(address _owner) view returns (uint256)
getCompositionPrice(uint256 _tokenId) view returns (uint256)
getTokenLayers(uint256 _tokenId) view returns (uint256[])
getTotalCompositionPrice(uint256[] _tokenIds) view returns (uint256)
imageHashes(uint256) view returns (uint256)
isValidComposition(uint256[] _tokenIds, uint256 _imageHash) view returns (bool)
ownerOf(uint256 _tokenId) view returns (address)
payments(address) view returns (uint256)
tokenIdToCompositionPrice(uint256) view returns (uint256)
tokenIdToLayers(uint256, uint256) view returns (uint256)
tokensOf(address _owner) view returns (uint256[])
State-modifying
Events approve(address _to, uint256 _tokenId)
compose(uint256[] _tokenIds, uint256 _imageHash) payable
mintTo(address _to, uint256 _compositionPrice, uint256 _imageHash)
pause()
payout(address _to)
setAvatar(uint256 _tokenId)
setCompositionPrice(uint256 _tokenId, uint256 _price)
setGlobalCompositionFee(uint256 _price)
takeOwnership(uint256 _tokenId)
transfer(address _to, uint256 _tokenId)
transferOwnership(address newOwner)
unpause()
withdrawPayments()
Approval(address indexed _owner, address indexed _approved, uint256 _tokenId)
BaseTokenCreated(uint256 tokenId)
CompositionPriceChanged(uint256 tokenId, uint256 price, address indexed owner)
CompositionTokenCreated(uint256 tokenId, uint256[] layers, address indexed owner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed _from, address indexed _to, uint256 _tokenId)
Unpause()
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.