XRUNE Token
Verified contract
Active on
Ethereum with 58,003 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($4.78)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
0x9469…c483 | ERC-20 | 2.075K | $0.002304 |
$4.78 | |
QUIKUL | ERC-20 | 368.293714K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21245375 | 3 hours ago | | | 0 | 0.00068377694 | |
| 21244687 | 5 hours ago | | | 0 | 0.00039992932 | |
| 21244687 | 5 hours ago | | | 0 | 0.00038926947 | |
| 21244192 | 6 hours ago | | | 0 | 0.00074320513 | |
| 21242139 | 13 hours ago | | | 0 | 0.00048859761 | |
| 21238654 | a day ago | | | 0 | 0.00076514056 | |
| 21238621 | a day ago | | | 0 | 0.00079624397 | |
| 21234743 | 2 days ago | | | 0 | 0.00045624160 | |
| 21232552 | 2 days ago | | | 0 | 0.00057743839 | |
| 21231158 | 2 days ago | | | 0 | 0.00073916948 |
ABI
ABI objects
Getter at block 21246123
DOMAIN_SEPARATOR() view returns (bytes32)
0x17e8e63eabbcb98fa962839af12cbfa3b7fe67f58a916d5b6465e8a0310bb0be
ERA_SECONDS() view returns (uint256)
86400
MAX_SUPPLY() view returns (uint256)
1000000000000000000000000000
curve() view returns (uint256)
1024
dailyEmission() view returns (uint256)
154306340063253227533317
decimals() pure returns (uint8)
18
defaultOperators() view returns (address[])
[]
emitting() view returns (bool)
true
granularity() view returns (uint256)
1
name() view returns (string)
XRUNE Token
nextEra() view returns (uint256)
1732381200
owner() view returns (address)
0x69539c1c678dfd26e626f109149b7cebdd5e4768
reserve() view returns (address)
0xef62f575919799b1999f3dc13f57018352428859
symbol() view returns (string)
XRUNE
totalSupply() view returns (uint256)
841990307775228695005883237
Read-only
allowance(address holder, address spender) view returns (uint256)
balanceOf(address tokenHolder) view returns (uint256)
isOperatorFor(address operator, address tokenHolder) view returns (bool)
nonces(address owner) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
authorizeOperator(address operator)
burn(uint256 amount, bytes data)
dailyEmit()
operatorBurn(address account, uint256 amount, bytes data, bytes operatorData)
operatorSend(address sender, address recipient, uint256 amount, bytes data, bytes operatorData)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceOwnership()
revokeOperator(address operator)
send(address recipient, uint256 amount, bytes data)
setCurve(uint256 _curve)
setNextEra(uint256 next)
setReserve(address _reserve)
toggleEmitting()
transfer(address recipient, uint256 amount) returns (bool)
transferAndCall(address _to, uint256 _value, bytes _data) returns (bool success)
transferFrom(address holder, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
AuthorizedOperator(address indexed operator, address indexed tokenHolder)
Burned(address indexed operator, address indexed from, uint256 amount, bytes data, bytes operatorData)
Minted(address indexed operator, address indexed to, uint256 amount, bytes data, bytes operatorData)
NewEra(uint256 time, uint256 emission)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RevokedOperator(address indexed operator, address indexed tokenHolder)
Sent(address indexed operator, address indexed from, address indexed to, uint256 amount, bytes data, bytes operatorData)
Transfer(address indexed from, address indexed to, uint256 value)
TransferWithData(address indexed from, address indexed to, uint256 value, bytes data)
constructor(address owner)
This contract contains no fallback and receive objects.
This contract contains no error objects.