Anchored Coins EUR
Verified contract
Proxy
Active on
Ethereum with 424 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 48 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
2 additional
variables
Balances ($0.00)
No balances found for "Anchored Coins EUR"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21021085 | 20 days ago | | | 0 | 0.00067844797 | |
| 20940593 | a month ago | | | 0 | 0.00077813295 | |
| 20843485 | a month ago | | | 0 | 0.00083170189 | |
| 20805584 | 2 months ago | | | 0 | 0.00039640152 | |
| 20805321 | 2 months ago | | | 0 | 0.0010060502 | |
| 20779164 | 2 months ago | | | 0 | 0.0011091186 | |
| 20770692 | 2 months ago | | | 0 | 0.00032913577 | |
| 20761666 | 2 months ago | | | 0 | 0.00059159622 | |
| 20700378 | 2 months ago | | | 0 | 0.000087020000 | |
| 20700339 | 2 months ago | | | 0 | 0.00013612918 |
ABI
ABI objects
Getter at block 21162571
DOMAIN_SEPARATOR() view returns (bytes32)
0xa323dee9b2586e4ffafcf32527eea7dfc39161e4ba72c0af01c1badef81e804f
decimals() view returns (uint8)
18
name() view returns (string)
Anchored Coins EUR
owner() view returns (address)
0x1eea4ee3f31ba4e3276c00ee618df6f2cc59f002
paused() view returns (bool)
false
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
AEUR
totalSupply() view returns (uint256)
56504499900000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
frozen(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
acceptOwnership()
approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
freeze(address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(string _name, string _symbol)
mint(uint256 amount) returns (bool)
pause()
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceOwnership()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unfreeze(address account)
unpause()
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed caller, address indexed from, uint256 amount)
Freeze(address indexed caller, address indexed account)
Initialized(uint8 version)
Mint(address indexed caller, address indexed to, uint256 amount)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 value)
Unfreeze(address indexed caller, address indexed account)
Unpaused(address account)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.