Delphy Token
Verified contract
Proxy
Active on
Ethereum with 68,343 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
Balances ($0.02)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DPY | ERC-20 | 11 | $0.001683 |
$0.02 | |
0xef68…639f | ERC-20 | 2,000,000T | -- | -- | |
| ERC-20 | 88.888888M | -- | -- | |
| ERC-20 | 21M | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
C4Y | ERC-20 | 3.7K | -- | -- | |
HINT | ERC-20 | 2.418K | -- | -- | |
Shell | ERC-20 | 300 | -- | -- | |
ICT | ERC-20 | 60 | -- | -- | |
TST | ERC-20 | 25.974026 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21143526 | 18 days ago | | | 0 | 0.0013972758 | |
| 21098871 | 24 days ago | | | 0 | 0.00037319777 | |
| 21097674 | 24 days ago | | | 0 | 0.00018653911 | |
| 21096482 | 24 days ago | | | 0 | 0.00021440020 | |
| 21096479 | 24 days ago | | | 0 | 0.00025612483 | |
| 21095291 | 25 days ago | | | 0 | 0.00042378219 | |
| 21095289 | 25 days ago | | | 0 | 0.00026894465 | |
| 21092902 | 25 days ago | | | 0 | 0.00046741444 | |
| 21092897 | 25 days ago | | | 0 | 0.00049337549 | |
| 21091702 | 25 days ago | | | 0 | 0.00034620865 |
ABI
ABI objects
Getter at block 21271841
TOTAL_TOKENS() pure returns (uint256)
100000000000000000000000000
decimals() pure returns (uint8)
18
name() pure returns (string)
Delphy Token
symbol() pure returns (string)
DPY
totalSupply() pure returns (uint256)
100000000000000000000000000
Read-only
allowance(address owner, address spender) pure returns (uint256)
balanceOf(address owner) pure returns (uint256)
add(uint256 a, uint256 b) pure returns (uint256)
mul(uint256 a, uint256 b) pure returns (uint256)
safeToAdd(uint256 a, uint256 b) pure returns (bool)
safeToMul(uint256 a, uint256 b) pure returns (bool)
safeToSub(uint256 a, uint256 b) pure returns (bool)
sub(uint256 a, uint256 b) pure returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address[] owners, uint256[] tokens)
This contract contains no fallback and receive objects.
This contract contains no error objects.