Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FOR | ERC-20 | 2 | $0.001962 |
$0 | |
DXG | ERC-20 | 2.958662B | -- | -- | |
KICK | ERC-20 | 888.888K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20511100 | 3 months ago | | | 0 | 0.000096311894 | |
| 16447765 | 2 years ago | | | 0 | 0.00048143153 | |
| 16011308 | 2 years ago | | | 0 | 0.00070441617 | |
| 16011306 | 2 years ago | | | 0 | 0.00057565110 | |
| 12759016 | 3 years ago | | | 0 | 0.00018261760 | |
| 12372696 | 4 years ago | | | 0 | 0.0036768790 | |
| 12211259 | 4 years ago | | | 0 | 0.0031482630 | |
| 11814099 | 4 years ago | | | 0 | 0.0068928496 | |
| 11769654 | 4 years ago | | | 0 | 0.0040421128 | |
| 11503555 | 4 years ago | | | 0 | 0.0014859520 |
ABI
ABI objects
Getter at block 21257488
TOKEN_DECIMALS() view returns (uint256)
1000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
Dexage
owner() view returns (address)
0x7e30bc08746d8358f2ab17c1a908c9d87d7ea8c4
symbol() view returns (string)
DXG
totalBurned() view returns (uint256)
0
totalSupply() view returns (uint256 _totalSupply)
5000000000000000000000000000
totalTokenSupply() view returns (uint256)
5000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
balances(address) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _tokens) returns (bool)
burn(uint256 _value) returns (bool)
claim(address _recipient)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
pauseCrowdSale()
resumeCrowdSale()
setClaimLimit(address _address, uint256 _days)
transfer(address _address, uint256 _tokens) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address _newOwner)
transferTo(address _address, uint256 _tokens) returns (bool)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Burn(address indexed _burner, uint256 _value)
OwnershipTransferred(address indexed _previousOwner, address indexed _newOwner)
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.