Balances ($0.00)
No balances found for "URON"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11853149 | 8 months ago | | | 0 | 1.8998450e-7 | |
| 11789617 | 8 months ago | | | 0 | 0.000000087338250630 | |
| 11789146 | 8 months ago | | | 0 | 0.000000090494348355 | |
| 11789126 | 8 months ago | | | 0 | 0.000000014044076875 | |
| 11789120 | 8 months ago | | | 0 | 0.000000014044076875 | |
| 11788981 | 8 months ago | | | 0 | 0.000000017502795625 | |
| 11788806 | 8 months ago | | | 0 | 0.000000021569271250 | |
| 11788767 | 8 months ago | | | 0 | 0.000000013704489675 | |
| 11788761 | 8 months ago | | | 0 | 0.000000023568958750 | |
| 11788748 | 8 months ago | | | 0 | 0.000000083472782500 |
ABI
ABI objects
Getter at block 21877137
decimals() view returns (uint8)
18
name() view returns (string)
URON
owner() view returns (address)
0x06c4ff0bd472cd802e454dbab8bc408c690848bc
symbol() view returns (string)
URON
totalSupply() view returns (uint256)
100000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isApproved(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
renounceOwnership()
setObserver(address observer)
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)
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.
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)