Cheers UP Emoji
Verified contract
Active on
Ethereum with 1,028 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 "Cheers UP Emoji"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21151394 | 3 days ago | | | 0 | 0.00059365949 | |
| 20739352 | 2 months ago | | | 0 | 0.000039989493 | |
| 20739351 | 2 months ago | | | 0 | 0.000041284223 | |
| 20739350 | 2 months ago | | | 0 | 0.000040750150 | |
| 20739349 | 2 months ago | | | 0 | 0.000038202685 | |
| 20708598 | 2 months ago | | | 0 | 0.000023900668 | |
| 20310465 | 4 months ago | | | 0 | 0.00016152150 | |
| 20205956 | 4 months ago | | | 0 | 0.000083906173 | |
| 20204159 | 4 months ago | | | 0 | 0.00012902093 | |
| 20103292 | 5 months ago | | | 0 | 0.00020959836 |
ABI
ABI objects
Getter at block 21169459
contractSealed() view returns (bool)
false
name() view returns (string)
Cheers UP Emoji
owner() view returns (address)
0xb487ac0c37cef010c89c4ab86a3cabef1aba637b
paused() view returns (bool)
false
symbol() view returns (string)
CUPEMOJI
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
children(address) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256 tokenId_) view returns (string)
State-modifying
Events addChild(address address_)
burn(address account, uint256 id, uint256 value)
burnBatch(address account, uint256[] ids, uint256[] values)
emergencyPause()
rawBurn(address from_, uint256 id_, uint256 amount_)
rawBurnBatch(address from_, uint256[] ids_, uint256[] amounts_)
rawMint(address to_, uint256 id_, uint256 amount_, bytes data_)
rawMintBatch(address to_, uint256[] ids_, uint256[] amounts_, bytes data_)
rawSafeBatchTransferFrom(address from_, address to_, uint256[] ids_, uint256[] amounts_, bytes data_)
rawSafeTransferFrom(address from_, address to_, uint256 id_, uint256 amount_, bytes data_)
rawSetApprovalForAll(address owner_, address operator_, bool approved_)
removeChild(address address_)
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
sealContract()
setApprovalForAll(address operator, bool approved)
setURI(uint256 tokenId_, string uri_)
transferOwnership(address newOwner)
unpause()
ApprovalForAll(address indexed account, address indexed operator, bool approved)
ChildAdded(address indexed address_)
ChildRemoved(address indexed address_)
ContractSealed()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
Unpaused(address account)
constructor(address royaltyRecipient_)
This contract contains no fallback and receive objects.
This contract contains no error objects.