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 "Cosmic"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21245410 | 2 days ago | | | 0 | 0.00075368443 | |
| 21221876 | 6 days ago | | | 0 | 0.00056419648 | |
| 21221865 | 6 days ago | | | 0 | 0.00053982894 | |
| 21156400 | 15 days ago | | | 0 | 0.00066295531 | |
| 21010636 | a month ago | | | 0 | 0.00019816222 | |
| 20975686 | a month ago | | | 0 | 0.00030103380 | |
| 20926398 | 2 months ago | | | 0 | 0.00023079366 | |
| 20918608 | 2 months ago | | | 0 | 0.00030400151 | |
| 20637456 | 3 months ago | | | 0 | 0.000032260800 | |
| 20523999 | 3 months ago | | | 0 | 0.000057740558 |
ABI
ABI objects
Getter at block 21262986
baseTokenURI() view returns (string)
https://api.cosmicerc.com/
dataURI() view returns (string)
https://api.cosmicerc.com/static/
decimals() view returns (uint8)
18
minted() view returns (uint256)
238
name() view returns (string)
Cosmic
owner() view returns (address)
0x605cdd744310eddf2e3757b3170b53bdff213675
symbol() view returns (string)
COSMIC
totalSupply() view returns (uint256)
100000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
getApproved(uint256) view returns (address)
isApprovedForAll(address, address) view returns (bool)
ownerOf(uint256 id) view returns (address owner)
tokenURI(uint256 id) view returns (string)
whitelist(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amountOrId) returns (bool)
revokeOwnership()
safeTransferFrom(address from, address to, uint256 id)
safeTransferFrom(address from, address to, uint256 id, bytes data)
setApprovalForAll(address operator, bool approved)
setDataURI(string _dataURI)
setNameSymbol(string _name, string _symbol)
setTokenURI(string _tokenURI)
setWhitelist(address target, bool state)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amountOrId)
transferOwnership(address _owner)
Approval(address indexed owner, address indexed spender, uint256 amount)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ERC20Transfer(address indexed from, address indexed to, uint256 amount)
ERC721Approval(address indexed owner, address indexed spender, uint256 indexed id)
OwnershipTransferred(address indexed user, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed id)
constructor(address _owner)
This contract contains no fallback and receive objects.
AlreadyExists()
InvalidOwner()
InvalidRecipient()
InvalidSender()
NotFound()
Unauthorized()
UnsafeRecipient()