DeGate Token

Verified contract

Active on Ethereum with 7,138 txns
Deployed by via 0x40c5c6c1 at 11963886
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $5,077.35
0xfb5fe412e4b67ae996629da95a049dc5a03277d3229b874bbf1b797fc6dbde38
0x6de0511728150dc810cd1f439a4a6f017225b154d2d9d2a26bf3078d4bb48bf3
0x986ab0285b9996f9ccca641c3e9f19d30778996c8cb689f5cacf29eaedc0a060
0x0623de2029902926bf80e65b817bb72f376ecdffd1e2ef660695e278dd41d4a1
0x63a37e7c2a366c7ae9ef8273f4d179d78122f1c9dd11a3dc0b5d9ceea669c618
0x2dac115ceb46d8e19221b230aa7aae53f2c6a4f8f7785f2205adf9f9f0eb2e60
0x41895b1eb1acdc5f0266772d0f322bdad6a58b5a0bf04e37cb5ea777ba2f6832
0x2c22ca763b8997992a7d75114855047ed6455ebda7159d5ad4da366979fb168c
0xa4cd826b7d5d81235cc565c72479d1455aae7c101770fbe9e6c672d54341a91a
0xb48a21dae0d1040d8619876454c6ceb86bcb18fc9cb8ed486cd03979df12fa4a

Functions
Getter at block 21263844
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTER_ROLE(view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
PAUSER_ROLE(view returns (bytes32)
0x65d7a28e3265b37a6474929f336521b332c1681b933f6cb9f3376673440d862a
decimals(view returns (uint8)
18
name(view returns (string)
DeGate Token
paused(view returns (bool)
false
symbol(view returns (string)
DG
totalSupply(view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
getRoleAdmin(bytes32 roleview returns (bytes32)
getRoleMember(bytes32 roleuint256 indexview returns (address)
getRoleMemberCount(bytes32 roleview returns (uint256)
hasRole(bytes32 roleaddress accountview returns (bool)
State-modifying
approve(address spenderuint256 amountreturns (bool)
burn(uint256 amount
burnFrom(address accountuint256 amount
decreaseAllowance(address spenderuint256 subtractedValuereturns (bool)
grantRole(bytes32 roleaddress account
increaseAllowance(address spenderuint256 addedValuereturns (bool)
mint(address touint256 amount
pause(
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
transfer(address recipientuint256 amountreturns (bool)
transferFrom(address senderaddress recipientuint256 amountreturns (bool)
unpause(
Events
Approval(address indexed owneraddress indexed spenderuint256 value
Paused(address account
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
Unpaused(address account
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.