Akropolis Delphi
Verified contract
Proxy
Active on
Ethereum with 19,133 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
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 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
Balances ($214.95)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
GRT | ERC-20 | 1.118526K | $0.184395 |
$206.25 | |
ADEL | ERC-20 | 2.436077K | $0.003568 |
$8.69 | |
KIMCHI | ERC-20 | 120.585409 | $0.000021 |
$0 | |
FAN | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21048983 | 16 days ago | | | 0 | 0.00030412836 | |
| 21047827 | 16 days ago | | | 0 | 0.00014466080 | |
| 21001935 | 22 days ago | | | 0 | 0.00023900480 | |
| 20995619 | 23 days ago | | | 0 | 0.00037910800 | |
| 20907157 | a month ago | | | 0 | 0.00065353556 | |
| 20895403 | a month ago | | | 0 | 0.00014230915 | |
| 20849616 | a month ago | | | 0 | 0.00025887179 | |
| 20811285 | 2 months ago | | | 0 | 0.00089437205 | |
| 20811273 | 2 months ago | | | 0 | 0.00088347120 | |
| 20811233 | 2 months ago | | | 0 | 0.00071757310 |
ABI
ABI objects
Getter at block 21161398
decimals() view returns (uint8)
18
name() view returns (string)
Akropolis Delphi
symbol() view returns (string)
ADEL
totalSupply() view returns (uint256)
30000000000000000000000000
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 admin() returns (address)
changeAdmin(address newAdmin)
implementation() returns (address)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
addMinter(address account)
approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize()
initialize(address sender)
initialize(string name, string symbol, uint8 decimals)
mint(address account, uint256 amount) returns (bool)
renounceMinter()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
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(address _logic, address _admin, bytes _data)
fallback()
This contract contains no error objects.