The Coin

Verified contract

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

No balances found for "The Coin"

0x1ec8141edcc9c294997075763ed45ace9514cdb7a1a04e5acae125b93d50b576
0x6977838d0114ca13dfa2e6195561ec8e946ebf70491f053246a73d4adc491389
0x17b68a62f49f68024442d4bf29d3527f1b7850b54f0494a56e71526f20f95e01
0xcef1633ba1570c1a08d9953ae43b6cf7bc045a6735c8eea4f251f79cf2fb1d90
0x5eaa6e863cbb0b43193473295f354f3c43ca6ea682df62adffc7874df5d3a163
0xa15a856ed2f5fe2b14c6c377c04b0bdb55db5f848ccd24708f46e2402815247b
0x58f9ebb6100a3627d13a3c7a422b8c420a64f48d317a5c5ce560fe3fa801bd6e
0xfb7ae7f00c0fceede986a491de68a8d5214a7cfce13aca436dd209429090f1b5
0x9f377c64786d4d882ba5ed2fd66382d889bc12e49896a8b55457b7dae6ae5f45
0x420cb59c65a67e7ad02c3d917309f068de4e704c5e3ed20ce2a6ad5d35ccd5e5

Functions
Getter at block 21202313
decimals(pure returns (uint8)
18
name(view returns (string)
The Coin
owner(view returns (address)
0x0000000000000000000000000000000000000000
supplyOfOne(view returns (uint256)
1000000000000000000
symbol(view returns (string)
COIN
totalSupply(view returns (uint256)
991075194168637149
uniFeeBps(view returns (uint256)
30
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 amountreturns (bool)
burn(uint256 amount
renounceOwnership(
transfer(address recipientuint256 amountreturns (bool)
transferFrom(address senderaddress recipientuint256 amountreturns (bool)
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed spenderuint256 value
Burn(uint256 value
Deployed(address cauint256 timestampuint256 block
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(
Fallback and receive
receive(
Errors
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account