YellowHeart
Verified contract
Proxy
Active on
Ethereum with 64 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
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 "YellowHeart"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20573098 | 3 months ago | | | 0 | 0.000041849000 | |
| 20573083 | 3 months ago | | | 0 | 0.000063713000 | |
| 20373355 | 4 months ago | | | 0 | 0.0017688300 | |
| 19564831 | 8 months ago | | | 0 | 0.00095384392 | |
| 19564687 | 8 months ago | | | 0 | 0.0014002204 | |
| 19173427 | 9 months ago | | | 0 | 0.0014591411 | |
| 19173416 | 9 months ago | | | 0 | 0.0011401656 | |
| 19173393 | 9 months ago | | | 0 | 0.0013563002 | |
| 19155359 | 9 months ago | | | 0 | 0.0011179346 | |
| 19155342 | 9 months ago | | | 0 | 0.0013179148 |
ABI
ABI objects
Getter at block 21211619
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)
0x633e1f912ef68072febe75d58f312401ebddd034c8f7a3ac2e164274b889b381
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)
0xfad6c9b64b9c20a3ece2645998c03df73cd2d73d
decimals() view returns (uint8)
18
implementation() view returns (address)
0x83ddb565f44b0b1fbf9aaa1f7e1de543c060f7b9
name() view returns (string)
YellowHeart
owner() view returns (address)
0xfad6c9b64b9c20a3ece2645998c03df73cd2d73d
paused() view returns (bool)
false
pauser() view returns (address)
0xfad6c9b64b9c20a3ece2645998c03df73cd2d73d
rescuer() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
HRTS
totalSupply() view returns (uint256)
692000000000000000000000000
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)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
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)
constructor(address _logic, bytes _data)
fallback()
receive()
This contract contains no error objects.