Uni Eco Chain
Verified contract
Active on
Ethereum with 39 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 "Uni Eco Chain"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13440201 | 3 years ago | | | 0 | 0.0025103360 | |
| 10296535 | 4 years ago | | | 0 | 0.0029068480 | |
| 10296017 | 4 years ago | | | 0 | 0.0037265200 | |
| 10293837 | 4 years ago | | | 0 | 0.0022948800 | |
| 10293817 | 4 years ago | | | 0 | 0.0018088000 | |
| 10293781 | 4 years ago | | | 0 | 0.0031948800 | |
| 10291487 | 4 years ago | | | 0 | 0.0024488560 | |
| 10276732 | 4 years ago | | | 0 | 0.0031343680 | |
| 10269826 | 4 years ago | | | 0 | 0.0014142880 | |
| 10263636 | 4 years ago | | | 0 | 0.0013000240 |
ABI
ABI objects
Getter at block 21258474
decimals() view returns (uint256)
8
initialSupply() view returns (uint256)
210000000000000000
locked() view returns (bool)
false
name() view returns (string)
Uni Eco Chain
owner() view returns (address)
0xa3806613da64083e8c1e045a1d6e1c0890ab7a2b
symbol() view returns (string)
UEC
totalSupply() view returns (uint256)
210000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
allowedAddresses(address) view returns (bool)
balanceOf(address _owner) view returns (uint256 balance)
canTransfer(address _addr) view returns (bool)
lockedAddresses(address) view returns (bool)
State-modifying
Events allowAddress(address _addr, bool _allowed)
approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
lockAddress(address _addr, bool _locked)
setLocked(bool _locked)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.