MONEY

Unverified contract

Proxy

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

No balances found for "MONEY"

0x006ecfdb0b3a13becab37190cdf37823de998abb5e4223bc3ee3f175387c4857
0x5f023b880a79face41c885873f2e04d523a5c73d78d078744449c0cd985b9cc5
0x1b6e25282f7056605afb1cd99f84b0fc046ed3e96b69078cc1af2ff2322a6d96
0xa64d6f2091380ba4a513201a3e70865cfb08349defe2220ce963278fd70a6942
0xf3853d6c2840157311cbece06e082e8b293b3be095292c49d391d5c4fdfe40e8
0x5da7b9220ab9251ba2d5e6a40ecb850e2f0c44044b55940165f96973156fd7ee

Functions
Getter at block 23274006
bond(view returns (address)
0xc5a076cad94176c2996b32d8466be1ce757faa27
decimals(view returns (uint8)
18
name(view returns (string)
MONEY
symbol(view returns (string)
MONEY
totalSupply(view returns (uint256)
99188581123942839478783
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(