Token Implementation

Verified contract

Implementation

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

No balances found for "Token Implementation"

0xc92b48932611b498cd0664787198ebbd9913b23337f0b1b9de98c1744e087a2f
0xd4cf599896b13acd9ee2fc48db9b0d308747790b0d7a6306be0440b49a1d8e5b

Functions
Getter at block 21841035
bond(view returns (address)
0xc9f109bcaac17cb25cd2a777dfc90db6196e743a
decimals(view returns (uint8)
18
name(view returns (string)
Token Implementation
symbol(view returns (string)
TOKEN_PLACEHOLDER
totalSupply(view returns (uint256)
0
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(