ACXToken

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0x7e0e9ccb at 11444603
Slot
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 43 additional slots
-
variable spans 48 additional slots

No balances found for "ACXToken"

No transactions found for "ACXToken"


Functions
Getter at block 20985318
decimals(view returns (uint8)
0
monetaryPolicy(view returns (address)
0x0000000000000000000000000000000000000000
name(view returns (string)
owner(view returns (address)
0x0000000000000000000000000000000000000000
rebasesPaused(view returns (bool)
false
symbol(view returns (string)
totalShares(view returns (uint256)
0
totalSupply(view returns (uint256)
0
transfersPaused(view returns (bool)
false
Read-only
allowance(address owner_address spenderview returns (uint256)
balanceOf(address whoview returns (uint256)
bannedUsers(addressview returns (bool)
sharesOf(address userview returns (uint256)
transferPauseExemptList(addressview returns (bool)
State-modifying
approve(address spenderuint256 valuereturns (bool)
burnShares(address recipientuint256 amount
decreaseAllowance(address spenderuint256 subtractedValuereturns (bool)
increaseAllowance(address spenderuint256 addedValuereturns (bool)
initialize(
mintShares(address recipientuint256 amount
rebase(uint256 epochint256 supplyDeltareturns (uint256)
renounceOwnership(
setMonetaryPolicy(address monetaryPolicy_
setRebasesPaused(bool _rebasesPaused
setTransferPauseExempt(address userbool exempt
setTransfersPaused(bool _transfersPaused
setUserBanStatus(address userbool banned
transfer(address touint256 valuereturns (bool)
transferAndCall(address _touint256 _valuebytes _datareturns (bool success)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed spenderuint256 value
LogMonetaryPolicyUpdated(address monetaryPolicy
LogRebase(uint256 indexed epochuint256 totalSupply
LogUserBanStatusUpdated(address userbool banned
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 value
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.