0xe090…6799

All memos sent from and to 0xe090…6799.

<rect width ="100%" height="100%" fill="white"> <animate attributeName="fill" dur="3s" begin="0s" values="black; white"/> <animate attributeName="fill" dur="0.15s" begin="6s" values="white; red; white; red; white"/> </rect> <circle fill="none" cx="50%" cy="50%" r="65"> <animate attributeName="fill" dur="1s" begin="3s" values="black"/> <animate attributeName="fill" dur="3s" begin="6s" values="black"/> <animate attributeName="fill" dur="5s" begin="11s" values="black"/> </circle> <circle fill="none" cx="50%" cy="50%" r="65"> <animate attributeName="fill" begin="18s" values="black"/> <animate attributeName="r" from="80" to="90" dur="1s" begin="25s" repeatCount="indefinite" values="65;67;65;67;65;65" keyTimes="0;0.2;0.3;0.5;0.6;1"/> </circle> <circle fill="none" cx="50%" cy="50%" r="10"> <animate attributeName="fill" begin="18s" values="red"/> <animate attributeName="cy" from="0%" to="50%" dur="5s" begin="18s" values="0%;20%;35%;50%" keyTimes="0;0.2;0.4;1"/> <animate attributeName="r" from="80" to="90" dur="1s" begin="23s" repeatCount="indefinite" values="10;12;10;12;10;10" keyTimes="0;0.2;0.3;0.5;0.6;1"/> </circle>