PropsToken
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
0
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 23 additional slots
Balances ($0.00)
No balances found for "PropsToken"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "PropsToken"
ABI
ABI objects
Getter at block 21158618
canTransferBeforeStartTime() view returns (address)
0x0000000000000000000000000000000000000000
controller() view returns (address)
0x0000000000000000000000000000000000000000
decimals() view returns (uint8)
0
maxTotalSupply() view returns (uint256)
0
name() view returns (string)
rewardsStartTimestamp() view returns (uint256)
0
symbol() view returns (string)
totalSupply() view returns (uint256)
0
transfersStartTime() view returns (uint256)
0
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApprovePreSignedHash(address _token, address _spender, uint256 _value, uint256 _fee, uint256 _nonce) pure returns (bytes32)
getDecreaseAllowancePreSignedHash(address _token, address _spender, uint256 _subtractedValue, uint256 _fee, uint256 _nonce) pure returns (bytes32)
getEntities(uint8 _entityType, uint256 _rewardsDay) view returns (address[])
getIncreaseAllowancePreSignedHash(address _token, address _spender, uint256 _addedValue, uint256 _fee, uint256 _nonce) pure returns (bytes32)
getParameter(uint8 _name, uint256 _rewardsDay) view returns (uint256)
getTransferFromPreSignedHash(address _token, address _from, address _to, uint256 _value, uint256 _fee, uint256 _nonce) pure returns (bytes32)
getTransferPreSignedHash(address _token, address _to, uint256 _value, uint256 _fee, uint256 _nonce) pure returns (bytes32)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
approvePreSigned(bytes _signature, address _spender, uint256 _value, uint256 _fee, uint256 _nonce) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
decreaseAllowancePreSigned(bytes _signature, address _spender, uint256 _subtractedValue, uint256 _fee, uint256 _nonce) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
increaseAllowancePreSigned(bytes _signature, address _spender, uint256 _addedValue, uint256 _fee, uint256 _nonce) returns (bool)
initialize(address _holder, address _controller, uint256 _minSecondsBetweenDays, uint256 _rewardsStartTimestamp)
initialize(string name, string symbol, uint8 decimals)
initializePostRewardsUpgrade1(address _controller, uint256 _minSecondsBetweenDays, uint256 _rewardsStartTimestamp)
setApplications(uint256 _rewardsDay, address[] _applications)
setValidators(uint256 _rewardsDay, address[] _validators)
settle(address _applicationAddress, bytes32 _userId, address _to, uint256 _amount)
submitDailyRewards(uint256 _rewardsDay, bytes32 _rewardsHash, address[] _applications, uint256[] _amounts)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferFromPreSigned(bytes _signature, address _from, address _to, uint256 _value, uint256 _fee, uint256 _nonce) returns (bool)
transferPreSigned(bytes _signature, address _to, uint256 _value, uint256 _fee, uint256 _nonce) returns (bool)
updateController(address _controller)
updateEntity(uint8 _entityType, bytes32 _name, address _rewardsAddress, address _sidechainAddress)
updateParameter(uint8 _name, uint256 _value, uint256 _rewardsDay)
ApplicationsListUpdated(address[] applicationsList, uint256 indexed rewardsDay)
Approval(address indexed owner, address indexed spender, uint256 value)
ApprovalPreSigned(address indexed from, address indexed to, address indexed delegate, uint256 amount, uint256 fee)
ControllerUpdated(address indexed newController)
DailyRewardsApplicationsMinted(uint256 indexed rewardsDay, bytes32 indexed rewardsHash, uint256 numOfApplications, uint256 amount)
DailyRewardsSubmitted(uint256 indexed rewardsDay, bytes32 indexed rewardsHash, address indexed validator)
DailyRewardsValidatorsMinted(uint256 indexed rewardsDay, bytes32 indexed rewardsHash, uint256 numOfValidators, uint256 amount)
EntityUpdated(address indexed id, uint8 indexed entityType, bytes32 name, address rewardsAddress, address indexed sidechainAddress)
ParameterUpdated(uint8 param, uint256 newValue, uint256 oldValue, uint256 rewardsDay)
Settlement(address indexed applicationId, bytes32 indexed userId, address indexed to, uint256 amount, address rewardsAddress)
Transfer(address indexed from, address indexed to, uint256 value)
TransferPreSigned(address indexed from, address indexed to, address indexed delegate, uint256 amount, uint256 fee)
ValidatorsListUpdated(address[] validatorsList, uint256 indexed rewardsDay)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.