Num ARS
Verified contract
Proxy
Active on
Base with 1,126 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 44 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
Balances ($0.00)
No balances found for "Num ARS"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22151297 | 16 minutes ago | | | 0 | 9.1766398e-7 | |
| 22150573 | 40 minutes ago | | | 0 | 7.5761180e-7 | |
| 22149825 | an hour ago | | | 0 | 6.2388903e-7 | |
| 22149549 | an hour ago | | | 0 | 7.5790611e-7 | |
| 22148010 | 2 hours ago | | | 0 | 7.2717646e-7 | |
| 22147968 | 2 hours ago | | | 0 | 9.1718054e-7 | |
| 22146629 | 3 hours ago | | | 0 | 7.6528696e-7 | |
| 22113852 | 21 hours ago | | | 0 | 4.9354290e-7 | |
| 22113375 | 21 hours ago | | | 0 | 4.7580232e-7 | |
| 22113238 | 21 hours ago | | | 0 | 4.8686666e-7 |
ABI
ABI objects
Getter at block 22151766
CIRCUIT_BREAKER_ROLE() view returns (bytes32)
0x7e6b58bc1470e1fc07bc9b21e0435be41fdc30ede9591781476a8d169a265492
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
DISALLOW_ROLE() view returns (bytes32)
0x0726c8258b9de94ffd154f603b315240b42c2424db4dbb983018049e43a2df1a
MINTER_BURNER_ROLE() view returns (bytes32)
0xcfd53186d792f1ec9d0679afc2dc3ffc86fc31fe1e0f342b838eb6c3eade62b3
decimals() view returns (uint8)
18
name() view returns (string)
Num ARS
paused() view returns (bool)
false
symbol() view returns (string)
nARS
totalSupply() view returns (uint256)
8054954361298503600787824696
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isDisallowed(address account) view returns (bool)
isTrustedForwarder(address forwarder) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events allow(address account)
approve(address spender, uint256 amount) returns (bool)
burn(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
disallow(address account)
grantRole(bytes32 role, address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(string name_, string symbol_)
mint(address account, uint256 amount)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
togglePause()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Allowed(address indexed account)
Approval(address indexed owner, address indexed spender, uint256 value)
Disallowed(address indexed account)
Initialized(uint8 version)
PauseStateChanged(bool indexed paused)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address beacon, bytes data)
fallback()
receive()
This contract contains no error objects.