Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
Balances ($0.00)
No balances found for "RED"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21193566 | 18 days ago | | | 0 | 0.0021654578 | |
| 21159445 | 23 days ago | | | 0 | 0.0018660919 | |
| 21055919 | a month ago | | | 0 | 0.00027454390 | |
| 21041202 | a month ago | | | 0 | 0.00027934381 | |
| 21014649 | a month ago | | | 0 | 0.00071823022 | |
| 20979650 | 2 months ago | | | 0 | 0.00099797733 | |
| 20938330 | 2 months ago | | | 0 | 0.00043813790 | |
| 20880899 | 2 months ago | | | 0 | 0.00037133600 | |
| 20869550 | 2 months ago | | | 0 | 0.00070735754 | |
| 20865995 | 2 months ago | | | 0 | 0.00094672001 |
ABI
ABI objects
Getter at block 21321273
decimals() view returns (uint8)
18
isOwner() view returns (bool)
false
monetaryPolicy() view returns (address)
0x21bea40928352f0b425b01053f9408f8ebeb9385
name() view returns (string)
RED
owner() view returns (address)
0x7017f11e1f6b1a690da56ad439a16930a1159d90
rebasePaused() view returns (bool)
false
symbol() view returns (string)
RED
tokenPaused() view returns (bool)
false
totalSupply() view returns (uint256)
750460268960725426515152
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)
initialize(address owner_)
initialize(string name, string symbol, uint8 decimals)
rebase(uint256 epoch, int256 supplyDelta) returns (uint256)
renounceOwnership()
setMonetaryPolicy(address monetaryPolicy_)
setRebasePaused(bool paused)
setTokenPaused(bool paused)
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)
LogMonetaryPolicyUpdated(address monetaryPolicy)
LogRebase(uint256 indexed epoch, uint256 totalSupply)
LogRebasePaused(bool paused)
LogTokenPaused(bool paused)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.