EURA (previously agEUR)
Verified contract
Proxy
Active on
Ethereum with 10,269 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 44 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 47 additional slots
2 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
HQG | ERC-20 | 5 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21243943 | 16 hours ago | | | 0 | 0.00060126627 | |
| 21240146 | a day ago | | | 0 | 0.00033576043 | |
| 21237838 | 2 days ago | | | 0 | 0.0013233621 | |
| 21237712 | 2 days ago | | | 0 | 0.00063185488 | |
| 21237712 | 2 days ago | | | 0 | 0.00063185488 | |
| 21234788 | 2 days ago | | | 0 | 0.00051974724 | |
| 21233596 | 2 days ago | | | 0 | 0.00060375553 | |
| 21229069 | 3 days ago | | | 0 | 0.00062271675 | |
| 21227799 | 3 days ago | | | 0 | 0.00027157203 | |
| 21222441 | 4 days ago | | | 0 | 0.0013914842 |
ABI
ABI objects
Getter at block 21248834
DOMAIN_SEPARATOR() view returns (bytes32)
0x7cd562791c8802693be3d732713fdd807428117218268db838898f3a5806398e
decimals() view returns (uint8)
18
name() view returns (string)
EURA (previously agEUR)
stableMaster() view returns (address)
0x5addc89785d75c86ab939e9e15bfbbb7fc086a87
symbol() view returns (string)
EURA
totalSupply() view returns (uint256)
20150259988436320258402546
treasury() view returns (address)
0x8667dbebf68b0bfa6db54f550f41be16c4067d60
treasuryInitialized() view returns (bool)
true
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isMinter(address) view returns (bool)
nonces(address owner) view returns (uint256)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
addMinter(address minter)
approve(address spender, uint256 amount) returns (bool)
burnFrom(uint256 amount, address burner, address sender)
burnSelf(uint256 amount, address burner)
burnStablecoin(uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
removeMinter(address minter)
setNameAndSymbol(string newName, string newSymbol)
setTreasury(address _treasury)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed spender, uint256 value)
Initialized(uint8 version)
MinterToggled(address indexed minter)
Transfer(address indexed from, address indexed to, uint256 value)
TreasuryUpdated(address indexed _treasury)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
BurnAmountExceedsAllowance()
InvalidSender()
InvalidTreasury()
NotGovernor()
NotMinter()
NotTreasury()
TreasuryAlreadyInitialized()