137,789,938
chatter.cheddar.near(ed25519:7LMnKmuP2XUmcEez9aCwnutqqtHo2uuHXXpaXHtqzPTf)
{
"data": {
"chatter.cheddar.near": {
"widget": {
"lib.nadaBot": {
"": "function isHuman(accountId) {\\\\n if (!accountId) {\\\\n return false\\\\n }\\\\n const isUniqueId = useCache(\\\\n () =>\\\\n asyncFetch(\\\\n `https://api.holonym.io/sybil-resistance/gov-id/near?action-id=123456789&user=${accountId}`\\\\n ).then((res) => res.isUniqueId),\\\\n accountId + \\\\\\'holonym_gov_id\\\\\\',\\\\n { subscribe: false }\\\\n )\\\\n const isUniquePhone = useCache(\\\\n () =>\\\\n asyncFetch(\\\\n `https://api.holonym.io/sybil-resistance/phone/near?action-id=123456789&user=${accountId}`\\\\n ).then((res) => res?.isUniquePhone),\\\\n accountId + \\\\\\'holonym_phone\\\\\\',\\\\n { subscribe: false }\\\\n )\\\\n const isNadabotHuman = useCache(\\\\n () =>\\\\n Near.asyncView(\\\\\\'v1.nadabot.near\\\\\\', \\\\\\'is_human\\\\\\', {\\\\n account_id: accountId,\\\\n }).then((res) => res),\\\\n accountId + \\\\\\'is_human\\\\\\',\\\\n { subscribe: false }\\\\n )\\\\n\\\\n console.log({ isUniqueId, isUniquePhone, isNadabotHuman })\\\\n return isUniqueId || isUniquePhone || isNadabotHuman\\\\n}\\\\n\\\\nconst Container = styled.div`\\\\n button[disabled] button {\\\\n cursor: not-allowed;\\\\n }\\\\n`\\\\n\\\\nconst HumanityWrapperButton = ({ children, accountId, ...props }) => {\\\\n const isDisabled = !isHuman(accountId)\\\\n const elemet = (\\\\n <button\\\\n {...props}\\\\n style={{\\\\n cursor: isDisabled ? \\\\\\'not-allowed\\\\\\' : \\\\\\'pointer\\\\\\',\\\\n ...props.style,\\\\n }}\\\\n disabled={isDisabled}\\\\n >\\\\n {children}\\\\n </button>\\\\n )\\\\n\\\\n return isDisabled ? (\\\\n <OverlayTrigger\\\\n placement={\\\\\\'auto\\\\\\'}\\\\n overlay={\\\\n <Tooltip>\\\\n You cannot perform this action because you are neither a\\\\n verified NADA bot user nor Holonym-verified.\\\\n </Tooltip>\\\\n }\\\\n >\\\\n <Container>{elemet}</Container>\\\\n </OverlayTrigger>\\\\n ) : (\\\\n elemet\\\\n )\\\\n}\\\\nreturn { isHuman, HumanityWrapperButton }\\\\n"
}
eyJibG9ja19oZWlnaHQiOiIxMzc3ODk5MzgifQ==
137,789,939
system(ed25519:7LMnKmuP2XUmcEez9aCwnutqqtHo2uuHXXpaXHtqzPTf)
"deposit": "187644151100473127622044"
Empty Result