Elastic Euro
Verified contract
Active on
Ethereum with 198 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "Elastic Euro"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18733010 | a year ago | | | 0 | 0.00090272395 | |
| 16234419 | 2 years ago | | | 0 | 0.00038915167 | |
| 15601312 | 2 years ago | | | 0 | 0.00021845439 | |
| 12668594 | 3 years ago | | | 0 | 0.00028230600 | |
| 12322491 | 4 years ago | | | 0 | 0.0024937030 | |
| 12322467 | 4 years ago | | | 0 | 0.0024466521 | |
| 11945371 | 4 years ago | | | 0 | 0.0012714240 | |
| 11746284 | 4 years ago | | | 0 | 0.0037692762 | |
| 11732133 | 4 years ago | | | 0 | 0.0040905410 | |
| 11723852 | 4 years ago | | | 0 | 0.0050794630 |
ABI
ABI objects
Getter at block 21339271
EIP712_DOMAIN_SEPARATOR() view returns (bytes32)
0x35aa8cf03bd4ad0b8fd828733f21580a7841110a0cf6ec08985a541cd7ac2bdd
EIP712_PERMIT_TYPEHASH() view returns (bytes32)
0x6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c9
decimals() view returns (uint8)
18
name() view returns (string)
Elastic Euro
symbol() view returns (string)
eEUR
totalSupply() view returns (uint256)
7979982583601497812484119
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isMinter(address account) view returns (bool)
State-modifying
Events addMinter(address account)
approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount) returns (bool)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceMinter()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
MinterAdded(address indexed account)
MinterRemoved(address indexed account)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.