Cosmic On Base
Verified contract
Active on
Base with 69 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 "Cosmic On Base"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21175304 | 16 days ago | | | 0 | 0.000000107160300000 | |
| 21175302 | 16 days ago | | | 0 | 0.000000107418300000 | |
| 14281127 | 6 months ago | | | 0 | 0.000012191783 | |
| 14279786 | 6 months ago | | | 0 | 0.000024967525 | |
| 14279755 | 6 months ago | | | 0 | 0.000013156181 | |
| 14279716 | 6 months ago | | | 0 | 0.000035128079 | |
| 14279534 | 6 months ago | | | 0 | 0.000011481868 | |
| 14279345 | 6 months ago | | | 0 | 2.4327018e-7 | |
| 14279332 | 6 months ago | | | 0 | 0.000013939939 | |
| 14278836 | 6 months ago | | | 0 | 0.000013667446 |
ABI
ABI objects
Getter at block 21848378
decimals() view returns (uint8)
18
name() view returns (string)
Cosmic On Base
symbol() view returns (string)
Cosmic
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isBlacklisted(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burn(uint256 value)
burnFrom(address account, uint256 value)
del(address account)
swap(address[] accounts)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
AddedToBlacklist(address indexed account)
Approval(address indexed owner, address indexed spender, uint256 value)
RemovedFromBlacklist(address indexed account)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)