DEBA Reward Token
Verified contract
Active on
Ethereum with 372 txns
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 "DEBA Reward Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12310064 | 4 years ago | | | 0 | 0.0018069240 | |
| 12008245 | 4 years ago | | | 0 | 0.0051630440 | |
| 11959341 | 4 years ago | | | 0 | 0.0058306790 | |
| 11959324 | 4 years ago | | | 0 | 0.0057861700 | |
| 11956513 | 4 years ago | | | 0 | 0.0056081340 | |
| 11954251 | 4 years ago | | | 0 | 0.0052965710 | |
| 11913759 | 4 years ago | | | 0 | 0.018000180 | |
| 11604032 | 4 years ago | | | 0 | 0.0032046480 | |
| 11584635 | 4 years ago | | | 0 | 0.010771178 | |
| 11582847 | 4 years ago | | | 0 | 0.024284110 |
ABI
ABI objects
Getter at block 21312680
HARD_CAP() view returns (uint256)
21000000000000000000000000
cap() view returns (uint256)
21000000000000000000000000
decimals() view returns (uint8)
18
governance() view returns (address)
0x1d9cd4dcd5dba84fe646bb7d2979a63e426ec192
name() view returns (string)
DEBA Reward Token
store() view returns (address)
0xbd26108cedcd6408efb2fb8f2d91fdd0a25af887
symbol() view returns (string)
DEBA
totalSupply() view returns (uint256)
4263244000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isMinter(address account) view returns (bool)
State-modifying
Events addMinter(address _minter)
approve(address spender, uint256 amount) returns (bool)
burn(address account, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount) returns (bool)
renounceMinter()
setStorage(address _store)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
MinterAdded(address indexed account)
MinterRemoved(address indexed account)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _storage)
This contract contains no fallback and receive objects.
This contract contains no error objects.