PolygonEcosystemToken

Verified contract

Active on Ethereum with 28,765 txns
Deployed by via 0x2a8873bd at 18426253
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $1,857.4
ERC-20
Value $447.37
ERC-20
Value $0.06
0x50073c13ee0211fc606ae55599155763cec8686f16d6f844feca63c8bbd9bf7b
0x292caf7cad8986424d355a10b6412fcd2f7e62866285155323932555dac4a24a
0xb3e88db7d83ed17bd2817e7a199bcd03fd7eebd14af08474f7bfc918b84d826e
0xd2bae6c5b15eb81f1ff82ab162bafc4e096c16c09285ba76d85a7cd5c0dc980d
0x74e391bb44c118dafad283b1ebc64e64095c78c3cdfa89265c98655078c55a43
0x43206fdf6cc2a4f920950d7db36946c6f6ca65acc9e485fae159f382a42c1d12
0x13ae12e7b1112a4883351165c7155c80a8aa8fa1904399318a9c5dece919b621
0x4acccf9655753a06fbe8f507692ae6e11c231af67ceeb9fa130ba269d18383f4
0xd9d97c3e081e3b0258e249627e86f5776ef508944c60926cb5dc31516526e45f
0xa815ea70f4e0f4dddc00f53a81e934e7bf9b45d9a18f5f8c17dc70550b674c71

Functions
Getter at block 20790690
CAP_MANAGER_ROLE(view returns (bytes32)
0x027f9f680a0c6704fd9796b55c67fe885252243966ecb05a88f3e7873c845d9a
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
DOMAIN_SEPARATOR(view returns (bytes32)
0xb229387d8db422d84103ea5884522a783e8f8b570d17cc1e9bb39959983346f8
EMISSION_ROLE(view returns (bytes32)
0x573321b8a13c75b2702bc4b0ad9afaae98bf6985285411964a564e68bf6da1c9
PERMIT2(view returns (address)
0x000000000022d473030f116ddee9f6b43ac78ba3
PERMIT2_REVOKER_ROLE(view returns (bytes32)
0xbd4c1461ef59750b24719a44d7e2a7948c57fd12c98e333541b7ea7b61f07cb7
decimals(view returns (uint8)
18
eip712Domain(view returns (bytes1 fieldsstring namestring versionuint256 chainIdaddress verifyingContractbytes32 saltuint256[] extensions)
(fields=0x0f, name=Polygon Ecosystem Token, version=1, chainId=1, verifyingContract=0x455e53cbb86018ac2b8092fdcd39d8444affc3f6, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
lastMint(view returns (uint256)
1726552967
mintPerSecondCap(view returns (uint256)
13370000000000000000
name(view returns (string)
Polygon Ecosystem Token
permit2Enabled(view returns (bool)
true
symbol(view returns (string)
POL
totalSupply(view returns (uint256)
10259155118486773212109454046
version(pure returns (string)
1.1.0
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)
nonces(address ownerview returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
State-modifying
approve(address spenderuint256 amountreturns (bool)
decreaseAllowance(address spenderuint256 subtractedValuereturns (bool)
grantRole(bytes32 roleaddress account
increaseAllowance(address spenderuint256 addedValuereturns (bool)
mint(address touint256 amount
permit(address owneraddress spenderuint256 valueuint256 deadlineuint8 vbytes32 rbytes32 s
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
transfer(address touint256 amountreturns (bool)
transferFrom(address fromaddress touint256 amountreturns (bool)
updateMintCap(uint256 newCap
updatePermit2Allowance(bool enabled
Events
Approval(address indexed owneraddress indexed spenderuint256 value
EIP712DomainChanged(
MintCapUpdated(uint256 oldCapuint256 newCap
Permit2AllowanceUpdated(bool enabled
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(address migrationaddress emissionManageraddress protocolCounciladdress emergencyCouncil
Fallback and receive

This contract contains no fallback and receive objects.

Errors
InvalidAddress(
InvalidShortString(
MaxMintExceeded(uint256 maxMintuint256 mintRequested
StringTooLong(string str