Edelcoin
Verified contract
Proxy
Active on
Ethereum with 666 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 1 additional slot
-
variable spans 45 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
1 additional
variable
Balances ($0.00)
No balances found for "Edelcoin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21327801 | 7 days ago | | | 0 | 0.0012592923 | |
| 21327776 | 7 days ago | | | 0 | 0.0011920175 | |
| 21323386 | 8 days ago | | | 0 | 0.0016759170 | |
| 21313929 | 9 days ago | | | 0 | 0.00071153289 | |
| 21277595 | 14 days ago | | | 0 | 0.00052131805 | |
| 21271090 | 15 days ago | | | 0 | 0.00055559914 | |
| 21255058 | 17 days ago | | | 0 | 0.00069232785 | |
| 21255013 | 17 days ago | | | 0 | 0.00072298396 | |
| 21253950 | 17 days ago | | | 0 | 0.00093349981 | |
| 21249890 | 18 days ago | | | 0 | 0.00067189536 |
ABI
ABI objects
Getter at block 21377814 renounceOwnership() view
decimals() view returns (uint8)
6
getHash() view returns (string)
QmZv5CB2KQnLgBcJXZrvfeBunKsv6ZFobYufLrV8r3aZZR
getUrl() view returns (string)
ipfs://QmZv5CB2KQnLgBcJXZrvfeBunKsv6ZFobYufLrV8r3aZZR
name() view returns (string)
Edelcoin
owner() view returns (address)
0x170afa6ea6e9d17d629226db0f72de6489eab038
paused() view returns (bool)
false
symbol() view returns (string)
EDLC
totalSupply() view returns (uint256)
5516931200000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
balanceOfAt(address account, uint256 snapshotId) view returns (uint256)
isBlacklisted(address account) view returns (bool)
totalSupplyAt(uint256 snapshotId) 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
approve(address spender, uint256 amount) returns (bool)
blacklist(address account)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize()
mint(address to, uint256 amount)
pause()
setHashAndUrl(string newHash, string newUrl)
snapshot() returns (uint256)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unblacklist(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)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Snapshot(uint256 id)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.