Jarvis Reward Token
Verified contract
Proxy
Active on
Ethereum with 24,991 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
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 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
Balances ($210.10)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Skey | ERC-20 | 2.580377K | $0.060711 |
$156.66 | |
JRT | ERC-20 | 12.043363K | $0.004437 |
$53.44 | |
PNS | ERC-20 | 82.08135K | -- | -- | |
LID | ERC-20 | 3.712811K | -- | -- | |
BUIDL | ERC-20 | 712.407153 | -- | -- | |
JAR | ERC-20 | 10 | -- | -- | |
plDai | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21152624 | 18 hours ago | | | 0 | 0.00056207510 | |
| 21149737 | a day ago | | | 0 | 0.00056971672 | |
| 21138827 | 3 days ago | | | 0 | 0.00090882949 | |
| 21136186 | 3 days ago | | | 0 | 0.0010331125 | |
| 21121647 | 5 days ago | | | 0 | 0.00044530400 | |
| 21121624 | 5 days ago | | | 0 | 0.00037864738 | |
| 21119880 | 5 days ago | | | 0 | 0.00029515500 | |
| 21109654 | 7 days ago | | | 0 | 0.00027734478 | |
| 21106766 | 7 days ago | | | 0 | 0.00013427126 | |
| 21101947 | 8 days ago | | | 0 | 0.00040168326 |
ABI
ABI objects
Getter at block 21157933 admin() view returns (address) implementation() view returns (address)
DOMAIN_SEPARATOR() view returns (bytes32)
0xfc5c549dc834e5e33d4c74a6f685919085d9ab3a1f7e56276208bd90988c42d8
MAX_SUPPLY() view returns (uint256)
565000000000000000000000000
PERMIT_TYPEHASH() view returns (bytes32)
0xea2aa0a1be11a07ed86d755c93467f4f82362b452371d1ba94d1715123511acb
decimals() view returns (uint8)
18
name() view returns (string)
Jarvis Reward Token
paused() view returns (bool)
false
symbol() view returns (string)
JRT
totalSupply() view returns (uint256)
565000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
isMinter(address account) view returns (bool)
isPauser(address account) view returns (bool)
nonces(address) view returns (uint256)
State-modifying
Events changeAdmin(address newAdmin)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
addMinter(address account)
addPauser(address account)
approve(address spender, uint256 value) returns (bool)
burn(uint256 value)
burnFrom(address from, uint256 value)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool success)
increaseAllowance(address spender, uint256 addedValue) returns (bool success)
mint(address to, uint256 value) returns (bool)
pause()
permit(address holder, address spender, uint256 nonce, uint256 expiry, bool allowed, uint8 v, bytes32 r, bytes32 s)
renounceMinter()
renouncePauser()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferToMany(address[] _recipients, uint256[] _values) returns (bool)
unpause()
upgradeToV2(uint256 chainId, address minter)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed spender, uint256 value)
MinterAdded(address indexed account)
MinterRemoved(address indexed account)
Paused(address account)
PauserAdded(address indexed account)
PauserRemoved(address indexed account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor(address _implementation, address _admin, bytes _data)
fallback()
This contract contains no error objects.