Evergrande
Verified contract
Active on
Ethereum with 22 txns
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 |
---|---|---|---|---|---|
SPACEX | ERC-20 | 130.038173M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17937728 | a year ago | | | 0 | 0.0044303379 | |
| 17937713 | a year ago | | | 0 | 0.0053346314 | |
| 17937713 | a year ago | | | 0 | 0.0053346314 | |
| 17937673 | a year ago | | | 0 | 0.0034684877 | |
| 17937669 | a year ago | | | 0 | 0.0040198500 | |
| 17937656 | a year ago | | | 0 | 0.0055890960 | |
| 17937645 | a year ago | | | 0 | 0.0050718765 | |
| 17937644 | a year ago | | | 0 | 0.0047104959 | |
| 17937644 | a year ago | | | 0 | 0.0048503349 | |
| 17937644 | a year ago | | | 0 | 0.0053164649 |
ABI
ABI objects
Getter at block 21213937
burnFeePercentage() view returns (uint16)
0
decimals() view returns (uint8)
18
feeAdminPercentage() view returns (uint16)
100
feeOwnerPercentageBuy() view returns (uint16)
400
feeOwnerPercentageSell() view returns (uint16)
400
maxTokenAmountPerTransaction() view returns (uint256)
0
maxTokenAmountPerWallet() view returns (uint256)
0
name() view returns (string)
Evergrande
owner() view returns (address)
0x0000000000000000000000000000000000000000
pair() view returns (address)
0xdc4348eab7ea6b1cd722cecd98be5337b2a8cfa5
pairContract() view returns (address)
0xdc4348eab7ea6b1cd722cecd98be5337b2a8cfa5
router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
swapTreshold() view returns (uint256)
100000000000000000
symbol() view returns (string)
SPACEX
totalSupply() view returns (uint256)
1000000000000000000000000000
tradeEnabled() view returns (bool)
true
uniswapV2Router02() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
calculateTokenAmountInETH(uint256 amount) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
manualSwap()
removeLimits()
renounceOwnership()
setBurnFeePercentage(uint16 percentage)
setFeeOwnerPercentageBuy(uint16 percentage)
setFeeOwnerPercentageSell(uint16 percentage)
setMaxTokenAmountPerTransaction(uint256 amount)
setMaxTokenAmountPerWallet(uint256 amount)
setTradeEnabled(bool _tradeEnabled)
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(string _name, string _symbol, uint256 _supply, uint16 _ownerPercentageInitalSupply, address _feeReceiverAdmin, address _feeReceiverOwner, uint256 _swapTreshold, uint16 _feeAdminPercentage)
receive()
This contract contains no error objects.