ErcProtocol
Verified contract
Active on
Ethereum with 348 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "ErcProtocol"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20898617 | a month ago | | | 0 | 0.00015836740 | |
| 20678535 | 2 months ago | | | 0 | 0.00026217299 | |
| 19167384 | 9 months ago | | | 0 | 0.0028146324 | |
| 18601199 | a year ago | | | 0 | 0.00038739474 | |
| 18470972 | a year ago | | | 0 | 0.00098252890 | |
| 17671071 | a year ago | | | 0 | 0.0018701359 | |
| 17571557 | a year ago | | | 0 | 0.0012310302 | |
| 17557711 | a year ago | | | 0 | 0.00054340195 | |
| 17515756 | a year ago | | | 0 | 0.0011121544 | |
| 17508379 | a year ago | | | 0 | 0.00055989406 |
ABI
ABI objects
Getter at block 21209682
DELEGATION_TYPEHASH() view returns (bytes32)
0xe48329057bfd03d55e49b547132e39cffd9c1820ad7b9d4c5307691425d15adf
DOMAIN_TYPEHASH() view returns (bytes32)
0x8cad95687ba82c2ce50e74f7b754645e5117c3a5bec8151c0726d5857980a866
MINIMUM_TIME_BETWEEN_MINTS() view returns (uint32)
31536000
MINT_CAP() view returns (uint8)
2
decimals() view returns (uint8)
18
minter() view returns (address)
0x4e3d43006b91201fa545af8e01b343d58eafd8ab
mintingAllowedAfter() view returns (uint256)
1805650163
name() view returns (string)
ErcProtocol
symbol() view returns (string)
EP
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address account, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
checkpoints(address, uint32) view returns (uint32 fromBlock, uint96 votes)
delegates(address) view returns (address)
getCurrentVotes(address account) view returns (uint96)
getPriorVotes(address account, uint256 blockNumber) view returns (uint96)
nonces(address) view returns (uint256)
numCheckpoints(address) view returns (uint32)
State-modifying
Events approve(address spender, uint256 rawAmount) returns (bool)
delegate(address delegatee)
delegateBySig(address delegatee, uint256 nonce, uint256 expiry, uint8 v, bytes32 r, bytes32 s)
mint(address dst, uint256 rawAmount)
setMinter(address minter_)
transfer(address dst, uint256 rawAmount) returns (bool)
transferFrom(address src, address dst, uint256 rawAmount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 amount)
DelegateChanged(address indexed delegator, address indexed fromDelegate, address indexed toDelegate)
DelegateVotesChanged(address indexed delegate, uint256 previousBalance, uint256 newBalance)
MinterChanged(address minter, address newMinter)
Transfer(address indexed from, address indexed to, uint256 amount)
constructor(address account, address minter_, uint256 mintingAllowedAfter_)
This contract contains no fallback and receive objects.
This contract contains no error objects.