HarambeCoin

Verified contract

Active on Ethereum with 1,867 txns
Deployed by via 0x0bd3dcd1 at 19417345
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "HarambeCoin"

0x9c2563627b7816cb0dfb5702ea8b2b9e74e7c77fe405ed235bccaada843c0166
0x9db3102ac782f6bee67538743a91f508cb411aae762894fccae8e55028b07162
0xd72fc1f41c2cf5b959d27dcb27dbc81cd79b87d70c67928457fa4ad05033ef8a
0xab2cabe84a16216a18ff623aefb55dbcbcb7dd6dab345e8ad845b91fc5b6760f
0x2cd8738e27707fc9c5b793319f5b959dbd6360d2978627e04e2b01a1d748cc9b
0xe64f45359c00cb5cb182e8ce537e05e246214ae703fc0994a08d203b4dcd3e1f
0xad85bd25b2222095e8dea2fdc29b13a94a007d34c0a9a765a7871f6b0069d6a7
0x2af3d89248752790ab54ddc7144ef86468d77051f8471fdbd2652fa3b32eed81
0x2a5a2d021d9c59ac96b94babb792b9fbb0fe652e6c3e8805d4015b9485ec2a0f
0x5c0cfbc0d3b595b5ee53bd13d2d8a657d425216c5d289b16f1faa54bd206c6ef

Functions
Getter at block 21169322
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)
0x255f1b39172f65dc6406b8bee8b08155c45fe1b6
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)
0x255f1b39172f65dc6406b8bee8b08155c45fe1b6
oAppVersion(pure returns (uint64 senderVersionuint64 receiverVersion)
(senderVersion=1, receiverVersion=1)
oftVersion(pure returns (bytes4 interfaceIduint64 version)
(interfaceId=0x02e49c2c, version=1)
owner(view returns (address)
0xacbb59441eb5b94d4b259f28a47284517a4e4b03
preCrime(view returns (address)
0x0000000000000000000000000000000000000000
sharedDecimals(pure returns (uint8)
6
symbol(view returns (string)
HARAMBE
token(view returns (address)
0x255f1b39172f65dc6406b8bee8b08155c45fe1b6
tokenNFT(view returns (address)
0x3b3ee1931dc30c1957379fac9aba94d1c48a5405
totalSupply(view returns (uint256)
817353900966926691000000000000
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