CryptoRealEstate
Verified contract
Active on
Ethereum with 3,599 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($248.80)
Native
Value
$246.85
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.067218 | $3,672.38 |
$246.85 | |
CRE | ERC-20 | 3.133315K | $0.000621 |
$1.95 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21311355 | 6 hours ago | | | 0 | 0.00045113878 | |
| 21305232 | a day ago | | | 0 | 0.00042653124 | |
| 21300793 | 2 days ago | | | 0 | 0.00031992566 | |
| 21294872 | 3 days ago | | | 0 | 0.00077200428 | |
| 21277990 | 5 days ago | | | 0 | 0.00048615642 | |
| 21257502 | 8 days ago | | | 0 | 0.00031042734 | |
| 21243570 | 10 days ago | | | 0 | 0.0010043749 | |
| 21243313 | 10 days ago | | | 0 | 0.00045575302 | |
| 21242840 | 10 days ago | | | 0 | 0.00038365128 | |
| 21208852 | 15 days ago | | | 0 | 0.00083155764 |
ABI
ABI objects
Getter at block 21313059
buyTaxFeePercent() view returns (uint8)
2
decimals() view returns (uint8)
18
dex() view returns (address)
0x09d67198072092450878d3b4931279db1e25675b
marketingAddress() view returns (address)
0x5cd29eed1d3e9f5228510fcbf5d91eacf4403ff0
name() view returns (string)
Crypto Real Estate
owner() view returns (address)
0x0000000000000000000000000000000000000000
sellTaxFeePercent() view returns (uint8)
2
symbol() view returns (string)
CRE
totalSupply() view returns (uint256)
94721678666278212761983910
transferTaxFeePercent() view returns (uint8)
0
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
whiteList(address) view returns (bool)
State-modifying
Events addToWhitelist(address _address)
approve(address spender, uint256 amount) returns (bool)
changeBuyTaxFeePercent(uint8 _percent)
changeSellTaxFeePercent(uint8 _percent)
changeSwapAmount(uint256 _newThreshold)
changeTransferTaxFeePercent(uint8 _percent)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
openTrading()
removeFromWhitelist(address _address)
renounceOwnership()
setTreasury(address _newMarketingAddress)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
withdrawEth()
withdrawToken(address tokenAddress, uint256 amount)
AddedToWhitelist(address _address)
Approval(address indexed owner, address indexed spender, uint256 value)
BuyTaxFeePercentChanged(uint256 oldPercent, uint256 newPercent)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RemovedFromWhitelist(address _address)
SellTaxFeePercentChanged(uint256 oldPercent, uint256 newPercent)
SwapAmountChanged(uint256 oldAmount, uint256 newAmount)
TokenInitialized(string name, string symbol, address owner, address marketingAddress, address initialTokenReceiver, address uniswapRouter, uint256 buyTaxFeePercent, uint256 transferTaxFeePercent, uint256 sellTaxFeePercent)
TradingOpened(uint256 timestamp)
Transfer(address indexed from, address indexed to, uint256 value)
TransferTaxFeePercentChanged(uint256 oldPercent, uint256 newPercent)
TreasuryChanged(address oldAddress, address newAddress)
WithdrawedEth(address to, uint256 amount)
WithdrawedToken(address to, address tokenAddress, uint256 amount)
constructor(string _name, string _symbol, address _owner, address _marketingAddress, address _initialTokenReceiver, address _uniswapRouter, uint8 _buyTaxFeePercent, uint8 _transferTaxFeePercent, uint8 _sellTaxFeePercent)
receive()
This contract contains no error objects.