Carats Token
Verified contract
Active on
Ethereum with 180 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 |
---|---|---|---|---|---|
C4Y | ERC-20 | 3.7K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20383486 | 5 months ago | | | 0 | 0.00018020553 | |
| 18168505 | a year ago | | | 0 | 0.00059574480 | |
| 18168475 | a year ago | | | 0 | 0.00052226000 | |
| 17707799 | a year ago | | | 0 | 0.0013882333 | |
| 17636376 | a year ago | | | 0 | 0.00094742000 | |
| 17471041 | a year ago | | | 0 | 0.0011984423 | |
| 16140423 | 2 years ago | | | 0 | 0.00064675739 | |
| 15678287 | 2 years ago | | | 0 | 0.00026120349 | |
| 14776173 | 3 years ago | | | 0 | 0.0018760160 | |
| 14776160 | 3 years ago | | | 0 | 0.0012213471 |
ABI
ABI objects
Getter at block 21389201
DECIMALS() view returns (uint8)
18
KYC_ROLE() view returns (string)
KycEnabled
LIMITED_ADMIN() view returns (string)
limitedAdmin
NAME() view returns (string)
Carats Token
SUPER_ADMIN() view returns (string)
superAdmin
SYMBOL() view returns (string)
CARAT
acm() view returns (address)
0x0971fdb3e627f9480f08b6e80d6bc3047742eb6c
decimals() view returns (uint8)
18
name() view returns (string)
Carats Token
symbol() view returns (string)
CARAT
totalSupply() view returns (uint256)
2000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
checkRole(address addr, string roleName) view
hasRole(address addr, string roleName) view returns (bool)
State-modifying
Events addRole(address addr, string roleName)
addRoles(address[] addrs, string roleName)
approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
mint(address _to, uint256 _amount) returns (bool)
removeRole(address addr, string roleName)
removeRoles(address[] addrs, string roleName)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
Mint(address indexed to, uint256 amount)
MintFinished()
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address acm)
This contract contains no fallback and receive objects.
This contract contains no error objects.