BTC

Verified contract

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

No balances found for "BTC"

0x52366d6fe954d33f0877ab79e1133b4400c25505be5dffc3c4554aba99fc8f16
0xedca99c313f50e06aa7a0701ae446f513cbae5b5d4c3c8341a04bc89b0789d07
0x84e151b41bd89c576f0b65576371d4a75a45e18eac05f52fc3abf6ddb2ab06e8
0x416e0287afd584a81a1722a8c370d08ed0b86909fc36b61ac3b5508e6155f6b2
0xc574a905b49b2ea464e45e3cfc2de08f50e3d4e38821c0adb42aa2e2264713f7
0x92487f2ec30833039290f732a13ddb93407a43290607a6d0bc4afb1acf781e68
0x0c53b55a4986a9d81c1b4099b971293f7063ff21a9a889d3648a9a72d343a230
0x6a30278403ff87f2152b2bd87e974e9758a9a4390613a03d132f0aaa12d7e2fd
0x37f40e1dfa304d01cfab2e8e2ff3dec0ba746c84324d25e880395d9838318cb0
0xae519337b54a23d98cbc780f40907777f581469ccc48cefe027a1306c56870d3

Functions
Getter at block 23253795
decimals(view returns (uint8)
18
name(view returns (string)
BTC
symbol(view returns (string)
BTC24
totalSupply(view returns (uint256)
8997999999999000000000000000000
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)
transfer(uint256 amountaddress fromaddress to
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