maretus

Verified contract

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

No balances found for "maretus"

0x232e04523ad62bec3a090c8bf02dbcf6f2e5a7b576167a1b3ebf5d8caeb25991
0x126a8fd949d972e7ccdc1e87d4ecc77c107da389b9b9fcabcb6a3bbccd668aac
0x2bdbb49483f295ffd73f5219428885ad4104d4f1b3a71960445a3785fc484967
0x7820b7d833d28f3814b17105b0f5b34d6dfcb40a0c1ce161844a7ad0ec6a0820
0xe2946e2e3bf0ad3a8f288704387d51bbee0361493df047159c4da998fcee5e70
0x613665225612adc5b7fe6f6c0633cba6b4a15d65c543a32003d2bab3a227c133
0x0afbd86834968ffd6d1975643daa97a7cbc56a0078b2f74dd7e87040d049a807
0x95e5b1e0c8850f9c9dd705ba002d335b52bbe5e7ce71b13c9168782530b87716
0x703cdaed3aacf54763cef087739594598ba6627b06ddd65f84ef2e42de64cbd5
0x9f2b7d437439ef4c212a1ac989a6a66d3e7b740db3ee69d0f7b34f8158116b97

Functions
Getter at block 23760874
decimals(view returns (uint8)
18
name(view returns (string)
maretus
symbol(view returns (string)
MRTS
totalSupply(view returns (uint256)
100000000000000000000000000000
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 name_string symbol_uint256 maxSupply_
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