Real

Verified contract

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

No balances found for "Real"

0x2147eee6dc08eca115560650a375f3e44f55b03cb8ee03497eeb22ec9628220d
0x2f75ab506567f4aacc5c3adb6ef2ce7cdf6f3c3cc86547eed3458666c5f27b00
0xf00034e66543d2ec7d490598afbd2d13229ec7f8eb3c88300b40b9d097287083
0x6cae2fab33eab0816a5fbee14e810206666158f5795e9754b4a0158171b1d4c8
0xccab1047caa9248ebe522516ca85db5d45b8fd121719c48bb3bfc0002fda4734
0xd6d6364c1c855209dd88e4fd3fc8f2492c44c1303ac5029854b9b9b8b5741433
0x437225ba518703df8705bab8127ccd70e20377f55a795db17a35f318e8681cfd
0xec1e0383694c8c2eb2701b09728252ebf0d6b2546673faf58263c83c3741f0ca
0x13a92bf1e49615788bd73820b10d12cb9a7f548a8d6310e24849d73dc81d24ad
0x442d6bcd6d52e47f05b7122cb5dac5d93d07931dad191524d68a95832378abfc

Functions
Getter at block 23748252
decimals(view returns (uint8)
18
name(view returns (string)
Real
symbol(view returns (string)
REAL
totalSupply(view returns (uint256)
1000000000000000000000000000
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