URON

Verified contract

Active on Base with 34 txns
Deployed by via 0xecdec824 at 11781267
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "URON"

0xa8c60c94ffa49719f180db37cbaa5c48041e4455d9b6c1d90d654e5f1f614d99
0x82b8ea2b07b7baf4d962d06cee58025163cdea147eab2775724933c9b1910131
0x9727d1258cceac636781ae36e2ddb199405fd3e589b85549dd02737fa3000d5c
0xba9823c09b9e6410d76b5fac1f46e0e428fdbbc31755f3d7750f8323bfba0439
0x654405aee828aa263132e69ebdff18db1cc3c974b71e08743d7d664acce9e5ee
0xed461c050746d8858424e0b5e93b941508c761760447f3cc8183ab80dca1bea7
0xbdabafd5dc906744ef5347aa2c50ae6ff74fec72ca784214794919bd970f1192
0xc9ffeb85bfaf47f20255b46a5e414ec970e5612b9606e9f52caa075b4b89eb3a
0x294b5d288b4ee3c0904b4577e2264f961d903d9c8d00af6ffc7d3031f9b0894e
0xd5d4437bf7a6cc3a858416aea1936edb4dbb0b0fe4cd7e7f4209e93c707dbeec

Functions
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 owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
isApproved(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
renounceOwnership(
setObserver(address observer
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed spenderuint256 value
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account