Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xf130…9012
0xa9ce…0625
Balances ($0.00)
No balances found for "Gemies"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15013578 | 2 years ago | | | 0 | 0.0027180872 | |
| 15013577 | 2 years ago | | | 0 | 0.0015181240 | |
| 14786691 | 3 years ago | | | 0 | 0.0021303697 | |
| 14769237 | 3 years ago | | | 0 | 0.0015609870 | |
| 14769126 | 3 years ago | | | 0 | 0.0015200143 | |
| 14769079 | 3 years ago | | | 0 | 0.0020148976 | |
| 14768979 | 3 years ago | | | 0 | 0.0018282279 | |
| 14768977 | 3 years ago | | | 0 | 0.0024121041 | |
| 14768976 | 3 years ago | | | 0 | 0.0025386448 | |
| 14768974 | 3 years ago | | | 0 | 0.0026993272 |
ABI
ABI objects
Getter at block 21307582
attackProvider() view returns (address)
0xa9cebb83eece06e15a674bc2eb65c2c5883a0625
bank() view returns (address)
0x0000000000000000000000000000000000000000
communityWallet() view returns (address)
0x0000000000000000000000000000000000000000
communityWalletAllocation() view returns (uint256)
0
decimals() view returns (uint8)
18
depositsEnabled() view returns (bool)
true
name() view returns (string)
Gemies
owner() view returns (address)
0x7826f257375846f4eee6e041d61e1874bbd5c584
spendingEnabled() view returns (bool)
true
stakingProvider() view returns (address)
0xf1300a3dd58d08dc73df0693fc7c95777cf49012
symbol() view returns (string)
$Gemies
totalSupply() view returns (uint256)
0
transfersEnabled() view returns (bool)
true
useBank() view returns (bool)
false
withdrawalsEnabled() view returns (bool)
false
Read-only
allowance(address owner, address spender) view returns (uint256)
attackRewards(address) view returns (uint256)
balanceOf(address account) view returns (uint256)
debtOfUser(address user) view returns (uint256)
ecoSystemBalance(address) view returns (uint256)
getDeposited(address user) view returns (uint256)
getEcoSystemBalance(address user) view returns (uint256)
getSpent(address user) view returns (uint256)
hasDebt(address user) view returns (bool)
yogiesApprovalBypasser(address) view returns (bool)
yogiesOperator(address) view returns (bool)
State-modifying
Events airdropGemies(address to, uint256 amount)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
depositInEcosystem(uint256 amount)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
registerAttack(address victim, uint256 amount)
renounceOwnership()
setAttackProvider(address provider)
setBank(address _bank)
setCommunityWallet(address _wallet, uint256 allocation)
setFlags(bool _withdrawals, bool _deposits, bool _spending, bool _transfers, bool _useBank, bool killSwitch)
setStakingProvider(address provider)
setYogiesApprovalBypasser(address _bypasser, bool isOperator)
setYogiesOperator(address _operator, bool isOperator)
spendEcosystemBalance(uint256 amount, address user)
transfer(address to, uint256 amount) returns (bool)
transferEcosystemBalance(uint256 amount, address to)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
withdrawERC20(uint256 percentage, address _erc20Address, address _to)
withdrawEth(uint256 percentage, address _to)
withdrawFromEcosystem(uint256 amount)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address[] _wallets, uint256[] _amounts)
This contract contains no fallback and receive objects.
This contract contains no error objects.