Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
UCR | ERC-20 | 0.25 | -- | -- | |
UNI-V2 | ERC-20 | 0.05 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13074498 | 3 years ago | | | 0 | 0.00050911967 | |
| 11052887 | 4 years ago | | | 0 | 0.00097231200 | |
| 11052872 | 4 years ago | | | 0 | 0.0012681350 | |
| 11052862 | 4 years ago | | | 0 | 0.0013827000 | |
| 11052854 | 4 years ago | | | 0 | 0.0041728000 | |
| 11052836 | 4 years ago | | | 0 | 0.0041728000 | |
| 11052785 | 4 years ago | | | 0 | 0.0035524800 | |
| 11052780 | 4 years ago | | | 0 | 0.0036709600 | |
| 11050494 | 4 years ago | | | 0 | 0.0036709600 | |
| 11050433 | 4 years ago | | | 0.05 | 0.16633795 |
ABI
ABI objects
Getter at block 21167676
decimals() view returns (uint8)
18
name() view returns (string)
Unicore
symbol() view returns (string)
UCR
totalSupply() view returns (uint256)
30055000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
canTransfer(address account) view returns (bool)
isMinter(address account) view returns (bool)
State-modifying
Events addCanTransfer(address account)
addMinter(address account)
approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
createUniswap() payable
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount)
renounceCanTransfer()
renounceMinter()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
CanTransferAdded(address indexed account)
CanTransferRemoved(address indexed account)
MinterAdded(address indexed account)
MinterRemoved(address indexed account)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.