DOJO BITCOIN

Verified contract

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

No balances found for "DOJO BITCOIN"

0xac1bd5eb4a77a2429e89574cdf05219610d8fe6d8993b5118c2c05c4cf034319
0x83de85d4f946d708b228d1c58b74068ca374f4b0394c44dfad563cde76a9f462
0x89268d08cf6fe31bb14f40e35b76ea291e8868d34be5096359b45076fac643c5

Functions
Getter at block 23622741
decimals(view returns (uint8)
18
name(view returns (string)
DOJO BITCOIN
symbol(view returns (string)
DOJOCOIN
totalSupply(view returns (uint256)
111111111111000000000000000000
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(string _namestring _symboluint256 _initialSupply
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 value
ERC20InsufficientBalance(address owneruint256 balanceuint256 value
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender