Tuition Coin

Verified contract

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

No balances found for "Tuition Coin"

0xbeba012c2427c92d5790174157739a92568371db6231cbb56ad329e7d06c5d48
0xf7ab77139150a068fd348c989119894822dedcc8f25fd837753ff5a58cc44a0a
0x3a691288c0c0adef915610feb76e8b60dc4438ee51dc95e655d2622560b6e843
0xa054bf08de000fa3eaf35a3fdac7259746c50f6315467b9a6465a3af1d196530
0x1cf575a05d2eff2894580cc458b3d7efbbad73d71b0fade1dab8b6d006b00603
0x74b07814d1c44cd621bcdc721f67386f9d48b7fdf1a34b4021336948abcdf468
0xbc083b3a33c617a323f4fa20c65c79f2466c98e9ccf6d2b4f6163e4be7b48e3f
0x4a37f2caa37bc28659a1b7b26342108ff1b13eb3fc22707cb2099ced33340ab9
0x5be1cffaea0bb852c74ba65c8f062aed31d197763327f83317d829de779b3f69
0x0fd8b3ee94e630c411fdbbf67017ddd2966ab4f1fd0d0d718b912a1951ac2932

Functions
Getter at block 21293154
decimals(view returns (uint8)
18
name(view returns (string)
Tuition Coin
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
TUIT
totalSupply(view returns (uint256)
10000000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
burn(uint256 value
burnFrom(address accountuint256 value
renounceOwnership(
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed spenderuint256 value
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(address initialOwner
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
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account