HarambeCoin

Verified contract

Active on Ethereum with 323 txns
Deployed by via 0x25be33da at 19413291
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "HarambeCoin"

0xc7a66716615b13d789dc7b56521ce0d3f601faa94d99dd1628e7aae165ada2f9
0x13b301d765d0fc3008cb168705ea69f46d899376fff56f0bcc61d6ef98820e0c
0x94ebd35dc4a0544b965f76c8f7224a4ea4b620f99a67f225bd44fda20ca42109
0xe21eb9b4a0a39e2041b8ddf9e0121bd0b617acdbe265241f76a57c21ec9ab14f
0xb747acb77fc32091db9eba1663024123cdc7a91b8e6af95f4f94fd815133e450
0xb7922c33fbeb3f5208020255f3497a8872825aa971875b93e518ad39cabf1732
0x51c9477957f86fc49301d8268a058cc207d9d2576873b9243654e06b940a201a
0xbae6425c1e887172342eff07f0773df7a93d7e8ade383cd40911a98a3214be70
0xdf618e75f172db5c7997be9718d660d625e4ae896322511e027c08aae8bf3369
0xb86518d5be9184fa300a0fceb54557b9891978c54382eaa4afd9b94b8ef00472

Functions
Getter at block 21270160
INITIAL_MINT(view returns (uint256)
1000000000000000000000000000000
SEND(view returns (uint16)
1
SEND_AND_CALL(view returns (uint16)
2
approvalRequired(pure returns (bool)
false
composeMsgSender(view returns (address sender)
0xf95922f3c3d3823deffed1b31a429c20cca8dd13
decimalConversionRate(view returns (uint256)
1000000000000
decimals(view returns (uint8)
18
endpoint(view returns (address)
0x1a44076050125825900e736c501f859c50fe728c
id(view returns (uint256)
40582
msgInspector(view returns (address)
0x0000000000000000000000000000000000000000
name(view returns (string)
HarambeCoin
oApp(view returns (address)
0xf95922f3c3d3823deffed1b31a429c20cca8dd13
oAppVersion(pure returns (uint64 senderVersionuint64 receiverVersion)
(senderVersion=1, receiverVersion=1)
oftVersion(pure returns (bytes4 interfaceIduint64 version)
(interfaceId=0x02e49c2c, version=1)
owner(view returns (address)
0x30221e7545b370809107e14b93bbbc96ca92a1c6
preCrime(view returns (address)
0x0000000000000000000000000000000000000000
sharedDecimals(pure returns (uint8)
6
symbol(view returns (string)
HARAMBE
token(view returns (address)
0xf95922f3c3d3823deffed1b31a429c20cca8dd13
tokenNFT(view returns (address)
0x3b3ee1931dc30c1957379fac9aba94d1c48a5405
totalSupply(view returns (uint256)
1000000000000000000000000000000
Read-only
allowInitializePath(struct Origin originview returns (bool)
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
combineOptions(uint32 _eiduint16 _msgTypebytes _extraOptionsview returns (bytes)
enforcedOptions(uint32 eiduint16 msgTypeview returns (bytes enforcedOption)
isPeer(uint32 _eidbytes32 _peerview returns (bool)
nextNonce(uint32bytes32view returns (uint64 nonce)
peers(uint32 eidview returns (bytes32 peer)
quoteOFT(struct SendParam _sendParamview returns (struct OFTLimit oftLimitstruct OFTFeeDetail[] oftFeeDetailsstruct OFTReceipt oftReceipt)
quoteSend(struct SendParam _sendParambool _payInLzTokenview returns (struct MessagingFee msgFee)
State-modifying
approve(address spenderuint256 valuereturns (bool)
lzReceive(struct Origin _originbytes32 _guidbytes _messageaddress _executorbytes _extraDatapayable 
lzReceiveAndRevert(struct InboundPacket[] _packetspayable 
lzReceiveSimulate(struct Origin _originbytes32 _guidbytes _messageaddress _executorbytes _extraDatapayable 
redeem(
renounceOwnership(
send(struct SendParam _sendParamstruct MessagingFee _feeaddress _refundAddresspayable returns (struct MessagingReceipt msgReceiptstruct OFTReceipt oftReceipt)
setDelegate(address _delegate
setEnforcedOptions(struct EnforcedOptionParam[] _enforcedOptions
setMsgInspector(address _msgInspector
setPeer(uint32 _eidbytes32 _peer
setPreCrime(address _preCrime
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed spenderuint256 value
EnforcedOptionSet(struct EnforcedOptionParam[] _enforcedOptions
MsgInspectorSet(address inspector
OFTReceived(bytes32 indexed guiduint32 srcEidaddress indexed toAddressuint256 amountReceivedLD
OFTSent(bytes32 indexed guiduint32 dstEidaddress indexed fromAddressuint256 amountSentLDuint256 amountReceivedLD
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
PeerSet(uint32 eidbytes32 peer
PreCrimeSet(address preCrimeAddress
Redeem(address indexed redeemer
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(address _tokenNFTuint256 _idstring _namestring _symboladdress _lzEndpointaddress _delegate
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AddressEmptyCode(address target
AddressInsufficientBalance(address account
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender
FailedInnerCall(
InvalidDelegate(
InvalidEndpointCall(
InvalidLocalDecimals(
InvalidOptions(bytes options
LzTokenUnavailable(
NoPeer(uint32 eid
NotEnoughNative(uint256 msgValue
OnlyEndpoint(address addr
OnlyPeer(uint32 eidbytes32 sender
OnlySelf(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
SafeERC20FailedOperation(address token
SimulationResult(bytes result
SlippageExceeded(uint256 amountLDuint256 minAmountLD