PolygonEcosystemToken
Verified contract
Active on
Ethereum with 83,867 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
POL | ERC-20 | 87.56832K | $0.475277 |
$41,619.21 | |
MATIC | ERC-20 | 4.588815K | $0.477046 |
$2,189.08 | |
USDT | ERC-20 | 1.305988K | $0.999741 |
$1,305.65 | |
WETH | ERC-20 | 0.00992 | $3,297.79 |
$32.71 | |
ZIK | ERC-20 | 555.555556 | $0.000156 |
$0.09 | |
(#4553) | SMONKEYS | ERC-721 | 1 | -- | -- |
(#148) | SPAM | ERC-721 | 1 | -- | -- |
(#5313) | FF | ERC-721 | 1 | -- | -- |
(#303) | NANAS | ERC-721 | 1 | -- | -- |
(#3996) | TS | ERC-721 | 1 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21245020 | 5 minutes ago | | | 0 | 0.00069753308 | |
| 21245016 | 6 minutes ago | | | 0 | 0.00041456192 | |
| 21245014 | 6 minutes ago | | | 0 | 0.00036570081 | |
| 21245014 | 6 minutes ago | | | 0 | 0.00048722775 | |
| 21245011 | 7 minutes ago | | | 0 | 0.00065214301 | |
| 21245010 | 7 minutes ago | | | 0 | 0.00054998140 | |
| 21245007 | 8 minutes ago | | | 0 | 0.00042073953 | |
| 21245005 | 8 minutes ago | | | 0 | 0.00051773731 | |
| 21245004 | 8 minutes ago | | | 0 | 0.00078173383 | |
| 21245002 | 9 minutes ago | | | 0 | 0.00069344244 |
ABI
ABI objects
Getter at block 21245044
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 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)
(fields=0x0f, name=Polygon Ecosystem Token, version=1, chainId=1, verifyingContract=0x455e53cbb86018ac2b8092fdcd39d8444affc3f6, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
lastMint() view returns (uint256)
1732274759
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)
10305220780161527134365110637
version() pure returns (string)
1.1.0
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
nonces(address owner) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
grantRole(bytes32 role, address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address to, uint256 amount)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
updateMintCap(uint256 newCap)
updatePermit2Allowance(bool enabled)
Approval(address indexed owner, address indexed spender, uint256 value)
EIP712DomainChanged()
MintCapUpdated(uint256 oldCap, uint256 newCap)
Permit2AllowanceUpdated(bool enabled)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address migration, address emissionManager, address protocolCouncil, address emergencyCouncil)
This contract contains no fallback and receive objects.
InvalidAddress()
InvalidShortString()
MaxMintExceeded(uint256 maxMint, uint256 mintRequested)
StringTooLong(string str)