Curio Gas Token

Verified contract

Active on Ethereum with 1,078 txns
Deployed by via 0xcb67ebbb at 19589010
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Curio Gas Token"

0xacc189a808646c6ff829a583defcdd1ca9cb42f8bdd691ef98d08bd8c42e61f5
0x3700f20ebc46fa27ccf00483adace9d74018012695206f2fb9601e9d49bf9263
0x49e6fed6534769bab55de00ac0d8f8dbe5851082b2da5a7f190d6ef5694c961b
0x17af5f4c81456badec31d0ba17fb3a19b71a5cfc0b176a20264fcce50d00e6ce
0xa983b029d60dfbda0a95430c96b5fb53b2772a256d4a481a12f6bc5c5308e0db
0xb01e8292d054fd0613bd338d3c63351bdb6eb7c0f3c6e2417282a088a3e218b8
0xdd2f8691d7a0d9222275dd5d8a64a107e441ec83007805ca665105f0a4202932
0x4cf0cca3c96a7552a746eab202c60b03acbde2711d288b755d5030a9747ba950
0x82529dd636b675f97f9950fb15ce5022bc633f30a41af7ae5c0111417fd45cc7
0x6b6a3dd55d0ad67e23f2fbfd8d1a555872b878711a8c70cf97f8413d62a0a684

Functions
Getter at block 21282472
decimals(view returns (uint8)
18
name(view returns (string)
Curio Gas Token
symbol(view returns (string)
CGT2.0
totalSupply(view returns (uint256)
100000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
State-modifying
approve(address spenderuint256 valuereturns (bool)
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
Events
Approval(address indexed owneraddress indexed spenderuint256 value
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(address account
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender