TITAN BITCOIN

Verified contract

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

No balances found for "TITAN BITCOIN"

0xebe7d322cce3771abb7f1a09be7f54d33479ad88e370ad08e43ac24d2b8b0189
0xa3899b52b0a236688e79ae8db3c63b96129c4d0694930544311840f4712531a8
0xc7401d525e61a95fd7721cfc7ef2c72878412a11c8161dc6830c60b6b8ec112a
0x373155eef4260efdd88e860f38f9a0ea1e08b01244cd009e21b5417c57c07cca
0x0cc637ddb95d0dfd9a9ec72b4f9d8bc0d0a818c7c73d28cf3c0d2aa5f08a2552
0x6db8eba5e3694d7f269e8a2305f2c7e24fbfb6eceaaf5df85f429959ff42259e
0x584ab287f8b47ecd32929ed48c7a9865194fdcd5823b201532a58fc8a467ec26
0x08f15a65501a181062a9eec8cc6810e72b7e1e68e500c9d11c2f30a368bf948d
0x4ee33a62626ee5cd4bf1b8c582124897ba2e37ea6531a4abb3c0f54114e0f0db
0x58a24a55dd6d3ff838197c21a62d9d94990b907ee49574e43dc661ab0ff7f717

Functions
Getter at block 21160433
decimals(view returns (uint8)
18
name(view returns (string)
TITAN BITCOIN
symbol(view returns (string)
TBTC
totalSupply(view returns (uint256)
21000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
Events
Approval(address indexed owneraddress indexed spenderuint256 value
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(
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