CLOUDEE SLEEPING CLUB
Verified contract
Active on
Ethereum with 1,221 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 "CLOUDEE SLEEPING CLUB"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20999573 | a month ago | | | 0 | 0.00019717247 | |
| 20695713 | 3 months ago | | | 0 | 0.000082771792 | |
| 20695711 | 3 months ago | | | 0 | 0.000076774014 | |
| 20695709 | 3 months ago | | | 0 | 0.000077833484 | |
| 20192863 | 5 months ago | | | 0 | 0.00024710564 | |
| 20162297 | 5 months ago | | | 0 | 0.00022577323 | |
| 18951249 | a year ago | | | 0 | 0.00054002631 | |
| 18915706 | a year ago | | | 0 | 0.00055485647 | |
| 18322337 | a year ago | | | 0 | 0.00046291908 | |
| 17705305 | a year ago | | | 0 | 0.00075337445 |
ABI
ABI objects
Getter at block 21305871
baseURI() view returns (string)
https://obs.sleepfuture.com/cloudee/
currentLuckyTokenID() view returns (uint256)
100000000489
currentTokenID() view returns (uint256)
1063
name() view returns (string)
CLOUDEE SLEEPING CLUB
owner() view returns (address)
0xc544c796e944a918467032899596d40f520b2092
paused() view returns (bool)
false
symbol() view returns (string)
CLOUDEE
totalSupply() view returns (uint256)
1551
Read-only
balanceOf(address owner) view returns (uint256)
checkAuthorized(address auth_) view returns (bool)
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)
tokensByOwner(address _account, uint256 _fromIdx, uint256 _toIdx) view returns (uint256[] _tokens)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256[] _tokenIds)
grantAuthorized(address auth_)
luckyMint(address _beneficiary)
mint(address _beneficiary)
mintBatch(address[] _beneficiaries)
pause()
renounceOwnership()
revokeAuthorized(address auth_)
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)
unpause()
updateBaseURI(string baseURI_)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
EventGrantAuthorized(address auth_)
EventRevokeAuthorized(address auth_)
Mint(address indexed to, uint256 indexed tokenID)
MintBatch(address[] beneficiaries, uint256 fromID, uint256 toID)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(string _name, string _symbol, string baseURI_)
This contract contains no fallback and receive objects.
NotAuthorizedNorOwner()