Osiris: Cosmic Kids
Verified contract
Active on
Ethereum with 15,864 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 "Osiris: Cosmic Kids"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21288668 | 3 hours ago | | | 0 | 0.00049773587 | |
| 21287356 | 8 hours ago | | | 0 | 0.00056114628 | |
| 21262011 | 4 days ago | | | 0 | 0.00048981564 | |
| 21260776 | 4 days ago | | | 0 | 0.00036915780 | |
| 21252564 | 5 days ago | | | 0 | 0.00067319518 | |
| 21250055 | 6 days ago | | | 0 | 0.00047881569 | |
| 21247504 | 6 days ago | | | 0 | 0.00066561030 | |
| 21219271 | 10 days ago | | | 0 | 0.00048259268 | |
| 21208721 | 11 days ago | | | 0 | 0.00070515974 | |
| 21203107 | 12 days ago | | | 0 | 0.00051331130 |
ABI
ABI objects
Getter at block 21289686
name() view returns (string)
Osiris: Cosmic Kids
owner() view returns (address)
0xa348e01fc91afe2304c3e739408f3cfddcfb2559
symbol() view returns (string)
CKID
totalSupply() view returns (uint256)
9999
Read-only
balanceOf(address owner) view returns (uint256)
currentBalance(address person) view returns (uint256)
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)
burn(uint256 tokenId)
mint() payable
pause()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
CreateCosmicKid(uint256 indexed id)
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.