Refugee

Verified contract

Active on Base with 37,050 txns
Deployed by via 0xbe94cce7 at 18593713
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
0x0e6fafdda214b4999fda3cbb32494282c1cc363eda01dd7fd2329382a212b4d2
0x665780335a815216f8d72548e294108e46c5ee1f384f504337592a4ea236fa4e
0xe93d8255fa555fd1231ee11f2fe1dfc96231fc45333873d0f0eca8d7bdd18f9d
0xbdd758b4b490ba3b4594116fde962132b8b214bd4dcf1031b8601b7a24d7946e
0x475beac512f5c4fa73e7647ebc967f35b141f877341f9fc57c3663a9695bc9bf
0xec45df66078736d6623878447ce53c871bc2d77cd494440020dfb6278f2df496
0x174a504ac8e1d8d10f0eaf93d266983dbde93796c30826ba7814c14025e8db46
0x04acc280449c067044d22c6f10a6eefa058bb8a2ac6245c1f811978ed5de85e9
0xcf939609fd222a8e16b6607dd1cba8c124b21133c268464323b1ee12f36b70c2
0x97b2bca37ab8d40194e90607bc9fd47507aa77f4ee59f65a0186ab1126930487

Functions
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 owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
minters(addressview returns (bool)
State-modifying
approve(address spenderuint256 valuereturns (bool)
claimAirdrop(address touint256 value
claimInviteReward(address touint256 value
claimLiquidity(address touint256 value
mint(address touint256 value
renounceOwnership(
setInviteReward(address _inviteRewardContract
setMinter(address minterbool asMinter
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
Events
Airdroped(address indexed touint256 value
Approval(address indexed owneraddress indexed spenderuint256 value
InviteContractSet(address indexed inviteRewardContract
InviteRewardClaimed(address indexed touint256 value
LiquidityClaimed(address indexed touint256 value
MinterSet(address indexed minterbool isPool
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(address _owneraddress _boss
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account