ParamToken
Verified contract
Active on
Ethereum with 3,821 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "ParamToken"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21249305 | 19 minutes ago | | | 0 | 0.00056027136 | |
| 21249224 | 36 minutes ago | | | 0 | 0.00070743968 | |
| 21249204 | 40 minutes ago | | | 0 | 0.00071834998 | |
| 21248456 | 3 hours ago | | | 0 | 0.00050234544 | |
| 21248444 | 3 hours ago | | | 0 | 0.00061655280 | |
| 21248408 | 3 hours ago | | | 0 | 0.00049460960 | |
| 21248394 | 3 hours ago | | | 0 | 0.00067086894 | |
| 21248394 | 3 hours ago | | | 0 | 0.00070715169 | |
| 21248385 | 3 hours ago | | | 0 | 0.00044898012 | |
| 21248382 | 3 hours ago | | | 0 | 0.00045265884 |
ABI
ABI objects
Getter at block 21249400
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
DOMAIN_SEPARATOR() view returns (bytes32)
0xc0203f5234a0439ed895adbd1cbbced7f7c0f6f1631647d5c03cedc307ce8946
MANAGER() view returns (bytes32)
0xaf290d8680820aad922855f39b306097b20e28774d6c1ad35a20325630c3a02c
OPERATOR() view returns (bytes32)
0x523a704056dcd17bcf83bed8b68c59416dac1119be77755efe3bde0a64e46e0c
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=ParamPermit, version=1, chainId=1, verifyingContract=0x69a1e699f562d7af66fc6cc473d99f4430c3acd2, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
maxAmount() view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
name() view returns (string)
Param
startTime() view returns (uint256)
0
symbol() view returns (string)
PARAM
totalSupply() view returns (uint256)
2000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
blacklist(address) view returns (bool)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
nonces(address owner) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
whitelist(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
emergencyTokens(address token, address to)
grantRole(bytes32 role, address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
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)
updateBlacklist(address addr, bool status)
updateTradeTime(uint256 time, uint256 amount)
updateWhitelist(address addr, bool status)
Approval(address indexed owner, address indexed spender, uint256 value)
EIP712DomainChanged()
EmergencyERC20Tokens(address indexed token, address to)
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)
UpdateBlacklist(address indexed addr, bool status)
UpdateTradeTime(uint256 startTime, uint256 amount)
UpdateWhitelist(address indexed addr, bool status)
constructor()
This contract contains no fallback and receive objects.
InvalidShortString()
StringTooLong(string str)