HeartToken
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
14
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 17 additional slots
Balances ($0.00)
No balances found for "HeartToken"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "HeartToken"
ABI
ABI objects
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 tokenOwner, address spender) view returns (uint256)
authorizationState(address authorizer, bytes32 nonce) view returns (uint8)
balanceOf(address account) view returns (uint256)
isBlacklisted(address account) view returns (bool)
nonces(address owner) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
approveAndCall(address spender, uint256 value) returns (bool)
approveAndCall(address spender, uint256 value, bytes data) returns (bool)
approveWithAuthorization(address tokenOwner, address spender, uint256 value, uint256 validAfter, uint256 validBefore, bytes32 nonce, uint8 v, bytes32 r, bytes32 s)
blacklist(address account)
cancelAuthorization(address authorizer, bytes32 nonce, uint8 v, bytes32 r, bytes32 s)
decreaseAllowance(address spender, uint256 decrement) returns (bool)
decreaseAllowanceWithAuthorization(address tokenOwner, address spender, uint256 decrement, uint256 validAfter, uint256 validBefore, bytes32 nonce, uint8 v, bytes32 r, bytes32 s)
increaseAllowance(address spender, uint256 increment) returns (bool)
increaseAllowanceWithAuthorization(address tokenOwner, address spender, uint256 increment, uint256 validAfter, uint256 validBefore, bytes32 nonce, uint8 v, bytes32 r, bytes32 s)
initialize(string tokenName, string tokenSymbol, address newPauser, address newBlacklister, address newOwner, address tokenReceiver)
pause()
permit(address tokenOwner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
rescueERC20(address tokenContract, address to, uint256 amount)
transfer(address to, uint256 value) returns (bool)
transferAndCall(address to, uint256 value) returns (bool)
transferAndCall(address to, uint256 value, bytes data) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferFromAndCall(address from, address to, uint256 value) returns (bool)
transferFromAndCall(address from, address to, uint256 value, bytes data) returns (bool)
transferOwnership(address newOwner)
transferWithAuthorization(address from, address to, uint256 value, uint256 validAfter, uint256 validBefore, bytes32 nonce, uint8 v, bytes32 r, bytes32 s)
unBlacklist(address account)
unpause()
updateBlacklister(address newBlacklister)
updatePauser(address newPauser)
updateRescuer(address newRescuer)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
AdminChanged(address previousAdmin, address newAdmin)
Approval(address indexed owner, address indexed spender, uint256 value)
AuthorizationCanceled(address indexed authorizer, bytes32 indexed nonce)
AuthorizationUsed(address indexed authorizer, bytes32 indexed nonce)
BeaconUpgraded(address indexed beacon)
Blacklisted(address indexed account)
BlacklisterChanged(address indexed newBlacklister)
Burn(address indexed burner, uint256 amount)
MasterMinterChanged(address indexed newMasterMinter)
Mint(address indexed minter, address indexed to, uint256 amount)
MinterConfigured(address indexed minter, uint256 minterAllowedAmount)
MinterRemoved(address indexed oldMinter)
OwnershipTransferred(address previousOwner, address newOwner)
Pause()
PauserChanged(address indexed newAddress)
RescuerChanged(address indexed newRescuer)
Transfer(address indexed from, address indexed to, uint256 value)
UnBlacklisted(address indexed account)
Unpause()
Upgraded(address indexed implementation)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.