dego.finance
Verified contract
Active on
Ethereum with 6,737 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1,834.56)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DEGOV2 | ERC-20 | 784 | $2.34 |
$1,834.56 | |
DEGO | ERC-20 | 37.614089K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21259262 | 2 hours ago | | | 0 | 0.00038973255 | |
| 21259262 | 2 hours ago | | | 0 | 0.00038973255 | |
| 21259258 | 2 hours ago | | | 0 | 0.00042235454 | |
| 21259249 | 2 hours ago | | | 0 | 0.00057351326 | |
| 21259248 | 2 hours ago | | | 0 | 0.00058168511 | |
| 21259248 | 2 hours ago | | | 0 | 0.00062202976 | |
| 21258863 | 3 hours ago | | | 0 | 0.00037031459 | |
| 21258863 | 3 hours ago | | | 0 | 0.00037020220 | |
| 21258863 | 3 hours ago | | | 0 | 0.00037020220 | |
| 21258863 | 3 hours ago | | | 0 | 0.00037031459 |
ABI
ABI objects
Getter at block 21259809
_burnPool() view returns (address)
0x6666666666666666666666666666666666666666
_burnRate() view returns (uint256)
0
_maxGovernValueRate() view returns (uint256)
2000
_maxSupply() view returns (uint256)
21000000000000000000000000
_minGovernValueRate() view returns (uint256)
0
_rateBase() view returns (uint256)
10000
_rewardPool() view returns (address)
0x2546bf7283d0fa3e511a3c3d1a8c75523abd4e1e
_rewardRate() view returns (uint256)
0
_totalBurnToken() view returns (uint256)
10924654415600350002951
_totalRewardToken() view returns (uint256)
10924654415600350002951
decimals() view returns (uint8)
18
name() view returns (string)
dego.finance
owner() view returns (address)
0x72a7e0764a06697d8755048ccec37a37106e4798
paused() view returns (bool)
false
symbol() view returns (string)
DEGOV2
totalSupply() view returns (uint256)
14998422125542372599778916
Read-only
_minters(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
blackAccountMap(address) view returns (bool)
State-modifying
Events addBlackAccount(address _blackAccount)
addMinter(address _minter)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
delBlackAccount(address _blackAccount)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount)
pause()
removeMinter(address _minter)
renounceOwnership()
setRate(uint256 burn_rate, uint256 reward_rate)
setRewardPool(address rewardPool)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unpause()
AddBlackAccount(address blackAccount)
AddMinter(address minter)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed sender, uint256 indexed value)
DelBlackAccount(address blackAccount)
DelMinter(address minter)
Mint(address indexed from, address indexed to, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
eveRewardPool(address rewardPool)
eveSetRate(uint256 burn_rate, uint256 reward_rate)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.