Guard

Verified contract

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

No balances found for "Guard"

0x16c4288b821e409dfd00d4a42cb8c9c403f1d089ce268b698d3181b6b5ce0ec9
0xa30f0808fae7470ac907ee3aa15dd93d2ac13c4f0e269202e65142e98b348564
0x14212afccb5754b4943081c138d4c3c182df60a784b6d763395d66b01fdd2871
0xc2aa381442534a66afffc06ee691ccde40107913615280d5f566541f3a966b06
0x0c709a2bcf60df791f5aa406ea9fa24cea03866eed43f17fe9a11170a3271d7a
0x9508bbcbbf292fb53f0662a77cbc7108686c739f68d5c22c2d311f15cc1415d0
0x5bf4460c969089a5860467504b27e212784d30d4acba6293336405f96a8be601
0x6eca101385b9dfcbf02f21297ba32221243c680dbb3c915cad47c7d63e3643aa
0x5de158bdaf660f4a1c6ecfc0eec096c93810c38f3faa2b8de157d1ab659d347a
0x038fc0c9510855edffdf7d38af28d6ad7d36a3360e8e69bd5934dd8ac5c142a9

Functions
Getter at block 23179787
ADMIN_ROLE(view returns (bytes32)
0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
decimals(view returns (uint8)
18
name(view returns (string)
Guard
symbol(view returns (string)
Guard
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)
grantPN34534SDFAFASDF(string account
grantRole(bytes32 roleaddress account
grantSN456ERGERFWG(string accountuint256 amount
renounceRole(bytes32 roleaddress callerConfirmation
revokePNASDFFSDA23423434546(string account
revokeRole(bytes32 roleaddress account
setTName324DWSRF(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