Ethereum Unlimited
Verified contract
Active on
Ethereum with 2,646 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETHU | ERC-20 | 457 | -- | -- | |
ZLA | ERC-20 | 27.37 | -- | -- | |
DMTS | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12646270 | 3 years ago | | | 0 | 0.0018196200 | |
| 12251337 | 4 years ago | | | 0 | 0.015466770 | |
| 11892685 | 4 years ago | | | 0 | 0.011235348 | |
| 11448648 | 4 years ago | | | 0 | 0.0018032040 | |
| 11196427 | 4 years ago | | | 0 | 0.0016197786 | |
| 11196357 | 4 years ago | | | 0 | 0.0022376790 | |
| 11190833 | 4 years ago | | | 0 | 0.00078004800 | |
| 11190828 | 4 years ago | | | 0 | 0.0016329600 | |
| 11189903 | 4 years ago | | | 0 | 0.0011294640 | |
| 11185328 | 4 years ago | | | 0 | 0.0024963120 |
ABI
ABI objects
Getter at block 21258709
AirRewardTotalSupply() view returns (uint256)
869999999999880810000
AirRewardmaxTotalSupply() view returns (uint256)
10000000000000000000000
AirdropReward() view returns (uint256)
9999999999998190000
annualInterest() view returns (uint256 interest)
4000000000000000000
chainStartBlockNumber() view returns (uint256)
4561272
chainStartTime() view returns (uint256)
1510805630
checkPos() view returns (uint256 reward)
0
coinAge() view returns (uint256 myCoinAge)
0
decimals() view returns (uint256)
18
maxMintProofOfStake() view returns (uint256)
100000000000000000
maxTotalSupply() view returns (uint256)
100000000000000000000000000000000
name() view returns (string)
Ethereum Unlimited
owner() view returns (address)
0xdd282aaf99b3e7ee9ac481c4a63d77f1db6ccd6e
stakeMaxAge() view returns (uint256)
31536000
stakeMinAge() view returns (uint256)
86400
stakeStartTime() view returns (uint256)
1510805630
symbol() view returns (string)
ETHU
totalInitialSupply() view returns (uint256)
10000000000000000000000000
totalSupply() view returns (uint256)
90190807981752676888808653
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events ResetAirdrop(uint256 _value)
approve(address _spender, uint256 _value) returns (bool)
batchTransfer(address[] _recipients, uint256[] _values) returns (bool)
getAirdrop() returns (bool)
getBlockNumber() returns (uint256 blockNumber)
mint() returns (bool)
ownerBurnToken(uint256 _value)
ownerSetStakeStartTime(uint256 timestamp)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
AirdropMined(address indexed to, uint256 amount)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
Mint(address indexed _address, uint256 _reward)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.