Vitaron

Verified contract

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

No balances found for "Vitaron"

0x5c41e25f4bb3cb4baf99b6e56d92ee9125f8aeea2605afad6859e3f55a0fde9b
0xf0177b84f827a9630567d36300d9fe7204eb9ba908d020e8b59f754530c08d58
0xfac2780e0d562802da3f849ea796b72e85cde98506d16031107530442773605f
0xc7adcd3473420aa9175eef073ae8525614834b39c5727205ee5cf013ccaa6699
0xa040f4422863f8cf06ac0aa8d15224ec1d11daa9e2e2b164ef132ca9cf61eab0
0x15696890fb3fabaed0d18c58340fb4e08fa0f9d575f01b277aba9521f1490536
0xf2d40af09135cccf9f005fbc5c6dca3df75b17d8f726314e5275a7bbf40af02c
0xfdf79525b99792a9c3156926a23cffc5e4eb5448a68caebe92d89874a0e662a2
0xaf18f6dd1bef79bd0a054363e058241ee51aba21e89df1e6bcc453b10a4e1772

Functions
Getter at block 23724476
decimals(view returns (uint8)
18
name(view returns (string)
Vitaron
symbol(view returns (string)
VITARON
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