Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "DEGA"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21269851 | 3 hours ago | | | 0 | 0.00025866137 | |
| 21267213 | 12 hours ago | | | 0 | 0.00067449881 | |
| 21267199 | 12 hours ago | | | 0 | 0.00068486984 | |
| 21267191 | 12 hours ago | | | 0 | 0.00069480260 | |
| 21267184 | 12 hours ago | | | 0 | 0.0011131203 | |
| 21267176 | 12 hours ago | | | 0 | 0.00074577365 | |
| 21267150 | 12 hours ago | | | 0 | 0.00069284343 | |
| 21267134 | 12 hours ago | | | 0 | 0.00068365519 | |
| 21266012 | 16 hours ago | | | 0 | 0.00089221548 | |
| 21263724 | a day ago | | | 0 | 0.00041750581 |
ABI
ABI objects
Getter at block 21270658
decimals() view returns (uint8)
18
name() view returns (string)
DEGA
owner() view returns (address)
0x3a33021ef3c2eca396593cc9afb2f4098f337708
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
DEGA
totalSupply() view returns (uint256)
37500000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events acceptOwnership()
approve(address spender, uint256 value) returns (bool)
burn(uint256 value)
burnFrom(address account, uint256 value)
renounceOwnership()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 _initialSupply, address _owner)
This contract contains no fallback and receive objects.
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)