EdgeTokenConstructorUpgrade
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
1
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
Balances ($0.00)
No balances found for "EdgeTokenConstructorUpgrade"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "EdgeTokenConstructorUpgrade"
ABI
ABI objects
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 owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
frozen(address) view returns (bool)
isAdmin(address _account) view returns (bool)
isAdminOrSystem(address _account) view returns (bool)
isFrozen(address _account) view returns (bool)
isOperator(address _account) view returns (bool)
isOperatorOrSystem(address _account) view returns (bool)
isSystem(address _account) view returns (bool)
isWhitelisted(address _account) view returns (bool)
whitelisted(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
batchBurnFor(address[] _recipients, uint256[] _values) returns (bool)
batchConfiscate(address[] _confiscatees, address[] _receivers, uint256[] _values) returns (bool)
batchMint(address[] _recipients, uint256[] _values) returns (bool)
batchToggleFreeze(address[] _addresses, bool _toggled)
batchToggleWhitelist(address[] _addresses, bool _toggled)
burn(uint256 _amount)
burnFor(address _account, uint256 _amount)
burnFrom(address _account, uint256 _amount)
confirmOperatorsContract()
confiscate(address _confiscatee, address _receiver, uint256 _amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address _baseOperators)
initializeConstructor()
mint(address _account, uint256 _amount)
pause()
setOperatorsContract(address _baseOperators)
toggleFreeze(address _account, bool _toggled)
toggleWhitelist(address _account, bool _toggled)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
Burned(address indexed burner, uint256 value)
BurnedFor(address indexed burner, address indexed account, uint256 value)
FreezeToggled(address indexed account, bool frozen)
Minted(address indexed minter, address indexed account, uint256 value)
OperatorsContractChanged(address indexed caller, address indexed operatorsAddress)
OperatorsContractPending(address indexed caller, address indexed operatorsAddress)
Paused(address indexed account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address indexed account)
WhitelistToggled(address indexed account, bool whitelisted)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.