CateCoin

Unverified contract

Proxy

Active on Base with 241 txns
Deployed by via 0x78c71477 at 17917181
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "CateCoin"

0x1de1e8489892428c93c440ef2d91004a9b29ae2d0e33b241abd6d23da93c3a4e
0x773c45e01ce16efe9ad7d0acba9e242f5989bdb279a010ab403138c6f4ff7cb8
0x51ca39940062b1e37e6c53db5bdcede223b717e38a48a1841bde6f8aea514548
0xa01a4a3767a291521d50343a26e641fe152551247753bd6481c73ab566a01a20
0x8d0196c1f071e10facb441123006ce964da3fbe6d724a9684b8b56a1dd5fa806
0x94e07efdfa2289b04790662af9f2912f91bc3c5e99e4cfcb9594cf6e536f2706
0xa9eb6daee130c4372368c64865627332592ea0d339788aece7c7cb88134f7e77
0x8d280480248bf678b4e45d7d471858331ef54310ba73391533315a2dfe7ed2c4
0xae01aedbe38b9b5acf962bc796935ad8d22a6322a867ef2d752e5ed4521fad0c
0x6122062c543d0a528653421ce17b52308eaee94b2a4eb92c438232cbe4069a0f

Functions
Getter at block 21808341
DOMAIN_SEPARATOR(view returns (bytes32)
0x7b1443ca962b17734cd11cb2abb3ab0cf0ded813327f6d82caba872a2ccb666a
decimals(view returns (uint8)
9
interchainTokenId(view returns (bytes32)
0x06cf29ba710ac6ade3f1b0ca6fbce28ac5c14bcd34f47a51c650b220f4cfb233
interchainTokenService(view returns (address)
0xb5fb4be02232b1bba4dc8f81dc24c26980de9e3c
name(view returns (string)
CateCoin
nameHash(view returns (bytes32)
0x145fac324df34dba585514920b8789102ea18b27880906fe1fec9a13f02bb310
symbol(view returns (string)
CATE
totalSupply(view returns (uint256)
565378613146460530844
Read-only
allowance(addressaddressview returns (uint256)
balanceOf(addressview returns (uint256)
hasRole(address accountuint8 roleview returns (bool)
isMinter(address addrview returns (bool)
nonces(addressview returns (uint256)
State-modifying
acceptMintership(address fromMinter
approve(address spenderuint256 amountreturns (bool)
burn(address accountuint256 amount
decreaseAllowance(address spenderuint256 subtractedValuereturns (bool)
increaseAllowance(address spenderuint256 addedValuereturns (bool)
init(bytes32 tokenId_address minterstring tokenNamestring tokenSymboluint8 tokenDecimals
interchainTransfer(string destinationChainbytes recipientuint256 amountbytes metadatapayable 
interchainTransferFrom(address senderstring destinationChainbytes recipientuint256 amountbytes metadatapayable 
mint(address accountuint256 amount
permit(address issueraddress spenderuint256 valueuint256 deadlineuint8 vbytes32 rbytes32 s
proposeMintership(address minter_
transfer(address recipientuint256 amountreturns (bool)
transferFrom(address senderaddress recipientuint256 amountreturns (bool)
transferMintership(address minter_
Events
Approval(address indexed owneraddress indexed spenderuint256 value
RolesAdded(address indexed accountuint256 accountRoles
RolesProposed(address indexed fromAccountaddress indexed toAccountuint256 accountRoles
RolesRemoved(address indexed accountuint256 accountRoles
Transfer(address indexed fromaddress indexed touint256 value
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
AlreadyInitialized(
InterchainTokenServiceAddressZero(
InvalidAccount(
InvalidProposedRoles(address fromAccountaddress toAccountuint256 accountRoles
InvalidS(
InvalidSignature(
InvalidV(
MissingAllRoles(address accountuint256 accountRoles
MissingAnyOfRoles(address accountuint256 accountRoles
MissingRole(address accountuint8 role
PermitExpired(
TokenIdZero(
TokenNameEmpty(
TokenSymbolEmpty(