Dingo Token
Verified contract
Active on
Ethereum with 420 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
HQG | ERC-20 | 1 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21286093 | 3 days ago | | | 0 | 0.00041948356 | |
| 21129195 | 25 days ago | | | 0 | 0.00085223645 | |
| 21007912 | a month ago | | | 0 | 0.00075664027 | |
| 20938600 | 2 months ago | | | 0 | 0.00024664995 | |
| 20848474 | 2 months ago | | | 0 | 0.00038607544 | |
| 20841104 | 2 months ago | | | 0 | 0.00070197035 | |
| 20799285 | 2 months ago | | | 0 | 0.0016098343 | |
| 20774433 | 2 months ago | | | 0 | 0.00011457519 | |
| 20770415 | 2 months ago | | | 0 | 0.00025234124 | |
| 20742682 | 3 months ago | | | 0 | 0.00017943418 |
ABI
ABI objects
Getter at block 21309693
basePercent() view returns (uint256)
100
decimals() view returns (uint8)
9
name() view returns (string)
Dingo Token
symbol() view returns (string)
DINGO
totalSupply() view returns (uint256)
881985132872166847449220
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
cut(uint256 value) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
destroy(uint256 amount)
destroyFrom(address account, uint256 amount)
downAllowance(address spender, uint256 subtractedValue) returns (bool)
multiTransfer(address[] receivers, uint256[] amounts)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
upAllowance(address spender, uint256 addedValue) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.