Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
JASON | ERC-20 | 5.1798K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22756722 | an hour ago | | | 0 | 0.0000012858460 | |
| 22756707 | an hour ago | | | 0 | 8.6354966e-7 | |
| 22755605 | 2 hours ago | | | 0 | 0.0000027116092 | |
| 22755206 | 2 hours ago | | | 0 | 0.0000054514243 | |
| 22752899 | 3 hours ago | | | 0 | 0.000000606961304967 | |
| 22749680 | 5 hours ago | | | 0 | 8.6710800e-7 | |
| 22747164 | 6 hours ago | | | 0 | 6.4834477e-7 | |
| 22744629 | 8 hours ago | | | 0 | 5.1067058e-7 | |
| 22743478 | 8 hours ago | | | 0 | 0.000000303637191156 | |
| 22738415 | 11 hours ago | | | 0 | 1.4766704e-7 |
ABI
ABI objects
Getter at block 22758723
DOMAIN_SEPARATOR() view returns (bytes32 result)
0x35624ef1402e0bd689c9497fba152025ee165645b51de1ce80faa81bd713c5bb
decimals() view returns (uint8)
18
name() pure returns (string)
Null
nullMatrix() view returns (address)
0xe2cf5173b6d1cf7cb66516644b4939649bd0606d
owner() view returns (address result)
0x0000000000000000000000000000000000000000
symbol() pure returns (string)
NULL
totalSupply() view returns (uint256 result)
10000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256 result)
balanceOf(address owner) view returns (uint256 result)
nonces(address owner) view returns (uint256 result)
ownershipHandoverExpiresAt(address pendingOwner) view returns (uint256 result)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
cancelOwnershipHandover() payable
completeOwnershipHandover(address pendingOwner) payable
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceOwnership() payable
requestOwnershipHandover() payable
setNullMatrix(address newNullMatrix)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner) payable
Approval(address indexed owner, address indexed spender, uint256 amount)
OwnershipHandoverCanceled(address indexed pendingOwner)
OwnershipHandoverRequested(address indexed pendingOwner)
OwnershipTransferred(address indexed oldOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 amount)
constructor()
This contract contains no fallback and receive objects.
AllowanceOverflow()
AllowanceUnderflow()
AlreadyInitialized()
InsufficientAllowance()
InsufficientBalance()
InvalidPermit()
NewOwnerIsZeroAddress()
NoHandoverRequest()
PermitExpired()
TotalSupplyOverflow()
Unauthorized()