Cristiano Ronaldo

Verified contract

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

No balances found for "Cristiano Ronaldo"

0xdb5d5bcc60e595bbd0a79cfa8fe68d0fb330a05159eb798d3dd884653860a8c4
0x29026eb86ea0ee60a7f27df618b11b888490a9de9cba9c2181535c5b06070af0
0x18eec67343645ff5041c5d968908d2125d78d929c623c9e7d6bc340affb30a9a

Functions
Getter at block 22066452
decimals(view returns (uint8)
18
name(view returns (string)
Cristiano Ronaldo
symbol(view returns (string)
RONALDO
totalSupply(view returns (uint256)
550000000000000000000000000000
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 namestring symboluint256 initialSupply
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