AfroDex
Verified contract
Proxy
Active on
Ethereum with 1,313 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
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
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 5 additional slots
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
HEX | ERC-20 | 1.307 | $0.002995 |
$0 | |
AfroX | ERC-20 | 1K | -- | -- | |
SNGY | ERC-20 | 5 | -- | -- | |
SFT | ERC-721 | 1 | -- | -- | |
PWZ | ERC-20 | 1 | -- | -- | |
DET | ERC-20 | 0.01 | -- | -- | |
BMT | ERC-20 | 0.002 | -- | -- | |
LWBT | ERC-20 | 0.001 | -- | -- | |
1CT | ERC-20 | 0 | -- | -- | |
SHOCK | ERC-20 | 0 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21261002 | 8 hours ago | | | 0 | 0.00027928694 | |
| 21144196 | 17 days ago | | | 0 | 0.0012873516 | |
| 20943057 | a month ago | | | 0 | 0.0024149576 | |
| 20747579 | 2 months ago | | | 0 | 0.000077989797 | |
| 20145519 | 5 months ago | | | 0 | 0.000076194125 | |
| 19832570 | 7 months ago | | | 0 | 0.00032249178 | |
| 19729338 | 7 months ago | | | 0 | 0.00040468609 | |
| 19723193 | 7 months ago | | | 0 | 0.00049751808 | |
| 19574110 | 8 months ago | | | 0 | 0.0012258856 | |
| 18647231 | a year ago | | | 0 | 0.0010885501 |
ABI
ABI objects
Getter at block 21263338
bonusRate() view returns (uint256)
6
decimals() view returns (uint8)
4
getHubAddr() view returns (address)
0xd216153c06e857cd7f72665e0af1d7d82172f494
isOwner() view returns (bool)
false
maximumSupply() view returns (uint256)
21000000000000000000
minStake() view returns (uint256)
10000000000000
name() view returns (string)
AfroDex
owner() view returns (address)
0x617c69250f678215f39ab00328ea9d06d77ab778
relayHubVersion() view returns (string)
1.0.0
rewardRate() view returns (uint256)
60
stakeBonusPeriod() view returns (uint256)
2592000
stakeRewardPeriod() view returns (uint256)
86400
symbol() view returns (string)
AfroX
totalStakeRewardMinted() view returns (uint256)
668424371622793871
totalSupply() view returns (uint256)
232857678213827321
Read-only
acceptRelayedCall(address relay, address from, bytes encodedFunction, uint256 transactionFee, uint256 gasPrice, uint256 gasLimit, uint256 nonce, bytes approvalData, uint256) view returns (uint256, bytes)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
viewStakeInfoOf(address account) view returns (uint256 stakeBalance, uint256 rewardValue, uint256 lastUnstakeTimestamp, uint256 lastRewardTimestamp)
State-modifying
Events admin() returns (address)
changeAdmin(address newAdmin)
implementation() returns (address)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
approve(address spender, uint256 amount) returns (bool)
batchTransfer(address[] recipients, uint256[] tokenAmount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize()
initialize(address trustedSigner)
initialize(string name, string symbol, uint8 decimals)
initialize(uint256 initialSupply)
manualWithdrawEther() returns (bool success)
manualWithdrawToken(uint256 _amount) returns (bool success)
postRelayedCall(bytes context, bool success, uint256 actualCharge, bytes32 preRetVal)
preRelayedCall(bytes context) returns (bytes32)
renounceOwnership()
restAndDrop(address[] recipients, uint256[] tokenAmount) returns (bool)
setDefaultRelayHub()
setMinStakeValue(uint256 _minStakeValue) returns (bool)
setPeriods(uint256 _stakeRewardPeriod, uint256 _stakeBonusPeriod) returns (bool)
setRates(uint256 _rewardRate, uint256 _bonusRate) returns (bool)
stake(uint256 amount) returns (bool)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unstake(uint256 amount) returns (bool)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RelayHubChanged(address indexed oldRelayHub, address indexed newRelayHub)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _logic, address _admin, bytes _data)
fallback()
This contract contains no error objects.