EVNY Token
Verified contract
Active on
Ethereum with 5,068 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "EVNY Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20572267 | 3 months ago | | | 0 | 0.000043012680 | |
| 20458879 | 4 months ago | | | 0 | 0.0010114138 | |
| 20320333 | 4 months ago | | | 0 | 0.0010299215 | |
| 20231395 | 5 months ago | | | 0 | 0.00015739394 | |
| 20170623 | 5 months ago | | | 0 | 0.00037406354 | |
| 19605729 | 8 months ago | | | 0 | 0.00042580133 | |
| 19593504 | 8 months ago | | | 0 | 0.00027505623 | |
| 19593503 | 8 months ago | | | 0 | 0.00028112811 | |
| 19556011 | 8 months ago | | | 0 | 0.00093543707 | |
| 19485147 | 8 months ago | | | 0 | 0.00065084591 |
ABI
ABI objects
Getter at block 21260044
cap() view returns (uint256)
0
decimals() view returns (uint8)
18
liquidityAdder() view returns (address)
0x2e479419d8387ed7c27d995c53749bc5452bf1f0
name() view returns (string)
EVNY Token
owner() view returns (address)
0x6e33e31e7f3be23bc84d1de20700c9fa5df8ce88
symbol() view returns (string)
EVNY
totalSupply() view returns (uint256)
18311270048913151888728
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getInAmount(address token, uint256 outAmount) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
deposit(address token, uint256 amount) returns (uint256)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setCap(uint256 _cap) returns (bool)
setLiquidityAdder(address _liquidityAdder)
setOneToOneRatio(address token) returns (bool)
setRatio(address token, uint256 paddedRatio) returns (bool)
sweepToOwner(address token) returns (bool)
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)
Deposit(address from, address to, address source, uint256 sourceAmount, address target, uint256 targetAmount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string _name, string _symbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.