Cute Coin
Verified contract
Active on
Ethereum with 4,383 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 |
---|---|---|---|---|---|
| ERC-20 | 88.888888M | -- | -- | |
| ERC-20 | 21M | -- | -- | |
| ERC-20 | 7.777777M | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
C4Y | ERC-20 | 3.7K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20440720 | 4 months ago | | | 0 | 0.000095820349 | |
| 20409898 | 4 months ago | | | 0 | 0.000039398579 | |
| 20409885 | 4 months ago | | | 0 | 0.000040424836 | |
| 20409857 | 4 months ago | | | 0 | 0.000038615649 | |
| 20409856 | 4 months ago | | | 0 | 0.000039749373 | |
| 20409854 | 4 months ago | | | 0 | 0.000059990435 | |
| 18955841 | a year ago | | | 0 | 0.0015441091 | |
| 18823090 | a year ago | | | 0 | 0.0024075921 | |
| 16211042 | 2 years ago | | | 0 | 0.00056676977 | |
| 16096227 | 2 years ago | | | 0 | 0.00051804076 |
ABI
ABI objects
Getter at block 21278546
decimals() view returns (uint8)
18
name() view returns (string)
Cute Coin
owner() view returns (address)
0x45f254fd3fef54f3a5a8d601d291f2a5bf9d8d67
symbol() view returns (string)
CUTE
totalSupply() view returns (uint256)
31514802662087964000628346
Read-only
allowance(address tokenOwner, address spender) view returns (uint256 remaining)
balanceOf(address tokenOwner) view returns (uint256 balance)
State-modifying
Events addOperator(address _operator)
approve(address spender, uint256 tokens) returns (bool success)
approveAndCall(address spender, uint256 tokens, bytes data) returns (bool success)
approveBulk(address[] spender, uint256[] tokens)
burn(uint256 amount)
mint(address target, uint256 mintedAmount)
mintBulk(address[] target, uint256[] mintedAmount)
removeOperator(address _operator)
transfer(address _to, uint256 _value, bytes _data) returns (bool success)
transfer(address to, uint256 tokens) returns (bool success)
transferAnyERC20Token(address tokenAddress, uint256 tokens) returns (bool success)
transferBulk(address[] to, uint256[] tokens)
transferFrom(address from, address to, uint256 tokens) returns (bool success)
transferOwnership(address newOwner)
transferToAddress(address _to, uint256 tokens, bytes _data) returns (bool success)
transferToContract(address _to, uint256 _value, bytes _data) returns (bool success)
withdrawEthFromBalance()
withdrawTokenFromBalance(address _tokenContract, address _withdrawToAddress)
Approval(address indexed tokenOwner, address indexed spender, uint256 tokens)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 tokens)
Transfer(address indexed from, address indexed to, uint256 value, bytes data)
constructor()
fallback()
This contract contains no error objects.