OneCoinToken

Verified contract

Active on Ethereum with 2 txns
Deployed by via 0x68f730da at 10913787
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "OneCoinToken"

0xdb8016a4a46a0e7277e549136f8c5f9cf82146ec898ee520b188766d7ecf3878
0x6d10dc564c9f43b7e660747c975be7b22cd4d9e9d19a449ce735741f93b32885

Functions
Getter at block 21331501
decimals(pure returns (uint8)
18
defaultOperators(view returns (address[])
[]
granularity(view returns (uint256)
1
name(view returns (string)
OneCoinToken
owner(view returns (address)
0xe1c5917db935f3a35164bec75ff4df6fd93fe696
symbol(view returns (string)
1CT
totalSupply(view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address holderaddress spenderview returns (uint256)
balanceOf(address tokenHolderview returns (uint256)
isOperatorFor(address operatoraddress tokenHolderview returns (bool)
State-modifying
approve(address spenderuint256 valuereturns (bool)
authorizeOperator(address operator
burn(uint256 amountbytes data
mint(uint256 amountaddress receiverAddress
operatorBurn(address accountuint256 amountbytes databytes operatorData
operatorSend(address senderaddress recipientuint256 amountbytes databytes operatorData
revokeOperator(address operator
send(address recipientuint256 amountbytes data
transfer(address recipientuint256 amountreturns (bool)
transferFrom(address holderaddress recipientuint256 amountreturns (bool)
Events
Approval(address indexed owneraddress indexed spenderuint256 value
AuthorizedOperator(address indexed operatoraddress indexed tokenHolder
Burned(address indexed operatoraddress indexed fromuint256 amountbytes databytes operatorData
Minted(address indexed operatoraddress indexed touint256 amountbytes databytes operatorData
RevokedOperator(address indexed operatoraddress indexed tokenHolder
Sent(address indexed operatoraddress indexed fromaddress indexed touint256 amountbytes databytes operatorData
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.