Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1,485.39)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BYTES | ERC-20 | 283.470783 | $5.24 |
$1,485.39 | |
BYTES | ERC-20 | 33.636472 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21243043 | 7 minutes ago | | | 0 | 0.00047822957 | |
| 21243001 | 15 minutes ago | | | 0 | 0.0021006911 | |
| 21242669 | an hour ago | | | 0 | 0.00063402445 | |
| 21242518 | 2 hours ago | | | 0 | 0.0020721096 | |
| 21242287 | 3 hours ago | | | 0 | 0.00051820057 | |
| 21242286 | 3 hours ago | | | 0 | 0.00055635683 | |
| 21242261 | 3 hours ago | | | 0 | 0.00058768977 | |
| 21242255 | 3 hours ago | | | 0 | 0.00034641291 | |
| 21242246 | 3 hours ago | | | 0 | 0.00065505569 | |
| 21242246 | 3 hours ago | | | 0 | 0.0028447483 |
ABI
ABI objects
Getter at block 21243073
ADMIN() view returns (bytes32)
0xdf8b4c520ffe197c5343c6f5aec59570151ef9a492f2c624fd45ddde6135ec42
BURN() view returns (bytes32)
0x04c6a47ae7910ef8b295215a97e8495a9eaf57b7b05bfd8bf951edb3fd4a16a3
BYTES1() view returns (address)
0x7d647b1a0dcd5525e9c6b3d14be58f27674f8c95
MANAGER() view returns (bytes32)
0xffffffffffffffffffffffffffffffff00000000000000000000000000000000
S1_CITIZEN() view returns (address)
0xb9951b43802dcf3ef5b14567cb17adf367ed1c0f
STAKER() view returns (address)
0x67e1ecfa9232e27eaf3133b968a33a9a0dca9e16
TREASURY() view returns (address)
0xae6d7307fb3d07ce35a95857d34af19110f052c1
UNIVERSAL() view returns (bytes32)
0xffffffffffffffffffffffffffffffff00000000000000000000000000000000
ZERO_RIGHT() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
BYTES
owner() view returns (address)
0x2fd4bb667f8f61264e04f2a7d349f750be2270a0
symbol() view returns (string)
BYTES
totalSupply() view returns (uint256)
4295390142528117948976790
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
hasRight(address _address, bytes32 _circumstance, bytes32 _right) view returns (bool)
hasRightUntil(address _address, bytes32 _circumstance, bytes32 _right) view returns (uint256)
managerRight(bytes32) view returns (bytes32)
permissions(address, bytes32, bytes32) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(address _from, uint256 _amount)
changeStakingContractAddress(address _staker)
changeTreasuryContractAddress(address _treasury)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
getReward(address _to)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setManagerRight(bytes32 _managedRight, bytes32 _managerRight)
setPermit(address _address, bytes32 _circumstance, bytes32 _right, uint256 _expirationTime)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateReward(address, address, uint256)
updateRewardOnMint(address, uint256)
upgradeBytes(uint256 _amount)
Approval(address indexed owner, address indexed spender, uint256 value)
BytesUpgraded(address indexed caller, uint256 amount)
ManagementUpdated(address indexed manager, bytes32 indexed managedRight, bytes32 indexed managerRight)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PermitUpdated(address indexed updater, address indexed updatee, bytes32 circumstance, bytes32 indexed role, uint256 expirationTime)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _bytes, address _s1Citizen, address _staker, address _treasury)
This contract contains no fallback and receive objects.
DoNotHaveEnoughOldBytes(uint256 amount)