eRDuGaN the pResiDeNt

Verified contract

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

No balances found for "eRDuGaN the pResiDeNt"

0x6e33e33f4081e1503ffa208e8083b9cedd462ff5263b41454531b3b419cd1fb4
0xa84429525569eb900ff8913d0df6b759698b8a9fc43433d157c85ba3467e3906
0x752cf6f2f3375c4937d4e071fdbec6fe15fada8a62e74f8ece213406cb8b0aa5
0x6a52a87a5d1161a1bd7b36001c5369bdc22eb023284355ee7fdef81af86f4965
0x7b772db55d4fa199922ab1cd0baae1fac999efa6376fef1a9faee04ff8c2a0ec
0x12462256a858ab3663287978b23ff08025944d4c439aa419da72241e814757be
0x2fa1a45e4dc2f61573149d6f61c1be6ab09b4cc94a1e0e22321b74a499ed41b5
0xdcba10b81ddb3e4c3626f17b623a961b25fe428c236e72da00ab3fd406a0ef78
0xb61cad34db5041bd7a2b3361d171c02a7e3f620b27a7cd260f5841662b668ef8
0x449005adf928b4829aff6a53cd39a712b8b743d0aecb4decec1e3bf7d4863b68

Functions
Getter at block 22737771
decimals(view returns (uint8)
18
name(view returns (string)
eRDuGaN the pResiDeNt
symbol(view returns (string)
ERD
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