RandomGame
Verified contract
Active on
Ethereum with 45 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
15 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
0xa66d…947b | ERC-20 | 2,000,000T | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16469858 | 2 years ago | | | 0 | 0.00038318149 | |
| 16469283 | 2 years ago | | | 0 | 0.00039529166 | |
| 16468977 | 2 years ago | | | 0 | 0.00070373824 | |
| 16468772 | 2 years ago | | | 0 | 0.00070016819 | |
| 16468629 | 2 years ago | | | 0 | 0.00073710237 | |
| 16468560 | 2 years ago | | | 0 | 0.00067649043 | |
| 16468551 | 2 years ago | | | 0 | 0.00071152164 | |
| 16468538 | 2 years ago | | | 0 | 0.00073495912 | |
| 16468521 | 2 years ago | | | 0 | 0.00083596244 | |
| 16468510 | 2 years ago | | | 0 | 0.00069620541 |
ABI
ABI objects
Getter at block 21203669
cap() view returns (uint256)
[unknown]
decimals() view returns (uint8)
[unknown]
getAccumulatedBuy() view returns (uint256)
[unknown]
getBuyAndSellCurrent() view returns (uint256, uint256)
[unknown]
getBuyAndSellRatio() view returns (uint256, uint256)
[unknown]
getBuyFees() view returns (uint256, uint256, uint256, uint256)
[unknown]
getSellFees() view returns (uint256, uint256, uint256, uint256)
[unknown]
getTradingUtilities() view returns (bool, bool, bool, bool)
[unknown]
getUniswapV2Factory() view returns (address)
[unknown]
getUniswapV2Pair() view returns (address)
[unknown]
getUniswapV2Router() view returns (address)
[unknown]
name() view returns (string)
[unknown]
owner() view returns (address)
[unknown]
symbol() view returns (string)
[unknown]
totalSupply() view returns (uint256)
[unknown]
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
convertDecimalToUint(uint256 amount) view returns (uint256)
convertUintToDecimal(uint256 amount) view returns (uint256)
getWalletOthers(address _wallet) view returns (uint8)
State-modifying
Events _burnFrom(address account, uint256 amount)
_mintNonCirculatingTokens(address account, uint256 amount)
addLiquidity(uint256 tokens) payable
addWalletOthers(address[] _addresses, uint8 _walletType)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
destroy()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setFeeUtilities(uint256 _devSellFees, uint256 _marSellFees, uint256 _priSellFees, uint256 _poolSellFees, uint256 _devBuyFees, uint256 _marBuyFees, uint256 _priBuyFees, uint256 _poolBuyFees)
setTokenNameAndSymbol(string _tokenName, string _tokenSymbol)
setTradingUtilities(bool _isTradingOpened, bool _isGameEnabled, bool _isTransferrable, bool _isLiquidityAdded, uint256 _buyRatio, uint256 _sellRatio)
setWalletUtilities(address _teamWallet, address _marketingWallet, address _prizeWallet, address _treasuryWallet, address _circWallet, address _uniswapV2Pair)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
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(uint256 cap, uint256 initialSupply, string _tokenName, string _tokenSymbol, address[] _presaleAddresses)
This contract contains no fallback and receive objects.
This contract contains no error objects.