Dextoken Governance
Verified contract
Active on
Ethereum with 6,155 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($173.18)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 0.045375 | $3,666.63 |
$166.37 | |
SUSHI | ERC-20 | 5.4 | $1.26 |
$6.8 | |
RBC | ERC-20 | 10.991K | -- | -- | |
DEXG | ERC-20 | 29.781635 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21293963 | a day ago | | | 0 | 0.00046998302 | |
| 21292228 | a day ago | | | 0 | 0.00019750160 | |
| 21292167 | a day ago | | | 0 | 0.00034749088 | |
| 21285699 | 2 days ago | | | 0 | 0.00038783230 | |
| 21285517 | 2 days ago | | | 0 | 0.00044162500 | |
| 21285446 | 2 days ago | | | 0 | 0.00040828157 | |
| 21223740 | 11 days ago | | | 0 | 0.00061299367 | |
| 21214048 | 12 days ago | | | 0 | 0.00050101552 | |
| 21037293 | a month ago | | | 0 | 0.00068472569 | |
| 20987246 | a month ago | | | 0 | 0.0012716754 |
ABI
ABI objects
Getter at block 21300596
decimals() view returns (uint8)
18
governance() view returns (address)
0x000000000000000000000000000000000000dead
name() view returns (string)
Dextoken Governance
newOwner() view returns (address)
0x000000000000000000000000000000000000dead
owner() view returns (address)
0xc85b0b3dc93e6be5a15df75f89acc6855cbf4252
paused() view returns (bool)
false
symbol() view returns (string)
DEXG
totalSupply() view returns (uint256)
55000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
frozenAccount(address) view returns (bool)
isOwner(address account) view returns (bool)
minters(address) view returns (bool)
State-modifying
Events acceptOwnership()
addMinter(address minter) returns (bool success)
approve(address spender, uint256 amount) returns (bool)
burn(address account, uint256 amount) returns (bool success)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
freezeAccount(address account) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount) returns (bool success)
pause()
removeMinter(address minter) returns (bool success)
setGovernance(address _governance)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address _newOwner)
unfreezeAccount(address account) returns (bool)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
Freeze(address indexed account)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 value)
Unfreeze(address indexed account)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.