Emoji Garden
Verified contract
Active on
Ethereum with 248 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 "Emoji Garden"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21133320 | a month ago | | | 0 | 0.0037432400 | |
| 18385513 | a year ago | | | 0 | 0.0048269870 | |
| 18382324 | a year ago | | | 0 | 0.0022244340 | |
| 18378127 | a year ago | | | 0 | 0.0042572809 | |
| 17827556 | a year ago | | | 0 | 0.00097860585 | |
| 17127681 | 2 years ago | | | 0 | 0.0034714247 | |
| 16307254 | 2 years ago | | | 0 | 0.00082706868 | |
| 15859324 | 2 years ago | | | 0 | 0.00048988685 | |
| 15839921 | 2 years ago | | | 0 | 0.0019241150 | |
| 15391976 | 2 years ago | | | 0 | 0.00070907863 |
ABI
ABI objects
Getter at block 21379431
maxSupply() pure returns (uint256)
4444
name() view returns (string)
Emoji Garden
owner() view returns (address)
0x4ebee6ba2771c19adf9af348985bcf06d3270d42
symbol() view returns (string)
EMJG
totalSupply() view returns (uint256)
433
Read-only
balanceOf(address owner) view returns (uint256)
emoji1(uint256 tokenId) view returns (string)
emoji2(uint256 tokenId) view returns (string)
emoji3(uint256 tokenId) view returns (string)
emoji4(uint256 tokenId) view returns (string)
emoji5(uint256 tokenId) view returns (string)
emoji6(uint256 tokenId) view returns (string)
emoji7(uint256 tokenId) view returns (string)
emoji8(uint256 tokenId) view returns (string)
emoji9(uint256 tokenId) view returns (string)
emojiString(uint256 tokenId) view returns (string)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mintOne() payable
mintThree() payable
mintTwo() payable
ownerClaim()
ownerSetPrice(uint256 priceValue)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.