Rebased v2
Verified contract
Active on
Ethereum with 701 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 "Rebased v2"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20030115 | 5 months ago | | | 0 | 0.00057818506 | |
| 19765626 | 6 months ago | | | 0 | 0.00018550742 | |
| 19257707 | 9 months ago | | | 0 | 0.00055596020 | |
| 17012550 | 2 years ago | | | 0 | 0.00043198708 | |
| 16996364 | 2 years ago | | | 0 | 0.00047840211 | |
| 16995550 | 2 years ago | | | 0 | 0.00059012022 | |
| 16847990 | 2 years ago | | | 0 | 0.00091629574 | |
| 16833366 | 2 years ago | | | 0 | 0.00080938759 | |
| 16561416 | 2 years ago | | | 0 | 0.00079318269 | |
| 15967643 | 2 years ago | | | 0 | 0.00034892048 |
ABI
ABI objects
Getter at block 21172605
controller() view returns (address)
0xea88f3132ace8892f8bf9dc4352c369b51553fee
decimals() view returns (uint8)
9
isOwner() view returns (bool)
false
name() view returns (string)
Rebased v2
owner() view returns (address)
0xf7063eee866be955a23f1451f76ccc941f1b3816
symbol() view returns (string)
REB2
totalSupply() view returns (uint256)
178273489994967
Read-only
allowance(address owner_, address spender) view returns (uint256)
balanceOf(address who) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
rebase(uint256 epoch, int256 supplyDelta) returns (uint256)
renounceOwnership()
setController(address _controller) returns (uint256)
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)
LogRebase(uint256 indexed epoch, uint256 totalSupply)
OwnershipRenounced(address indexed previousOwner)
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.