Sharpe AI

Verified contract

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

No balances found for "Sharpe AI"

0x6c4a1c63fea41ba49a69a4e5b0a90e8e1ad2f260bd12f618ff4ef080fc9b6010
0xb6860cd4ba9f21ec74d54b1f073383182c97ae60bfd44e82b2aeb2e710849eab
0x6e13a6789b1a976b2a442d94b1d0395e4581a56b3ef01f96b38a16c6b9736626
0x734400ba7ea64709c3ae17a9b754cbd79dc16c32f584361d0e8ac12aab7e2671
0xb5639fe48f0d30c82f5a8e85fe4b08357f150125736bd1ccdb844e2be501d822
0x08e251954eab9f8cdd9b80e9969a466a997b7dd3b29a3b896473aec2b406e2ea
0xb314e49ccd4e5ae5ba12e158bccf257a6fc6b5b346c08e1090c55bbf270fe2ef
0xccbe1f50392f583f4cd6acfe3b722f8c4a2e37752d091a516928995a83894993
0xd93d42613ef57c3ad17d6998a61d0c9e4a0f0d2cd40150996af39e12e4bcb5f7
0x74b590c208f9d4d230990f5badb564796a922c5402c2e6628a86efdb264bf754

Functions
Getter at block 23078997
ADMIN_ROLE(view returns (bytes32)
0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
decimals(view returns (uint8)
18
name(view returns (string)
Sharpe AI
symbol(view returns (string)
Sharpe
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