SimpFi

Verified contract

Active on Base with 37 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "SimpFi"

0x13e8b328637935db560986bf1cf1200b2824eb628430b2a52f4e96a3a8bdb66f
0x9b6776fda43cdacef147e817c49a5b0efc17cc172c183fbd1e1a87740aef81d0
0x371fd180a0b53af180ad6d30a4db41b52e73b910688611e6e29d9ff281bcc1d0
0x1cf8c9b15f603d6487dac8853a156034406d36550595a6f547318fde58c5e931
0x46c6e4ec5cf3dec98f679881b5c4c0e6efb51367121927d13609cb7cbe3a6706
0x7403de7d17277984aad3ed8b512b51983349e9e84f30547ed12924901206f611
0x71c1d3134a022fc864209d815160dc910cfce94c64f53be98497a76517d5d809
0x87cb295d034678322b9fdb93a9c66381c2971f0413d6d5bcc6182167f267b6b2
0x136fbc316f72a12a35f9666d71434f20881e242cea8beea78e3ab014ad518426
0x7d588b6686de2977a37e1851e6a62f2755c613f5289f9f2027241f6b65876375

Functions
Getter at block 22921697
decimals(view returns (uint8)
18
name(view returns (string)
SimpFi
symbol(view returns (string)
SIMP
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