Cosmic Network
Verified contract
Active on
Ethereum with 2,343 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
COSMIC | ERC-20 | 8.146585K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21122656 | 2 hours ago | | | 0 | 0.00052004024 | |
| 21121651 | 6 hours ago | | | 0 | 0.00024956332 | |
| 21121647 | 6 hours ago | | | 0 | 0.00042538573 | |
| 21121129 | 7 hours ago | | | 0 | 0.00026226223 | |
| 21120769 | 8 hours ago | | | 0 | 0.00026892625 | |
| 21120352 | 10 hours ago | | | 0 | 0.00044642899 | |
| 21120327 | 10 hours ago | | | 0 | 0.00049264834 | |
| 21120312 | 10 hours ago | | | 0 | 0.00030584255 | |
| 21120141 | 11 hours ago | | | 0 | 0.00023075312 | |
| 21120048 | 11 hours ago | | | 0 | 0.00028994578 |
ABI
ABI objects
Getter at block 21123300
TIMELOCK() view returns (uint256)
86400
decimals() view returns (uint8)
18
initialSupply() view returns (uint256)
100000000000000000000000000
maxSupply() view returns (uint256)
200000000000000000000000000
mintExecutedCounter() view returns (uint256)
0
mintQueueCounter() view returns (uint256)
0
name() view returns (string)
Cosmic Network
owner() view returns (address)
0x99ba8b1b6657dd873aa491c83794862fc4ae4c6d
symbol() view returns (string)
COSMIC
totalSupply() view returns (uint256)
100000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
mintQueue(uint256) view returns (uint256 amount, address to, uint256 mintAfter, uint256 executedOn)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mintApprove(uint256 _id)
mintRequest(uint256 amount, address to)
renounceOwnership()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.