Enigma Token
Verified contract
Active on
Ethereum with 10 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional
variable
Balances ($0.00)
No balances found for "Enigma Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18371052 | a year ago | | | 0 | 0.0013744804 | |
| 18369429 | a year ago | | | 0 | 0.00063321045 | |
| 18369242 | a year ago | | | 0 | 0.00069567950 | |
| 18351030 | a year ago | | | 0 | 0.00060914983 | |
| 18316954 | a year ago | | | 0 | 0.00037039278 | |
| 18316817 | a year ago | | | 0 | 0.00036116388 | |
| 18290854 | a year ago | | | 0 | 0.00032008434 | |
| 18290846 | a year ago | | | 0 | 0.00030956667 | |
| 18285146 | a year ago | | | 0 | 0.00068405623 | |
| 18279700 | a year ago | | | 0 | 0.00056078927 |
ABI
ABI objects
Getter at block 21221775
MAX_FEE() view returns (uint256)
2500
VERSION() view returns (uint256)
2
_charityAddress() view returns (address)
0xe513e9ced3a4a2c921d3a5641fbdb2fb9b886990
_charityFee() view returns (uint256)
300
_liquidityFee() view returns (uint256)
300
_taxFee() view returns (uint256)
100
decimals() view returns (uint8)
9
name() view returns (string)
Enigma Token
owner() view returns (address)
0x604e06943e683e0417e157bf33b2ece442c7d6d1
swapAndLiquifyEnabled() view returns (bool)
true
symbol() view returns (string)
Enigma
totalFees() view returns (uint256)
0
totalSupply() view returns (uint256)
500000000000000000000
uniswapV2Pair() view returns (address)
0xdae3fbd6e219496fe894ad3ee11d44cdb1764601
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFee(address account) view returns (bool)
isExcludedFromReward(address account) view returns (bool)
reflectionFromToken(uint256 tAmount, bool deductTransferFee) view returns (uint256)
tokenFromReflection(uint256 rAmount) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
deliver(uint256 tAmount)
excludeFromFee(address account)
excludeFromReward(address account)
includeInReward(address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setCharityFeePercent(uint256 charityFeeBps)
setLiquidityFeePercent(uint256 liquidityFeeBps)
setSwapBackSettings(uint256 _amount)
setTaxFeePercent(uint256 taxFeeBps)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
MinTokensBeforeSwapUpdated(uint256 minTokensBeforeSwap)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiqudity)
SwapAndLiquifyAmountUpdated(uint256 amount)
TokenCreated(address indexed owner, address indexed token, uint8 tokenType, uint256 version)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name_, string symbol_, uint256 totalSupply_, address router_, address charityAddress_, uint16 taxFeeBps_, uint16 liquidityFeeBps_, uint16 charityFeeBps_, address serviceFeeReceiver_, uint256 serviceFee_)
receive()
This contract contains no error objects.