Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
RFG | ERC-20 | 10K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 23228911 | 26 minutes ago | | | 0 | 0.0000012553804 | |
| 23228900 | 27 minutes ago | | | 0 | 0.0000012512818 | |
| 23228888 | 27 minutes ago | | | 0 | 0.0000012512309 | |
| 23227266 | an hour ago | | | 0 | 0.0000017998466 | |
| 23227256 | an hour ago | | | 0 | 0.0000017998466 | |
| 23227245 | an hour ago | | | 0 | 0.0000017991210 | |
| 23227236 | an hour ago | | | 0 | 0.0000017991210 | |
| 23227225 | an hour ago | | | 0 | 0.0000017998466 | |
| 23227157 | an hour ago | | | 0 | 0.0000017998466 | |
| 23227145 | an hour ago | | | 0 | 0.0000017998466 |
ABI
ABI objects
Getter at block 23229699
AirdropAmount() view returns (uint256)
10000000000000000000000000000
InviteRewardAmount() view returns (uint256)
10000000000000000000000000000
LiquidityAmount() view returns (uint256)
30000000000000000000000000000
MinableAmount() view returns (uint256)
50000000000000000000000000000
TotalSupply() view returns (uint256)
100000000000000000000000000000
airdropedAmount() view returns (uint256)
219800000000000000000000000
bossRole() view returns (address)
0x511c682d61f541aec4562c1b3738a1fce775322f
decimals() view returns (uint8)
18
inviteRewardAmount() view returns (uint256)
226688107639862190000000000
inviteRewardContract() view returns (address)
0x294c95227274e37ba8c8e94b583ec672bdad9784
liquidityClaimedAmount() view returns (uint256)
1362000000000000000000000000
miningAmount() view returns (uint256)
5813639459051506550017894046
name() view returns (string)
Refugee
owner() view returns (address)
0x5d251fc1186c46a54766edfac090db9a574fb1db
symbol() view returns (string)
RFG
totalSupply() view returns (uint256)
7622127566691368740017894046
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
minters(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
claimAirdrop(address to, uint256 value)
claimInviteReward(address to, uint256 value)
claimLiquidity(address to, uint256 value)
mint(address to, uint256 value)
renounceOwnership()
setInviteReward(address _inviteRewardContract)
setMinter(address minter, bool asMinter)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
Airdroped(address indexed to, uint256 value)
Approval(address indexed owner, address indexed spender, uint256 value)
InviteContractSet(address indexed inviteRewardContract)
InviteRewardClaimed(address indexed to, uint256 value)
LiquidityClaimed(address indexed to, uint256 value)
MinterSet(address indexed minter, bool isPool)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _owner, address _boss)
This contract contains no fallback and receive objects.
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)