EASY V2
Verified contract
Active on
Ethereum with 15,017 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($22.24)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
EZ | ERC-20 | 2.40534K | $0.009247 |
$22.24 | |
EASY | ERC-20 | 311.237659 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21240451 | 19 hours ago | | | 0 | 0.00062966219 | |
| 21240451 | 19 hours ago | | | 0 | 0.00062966219 | |
| 21232434 | 2 days ago | | | 0 | 0.00064316801 | |
| 21232416 | 2 days ago | | | 0 | 0.00050457190 | |
| 21220339 | 4 days ago | | | 0 | 0.00047590589 | |
| 21217860 | 4 days ago | | | 0 | 0.00057405319 | |
| 21212667 | 5 days ago | | | 0 | 0.00043723079 | |
| 21193509 | 7 days ago | | | 0 | 0.0017584038 | |
| 21152394 | 13 days ago | | | 0 | 0.00072977017 | |
| 21105568 | 20 days ago | | | 0 | 0.000077852198 |
ABI
ABI objects
Getter at block 21246142
decimals() view returns (uint8)
18
name() view returns (string)
EASY V2
paused() view returns (bool)
false
pauser() view returns (address)
0xdafbb3aa9bc9f15b5433d1fa9540dbbb25a00fa7
symbol() view returns (string)
EZ
totalSupply() view returns (uint256)
10000000000000000000000000
totalTokensAmount() view returns (uint256)
10000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
changePauser(address pauser_)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
pause()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
Paused()
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused()
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.