Int ether machine
Verified contract
Active on
Ethereum with 33 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($3,002.07)
Native
Value
$3,002.07
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.876758 | $3,424.06 |
$3,002.07 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7616276 | 6 years ago | | | 0 | 0.00011236200 | |
| 7548172 | 6 years ago | | | 0 | 0.00032545000 | |
| 7032411 | 6 years ago | | | 0 | 0.000070308000 | |
| 7032409 | 6 years ago | | | 0 | 0.00013030800 | |
| 6811403 | 6 years ago | | | 0 | 0.00011862000 | |
| 6153441 | 6 years ago | | | 0 | 0.00026061600 | |
| 6035008 | 6 years ago | | | 0 | 0.000037454000 | |
| 6001000 | 6 years ago | | | 0 | 0.00033708600 | |
| 5978096 | 6 years ago | | | 0 | 0.00029963200 | |
| 5971882 | 6 years ago | | | 0 | 0.00044944800 |
ABI
ABI objects
Getter at block 21256264
bonus() view returns (uint256)
0
decimals() view returns (uint256)
0
name() view returns (string)
Int ether machine
owner() view returns (address)
0xc713ad7305ec2eb9d8d7654190ac359293a22968
pause() view returns (bool)
false
symbol() view returns (string)
IEM
total() view returns (uint256)
10000000
totalSupply() view returns (uint256)
10000000
watermark() view returns (uint256)
5268000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address _addr) view returns (uint256)
fullfilled(address) view returns (uint256)
holds(address) view returns (uint256)
sellPrice(address) view returns (uint256)
toSell(address) view returns (uint256)
State-modifying
Events approve(address to, uint256 amount) returns (bool)
buyFrom(address from) payable
onIncome() payable
setOwner(address _owner)
setPrice(uint256 price, uint256 sell)
setState(bool _pause)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
withdrawal()
Approval(address indexed tokenOwner, address indexed spender, uint256 tokens)
INCOME(uint256 arg0)
PAUSED()
PRICE_SET(address holder, uint256 shares, uint256 price, uint256 sell)
SELL_HOLDS(address from, address to, uint256 amount, uint256 price)
SEND_HOLDS(address from, address to, uint256 amount)
STARTED()
Transfer(address indexed from, address indexed to, uint256 tokens)
WITHDRAWAL(address owner, uint256 amount)
constructor(string _symbol, string _name, uint256 _total)
fallback()
This contract contains no error objects.