EdgeTokenConstructorUpgrade

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0x8d5cc9f6 at 10057477
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots

No balances found for "EdgeTokenConstructorUpgrade"

No transactions found for "EdgeTokenConstructorUpgrade"


Functions
Getter at block 21190654
decimals(view returns (uint8)
0
getOperatorsContract(view returns (address)
0x0000000000000000000000000000000000000000
getOperatorsPending(view returns (address)
0x0000000000000000000000000000000000000000
initializedConstructorUpgrade(view returns (bool)
false
isInitialized(view returns (bool)
false
isNotPaused(view returns (bool)
true
name(view returns (string)
symbol(view returns (string)
totalSupply(view returns (uint256)
0
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
frozen(addressview returns (bool)
isAdmin(address _accountview returns (bool)
isAdminOrSystem(address _accountview returns (bool)
isFrozen(address _accountview returns (bool)
isOperator(address _accountview returns (bool)
isOperatorOrSystem(address _accountview returns (bool)
isSystem(address _accountview returns (bool)
isWhitelisted(address _accountview returns (bool)
whitelisted(addressview returns (bool)
State-modifying
approve(address spenderuint256 valuereturns (bool)
batchBurnFor(address[] _recipientsuint256[] _valuesreturns (bool)
batchConfiscate(address[] _confiscateesaddress[] _receiversuint256[] _valuesreturns (bool)
batchMint(address[] _recipientsuint256[] _valuesreturns (bool)
batchToggleFreeze(address[] _addressesbool _toggled
batchToggleWhitelist(address[] _addressesbool _toggled
burn(uint256 _amount
burnFor(address _accountuint256 _amount
burnFrom(address _accountuint256 _amount
confirmOperatorsContract(
confiscate(address _confiscateeaddress _receiveruint256 _amount
decreaseAllowance(address spenderuint256 subtractedValuereturns (bool)
increaseAllowance(address spenderuint256 addedValuereturns (bool)
initialize(address _baseOperators
initializeConstructor(
mint(address _accountuint256 _amount
pause(
setOperatorsContract(address _baseOperators
toggleFreeze(address _accountbool _toggled
toggleWhitelist(address _accountbool _toggled
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
unpause(
Events
Approval(address indexed owneraddress indexed spenderuint256 value
Burned(address indexed burneruint256 value
BurnedFor(address indexed burneraddress indexed accountuint256 value
FreezeToggled(address indexed accountbool frozen
Minted(address indexed minteraddress indexed accountuint256 value
OperatorsContractChanged(address indexed calleraddress indexed operatorsAddress
OperatorsContractPending(address indexed calleraddress indexed operatorsAddress
Paused(address indexed account
Transfer(address indexed fromaddress indexed touint256 value
Unpaused(address indexed account
WhitelistToggled(address indexed accountbool whitelisted
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.