HeartToken

Verified contract

Implementation

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

No balances found for "HeartToken"

No transactions found for "HeartToken"


Functions
Getter at block 21212864
APPROVE_WITH_AUTHORIZATION_TYPEHASH(view returns (bytes32)
0x808c10407a796f3ef2c7ea38c0638ea9d2b8a1c63e3ca9e1f56ce84ae59df73c
CANCEL_AUTHORIZATION_TYPEHASH(view returns (bytes32)
0x158b0a9edf7a828aad02f63cd515c68ef2f50ba807396f6d12842833a1597429
DECREASE_ALLOWANCE_WITH_AUTHORIZATION_TYPEHASH(view returns (bytes32)
0xb70559e94cbda91958ebec07f9b65b3b490097c8d25c8dacd71105df1015b6d8
DOMAIN_SEPARATOR(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
INCREASE_ALLOWANCE_WITH_AUTHORIZATION_TYPEHASH(view returns (bytes32)
0x424222bb050a1f7f14017232a5671f2680a2d3420f504bd565cf03035c53198a
MAX_SUPPLY(view returns (uint256)
692000000000000000000000000
PERMIT_TYPEHASH(view returns (bytes32)
0x6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c9
TRANSFER_WITH_AUTHORIZATION_TYPEHASH(view returns (bytes32)
0x7c7c6cdb67a18743f49ec6fa9b35f50d52ed05cbed4cc592e13b44501c1a2267
blacklister(view returns (address)
0x0000000000000000000000000000000000000000
decimals(view returns (uint8)
0
implementation(view returns (address)
0x0000000000000000000000000000000000000000
name(view returns (string)
owner(view returns (address)
0x5b848dc9126ca6b5cf689de3a11ee0fdec6e8d86
paused(view returns (bool)
false
pauser(view returns (address)
0x0000000000000000000000000000000000000000
rescuer(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
totalSupply(view returns (uint256)
0
Read-only
allowance(address tokenOwneraddress spenderview returns (uint256)
authorizationState(address authorizerbytes32 nonceview returns (uint8)
balanceOf(address accountview returns (uint256)
isBlacklisted(address accountview returns (bool)
nonces(address ownerview returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
State-modifying
approve(address spenderuint256 valuereturns (bool)
approveAndCall(address spenderuint256 valuereturns (bool)
approveAndCall(address spenderuint256 valuebytes datareturns (bool)
approveWithAuthorization(address tokenOwneraddress spenderuint256 valueuint256 validAfteruint256 validBeforebytes32 nonceuint8 vbytes32 rbytes32 s
blacklist(address account
cancelAuthorization(address authorizerbytes32 nonceuint8 vbytes32 rbytes32 s
decreaseAllowance(address spenderuint256 decrementreturns (bool)
decreaseAllowanceWithAuthorization(address tokenOwneraddress spenderuint256 decrementuint256 validAfteruint256 validBeforebytes32 nonceuint8 vbytes32 rbytes32 s
increaseAllowance(address spenderuint256 incrementreturns (bool)
increaseAllowanceWithAuthorization(address tokenOwneraddress spenderuint256 incrementuint256 validAfteruint256 validBeforebytes32 nonceuint8 vbytes32 rbytes32 s
initialize(string tokenNamestring tokenSymboladdress newPauseraddress newBlacklisteraddress newOwneraddress tokenReceiver
pause(
permit(address tokenOwneraddress spenderuint256 valueuint256 deadlineuint8 vbytes32 rbytes32 s
rescueERC20(address tokenContractaddress touint256 amount
transfer(address touint256 valuereturns (bool)
transferAndCall(address touint256 valuereturns (bool)
transferAndCall(address touint256 valuebytes datareturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferFromAndCall(address fromaddress touint256 valuereturns (bool)
transferFromAndCall(address fromaddress touint256 valuebytes datareturns (bool)
transferOwnership(address newOwner
transferWithAuthorization(address fromaddress touint256 valueuint256 validAfteruint256 validBeforebytes32 nonceuint8 vbytes32 rbytes32 s
unBlacklist(address account
unpause(
updateBlacklister(address newBlacklister
updatePauser(address newPauser
updateRescuer(address newRescuer
upgradeTo(address newImplementation
upgradeToAndCall(address newImplementationbytes datapayable 
Events
AdminChanged(address previousAdminaddress newAdmin
Approval(address indexed owneraddress indexed spenderuint256 value
AuthorizationCanceled(address indexed authorizerbytes32 indexed nonce
AuthorizationUsed(address indexed authorizerbytes32 indexed nonce
BeaconUpgraded(address indexed beacon
Blacklisted(address indexed account
BlacklisterChanged(address indexed newBlacklister
Burn(address indexed burneruint256 amount
MasterMinterChanged(address indexed newMasterMinter
Mint(address indexed minteraddress indexed touint256 amount
MinterConfigured(address indexed minteruint256 minterAllowedAmount
MinterRemoved(address indexed oldMinter
OwnershipTransferred(address previousOwneraddress newOwner
Pause(
PauserChanged(address indexed newAddress
RescuerChanged(address indexed newRescuer
Transfer(address indexed fromaddress indexed touint256 value
UnBlacklisted(address indexed account
Unpause(
Upgraded(address indexed implementation
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.