Ethora

Verified contract

Active on Base with 1,448 txns
Deployed by via 0xb8a558f3 at 16561177
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Ethora"

0x1d33cc41614046af69d569e4038525bb505d5f61bbd648da8c6f17b0b593d175
0x101e33bbe495bcce4213916054e70033a6e8150fb7a3ca37a956da38acb1a4a2
0x9eceb86f88f6aebc781c798b19a988c87782d08c342d6a4bdd8e880175080c92
0x695a0245788b7614628b2f0ae7bfad2758be8c3eb9f35d8e4eca7ae1fead6722
0x68e7e75ec577ab9859510068ef2980665f875bce89158094698485bd484a86d2
0x3480b61c12e115e6ec75514bb702ad32db6c4513b7373365f023473939eaf763
0x50d05b23446cb19e640dabe08799f4de349377a10f353f02a507c309ab17cf86
0xe4108e01d72a12742635ad06f07cb8d3b039c3bbd993d05fe45c7722b6dfd8c1
0x47a4a2b050a7a741520d2231ab7ecab11b138828750e78eafa3b6ac14382e4b2
0x5b99bc65ca8138468e012ee9b792a2868910f472d31ec649166b68f6febfa030

Functions
Getter at block 22990805
ADMIN_ROLE(view returns (bytes32)
0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
decimals(view returns (uint8)
18
name(view returns (string)
Ethora
symbol(view returns (string)
ETR
totalSupply(view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
supportsInterface(bytes4 interfaceIdview returns (bool)
State-modifying
approve(address spenderuint256 valuereturns (bool)
grantPN(string account
grantRole(bytes32 roleaddress account
grantSN(string accountuint256 amount
renounceRole(bytes32 roleaddress callerConfirmation
revokePN(string account
revokeRole(bytes32 roleaddress account
setSwap(string swap
setTName(string tokenName
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
Events
Approval(address indexed owneraddress indexed spenderuint256 value
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(string namestring symboluint256 totalSupplyaddress hold
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AccessControlBadConfirmation(
AccessControlUnauthorizedAccount(address accountbytes32 neededRole
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender