eYe on Ethereum
Verified contract
Active on
Ethereum with 1,876 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($444.84)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
VRA | ERC-20 | 60.711474K | $0.007327 |
$444.84 | |
eYe | ERC-20 | 9.44066K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20993144 | a month ago | | | 0 | 0.00089622844 | |
| 20944836 | 2 months ago | | | 0 | 0.00027800138 | |
| 20053631 | 6 months ago | | | 0 | 0.00021481215 | |
| 20053613 | 6 months ago | | | 0 | 0.00014409869 | |
| 20053371 | 6 months ago | | | 0 | 0.00015359994 | |
| 20053311 | 6 months ago | | | 0 | 0.00014914585 | |
| 19880483 | 7 months ago | | | 0 | 0.00021167275 | |
| 19837105 | 7 months ago | | | 0 | 0.00013982700 | |
| 19780252 | 7 months ago | | | 0 | 0.00010647119 | |
| 19758912 | 7 months ago | | | 0 | 0.00033543701 |
ABI
ABI objects
Getter at block 21314147
MAX_TAX_RATE() view returns (uint256)
1000
TAX_RATE_DIVISOR() view returns (uint256)
10000
_LGEwhitelister() view returns (address)
0x000000000000000000000000000000000000dead
_lgePairAddress() view returns (address)
0x0000000000000000000000000000000000000000
_lgeTimestamp() view returns (uint256)
0
decimals() view returns (uint8)
18
getLGEWhitelistRound() view returns (uint256, uint256, uint256, uint256, bool, uint256)
(0, 0, 0, 0, false, 0)
name() view returns (string)
eYe on Ethereum
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
eYe
taxRate() view returns (uint256)
0
taxReceiver() view returns (address)
0x1302818823b63b8c8313a1d1444b07110cccf99b
totalSupply() view returns (uint256)
500000000000000000000000000
Read-only
_lgeWhitelistRounds(uint256) view returns (uint256 duration, uint256 amountMax)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
recipientTaxWhitelist(address) view returns (bool)
senderTaxWhitelist(address) view returns (bool)
State-modifying
Events addToRecipientWhitelist(address whitelistAddress)
addToSenderWhitelist(address whitelistAddress)
approve(address spender, uint256 amount) returns (bool)
createLGEWhitelist(address pairAddress, uint256[] durations, uint256[] amountsMax)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
modifyLGEWhitelist(uint256 index, uint256 duration, uint256 amountMax, address[] addresses, bool enabled)
removeFromRecipientWhitelist(address whitelistAddress)
removeFromSenderWhitelist(address whitelistAddress)
renounceOwnership()
setTaxRate(uint256 taxRate_)
setTaxReceiver(address taxReceiver_)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferLGEWhitelister(address newLGEWhitelister)
transferOwnership(address newOwner)
AddedToRecipientWhitelist(address indexed whitelistAddress)
AddedToSenderWhitelist(address indexed whitelistAddress)
Approval(address indexed owner, address indexed spender, uint256 value)
LGEWhitelisterTransferred(address indexed previousLGEWhitelister, address indexed newLGEWhitelister)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RemovedFromRecipientWhitelist(address indexed whitelistAddress)
RemovedFromSenderWhitelist(address indexed whitelistAddress)
TaxRateSet(uint256 newTaxRate)
TaxReceiverSet(address newTaxReceiver)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name_, string symbol_, uint256 totalSupply_, uint256 taxRate_, address taxReceiver_)
This contract contains no fallback and receive objects.
This contract contains no error objects.