TACOIN

Unverified contract

Proxy

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

No balances found for "TACOIN"

0xe18aa25671a2ac8bef6ddfe1ab572846a6c05c70c043f8a36bb34bfb0c905f18
0xaa2ea48d28d4166ed81ad8501f7d0a584bd6e926bed0256abf36b953d1fc5bb7
0x1bcdedf838aa0ec62a7f61ad923b3227c9705befedb825f9011a3f1288d55001
0x3403e9cb3dfcf041b64344f9943d81fafd79892c10cf483bee9c94306d114b35
0xc216412b9caac39835d12b6766868a06454585e58ed8ea5f34ee0a5db0bfd7fd
0xc8c1ceacc5f3f8203bf7358076696e3407108e4d89ad1b526c9af7072c51cf70
0x62b22be314727c8c9d873fa355210d60a33f3ef74d8e28a790b5aa6c0967b71b
0xba5aaf56cdaf89a18bb32a42fdde4235e97d3b56c5fade3e02d4a291b7a5cc50
0xc5f57b2fc81a6435b96e97f372a7e4455b77239fcdbd5ddd5c64822e04529076
0x8d2a10121dd3cb944fdd59b24d2ea3179229f5ab63f7e25a65147723a3d22fe7

Functions
Getter at block 23232854
bond(view returns (address)
0xc5a076cad94176c2996b32d8466be1ce757faa27
decimals(view returns (uint8)
18
name(view returns (string)
TACOIN
symbol(view returns (string)
$TACO
totalSupply(view returns (uint256)
2921885370747700902114535191
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
burnByBond(address accountuint256 amount
init(string name_string symbol_
mintByBond(address touint256 amount
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

This contract contains no constructor objects.

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
MCV2_Token__AlreadyInitialized(
MCV2_Token__PermissionDenied(