Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x43a8…5599
-
variable spans 3 additional slots
Balances ($167.12)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DEXT | ERC-20 | 359 | $0.465518 |
$167.12 | |
DEXT | ERC-20 | 359 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20640591 | 3 months ago | | | 0 | 0.000032813480 | |
| 20636636 | 3 months ago | | | 0 | 0.000042512703 | |
| 19851235 | 7 months ago | | | 0 | 0.000094379012 | |
| 19592597 | 8 months ago | | | 0 | 0.00033688255 | |
| 19128087 | 10 months ago | | | 0 | 0.00066146676 | |
| 19124566 | 10 months ago | | | 0 | 0.00075497672 | |
| 18552937 | a year ago | | | 0 | 0.00048650327 | |
| 18552933 | a year ago | | | 0 | 0.00048268778 | |
| 18419665 | a year ago | | | 0 | 0.00053148004 | |
| 17242147 | 2 years ago | | | 0 | 0.0013318929 |
ABI
ABI objects
Getter at block 21379970
beneficiary() view returns (address)
0x199dbf779e5baf9e7703435d3a446b526d64fea5
decimals() view returns (uint8)
18
feesEnabled() view returns (bool)
true
name() view returns (string)
RAI
owner() view returns (address)
0xf5488c252cd7d90d7cf8bf7efd38b52955169407
proposedOwner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
RAI
thunderWallets() view returns (address team, address charity, address staking, address liquidity)
(team=0xaf4d3ee0061c18eeb19f852658e4088e572f6a27, charity=0x969015c7dbefca0d72ee4d49f0b09bd1bea3a557, staking=0x93c0601e0dfac43d8aa83cf86eacb5f496a64b4b, liquidity=0xf21b2f10e523a2a35c0797ce835523d1bd02e309)
totalSupply() view returns (uint256)
697880278989746779111934
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
calculateFee(uint256 _amount, uint256 _fee) pure returns (uint256)
isExcludedFromFee(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 value)
claimOwnership()
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
evolve(uint256 _amountThunder)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
proposeOwner(address _newOwner)
setBeneficiary(address _newBeneficiary)
setExcludeFromFee(address _account, bool _excluded)
setFeesEnabled(bool _enabled)
setThunderWallets(struct Wallets _newWallets)
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)
BeneficiaryUpdated(address oldBeneficiary, address newBeneficiary)
Evolved(uint256 amountThunder, uint256 amountRai)
ExcludedFromFeeUpdated(address account, bool excluded)
FeesEnabledUpdated(bool enabled)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ThunderWalletsUpdated()
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _thunder, struct Wallets _thunderWallets)
This contract contains no fallback and receive objects.
This contract contains no error objects.